public
Description: My collection of dotfiles (emacs, screen, zsh, ...)
Homepage:
Clone URL: git://github.com/sigma/dotfiles.git
dotfiles / ChangeLog
100644 348 lines (242 sloc) 8.272 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
2004-08-28 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/xterm-extras.el
  (xterm-extra-extra-keys): make DEL key work better
 
  * perso/tempo-lisp.el
  renaming
 
  * perso/tempo-c++.el
  renaming
 
  * perso/project.el:
  initial checkin
 
  * perso/pod.el
  (pod-subseq): make it work
 
  * perso/patches.el:
  reordering, renaming
  (mapcond): new function
  (clear-hook): new function
  (facep): re-enabled face generation for minibuffer if needed
  (yh/completion-setup-function):
 
  * perso/mycompletion.el
  renaming
 
  * perso/idledo.el
  initial checkin
 
  * perso/mycode.el
  more requirements, some reordering
  (c-mode-common-hook): refactoring
 
  * perso/dircolors.el:
  remove useless code
 
  * emacs.d/emacs-d-vars.el
  remove lots of unused variables
 
  * dotgnus.el:
  more formatting, some renaming and reordering
 
  * dotemacs.el:
  more formatting, some renaming and reordering
  (longlines): use longlines in latex mode
  new section: parenthesis configuration
  new section: lisp languages
  (find-file-guessing): don't open file automatically
 
  * dotemacs-cust.el
  (custom-set-variables): remove useless settings
  (facep): add a test to inhibit useless face definition
  (custom-set-faces): more settings
 
2004-08-10 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotgnus.el
  (tc): fix missing requirements
 
2004-08-04 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  request new file: lispy-h4x0r
  (find-file-guessing): bugfix, call ffap
  (h4x0r-string): autoload this function
 
2004-08-02 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  (simplify-blank-lines): advice was a bad idea
  switched again to standard keybindings
 
2004-07-29 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  (highlight-changes-enable-hook): prevent buffer to be marked as modified when removing highlighting
  pmwiki configuration
 
  * perso/pmwiki-mode.el:
  initial checkin
 
  * perso/http-post.el:
  initial checkin
 
  * perso/http-get.el:
  initial checkin
 
2004-07-28 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  (emacs-lisp-mode): more highlighting
  more autoloads
 
  * perso/rrc.el:
  initial checkin
 
  * dotemacs.el
  suppress useless bindings
 
2004-07-27 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/mycode.el:
  remove tons of unused code
 
  * dotemacs.el:
  move keys from mycode.el
 
  * perso/tempo-c++.el
  ("c-include"): fix template basis
  ("c-ifdef"): fix template basis
  ("c-ifndef"): fix template basis
 
  * perso/patches.el
  (add-mhook): add same hook to multiple modes
 
  * perso/page-break.el:
  (page-break-mode): add autoload
 
  * perso/mycompletion.el:
  (gpl-header): move here, where it is needed
 
  * emacs.d/emacs-d-vars.el
  suppress useless code
  (provide): allow require
 
  * dotemacs.el
  (emacs-d-vars): use request instead of load-file
  (request): remove useless #
  disable delete-trailing-whitespace
  more autoloads
 
2004-07-23 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/patches.el
  (backup-directory-alist): autosaves settings are better here for quick use.
 
  * dotemacs-cust.el:
  suppressed the autosaves settings
 
2004-07-20 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el:
  make use of request instead of require when possible
 
  * perso/setnu.el:
  initial checkin
 
  * perso/pod.el:
  initial checkin
 
  * perso/patches.el
  (match-paren): renamed after emacswiki
 
2004-07-19 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotgnus.el
  (nnir): use it :)
 
  * dotemacs.el: use gnus as default mailer
 
  * dotemacs-cust.el
  (custom-set-variables): don't ask before saving eshell history, set preview-latex options
 
  * perso/patches.el:
  suppress backups hack
  (defmadvice): customize advice name
  reimplement buffer switching fix with defmadvice
 
  * dotemacs-cust.el
  (custom-set-variables): customized backup directory
 
2004-07-15 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  (request): remove paragraph justification
 
  * dotemacs-cust.el
  (custom-set-variables): excluded tramp files from recentf, save in ~/.emacs-recentf
 
  * perso/xterm-extras.el:
  version update
 
  * perso/mycode.el:
  fixed mess in this file (cvs bug?)
 
  * dotemacs.el
  (hi-lock-mode): reactivate
 
2004-07-14 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  (emacs-lisp-mode): added some keywords to emacs-lisp-mode
 
  * perso/patches.el:
  (request): moved here
  (defmadvice): new macro for duplicating advices over multiple functions
 
  * dotemacs.el
  (request): replace obsoleted code
 
2004-07-12 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/mycode.el:
  general cleanup
 
  * dotemacs.el
  (make-double-command): use (declare) in macro
  (my-home): new command, bound to C-Home
  (my-end): new command, bound to C-End
  (emacs-lisp-mode-map): bind C-c C-c to emacs-lisp-byte-compile
  general cleanup
 
  * perso/patches.el
  (yank-rpop): go forward in kill ring for yanking (bound to M-Y)
 
  * perso/mycode.el
  (camille-c-style): change arg list continuation
  (c++-new-font-lock-keywords): better description
 
  * perso/h4x0r.el
  (h4x0r-sometimes-replace): new way of writing r
 
  * dotemacs.el:
  (hi-lock-mode): disabled
  (global-visible-mark-mode): disable
  (htmlize-many-files-dired): add autoload
 
  * dotemacs-cust.el
  (custom-set-variables): prevent eshell to cycle completions
 
2004-07-02 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/patches.el:
  activate every disabled command
 
  * perso/margin.el
  initial checkin
 
2004-06-30 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotgnus.el
  (fortune-program): set to /usr/games/fortune
 
  * perso/patches.el
  (erase-buffer): re-enabled command
 
2004-06-23 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/dabbrev-hover.el:
  initial checkin
 
2004-06-21 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  (request): 'saveplace has to be explicitely loaded
  (c-mode-common-hook): fixed some bug when using conflict resolution on c++
 
  * dotemacs-cust.el
  (custom): set limit to 100 saved places
 
  * dotemacs.el
  (request): load saveplace
 
  * perso/undo-browse.el:
  initial checkin
 
2004-06-20 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/mycode.el:
  useless code suppression
 
  * perso/visible-mark-mode.el
  (visible-mark-move-overlay): fixed function when visible-mark-overlay is null
 
  * dotemacs.el
  (find-file-guessing): new function to wrap find-file
  (kbd): use find-file-guessing with C-x C-f, suppress H-x H-f
  (ediff-keymap-setup-hook): solved conflict in keybindings
 
  * emacs.d/emacs-d-vars.el:
  initial checkin
 
  * emacs.d/emacs-d-classes.el:
  initial checkin
 
  * dotemacs-cust.el:
  initial checkin
 
  * dotgnus.el:
  use cvs Id.
 
  * dotemacs.el:
  use cvs Id.
 
  * perso/mycode.el
  (header-source): make it able to find files in other standard directories
  (c++-mode-hook): call expand-member-functions with complete filenames
 
  * perso/member-functions.el
  (expand-member-functions): make it work with absolute path files
  fixed indentation :)
 
  * perso/patches.el
  (split-window-vertically): replaced by advice
  (split-window-horizontally): replaced by advice
  added some documentation
  (switch-to-buffer): packed the previous implementation, made advices
 
  * dotemacs.el:
  save place by default
 
  * perso/visible-mark-mode.el
  (visible-mark-move-overlay): fixed nullMarkerException ;)
  (global-visible-mark-mode-exclude-alist): new list of exceptions for global mode
  (visible-mark-mode-maybe): new check for global mode
  (global-visible-mark-mode): use visible-mark-mode-maybe, fixed :group
 
2004-06-19 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * dotemacs.el
  (request): use global-visible-mark-mode
  (add-change-log-entry): advice add-change-log-entry to use custom ChangeLog
 
  * perso/visible-mark-mode.el:
  new module, by forcer and hacked by me
 
  * perso/erc-config.el:
  initial checkin
 
  * dotemacs.el:
  (ediff): added ediff configuration
  (request): preview-latex fix
  (make-double-command): new usefull macro from emacswiki
  (totd): new command for fun
  (init): added winring support for ecb
  (erc-config): new module
  (request): replaced 'if by 'when when (or if :)) possible
  (ediff-add-changelog): added the ability to create changelog from diffs
  (yh-project-changelog-file): compute changelog file from project path
  (ediff-add-changelog): override default changelog file
 
2004-06-17 Yann Hodique <Yann.Hodique@lifl.fr>
 
  * perso/patches.el
  (message): added advice to disable messages when using the minibuffer