]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Add new SVG and PNG splash images.
[gnu-emacs] / lisp / ChangeLog
1 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
2
3 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
4 if available.
5
6 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
7
8 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
9
10 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
11 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
12
13 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
14
15 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
16
17 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
18 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
19 (gdb-var-list-children-regexp, gdb-var-update-regexp)
20 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
21 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
22 (gdb-stack-list-locals-regexp): Future proof regexps better.
23
24 2008-06-30 Juri Linkov <juri@jurta.org>
25
26 * faces.el (face-name-history): New variable.
27 (make-face, make-empty-face): Replace interactive spec "S"
28 with `read-from-minibuffer' where `read' arg is t and
29 `hist' arg is `face-name-history'.
30 (read-face-name): Set `hist' arg of `completing-read-multiple'
31 to `face-name-history'.
32 (list-faces-display): Use `read-regexp' instead of `read-string'
33 to read regexp.
34
35 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
36 to `regexp-history'.
37 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
38 make it an obsolete alias to it.
39 (hi-lock-face-defaults): New variable renamed from
40 `hi-lock-face-history'.
41 (hi-lock-line-face-buffer, hi-lock-face-buffer)
42 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
43 `read-from-minibuffer'. Doc fix.
44 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
45 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
46 Set `hist' arg of `completing-read' to `face-name-history'.
47 Put a list of default faces to `default' arg instead of `hist' arg.
48
49 * bindings.el (abbrev-map, narrow-map): New variables.
50 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
51 Rebind related commands to these new maps.
52 (ctl-x-r-map): New variable for rectangle, register and bookmark
53 keys. Move rectangle keybindings to rect.el and register
54 keybindings to register.el.
55 (next-buffer, previous-buffer): Remove C-x prefix and move
56 keybindings to ctl-x-map.
57
58 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
59 to the new map `ctl-x-r-map' in autoload cookies.
60
61 * expand.el: Rebind two global `C-x a' keys "n", "p"
62 to the new map `abbrev-map' in autoload cookies.
63
64 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
65
66 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
67
68 2008-06-30 Miles Bader <miles@gnu.org>
69
70 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
71 after processing an escape sequence.
72
73 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
74
75 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
76 from 2008-06-28. It does not work on W32.
77
78 2008-06-29 Juri Linkov <juri@jurta.org>
79
80 * replace.el (read-regexp): New function.
81 (keep-lines-read-args, occur-read-primary-args):
82 Call `read-regexp' instead of code moved to new function.
83 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
84 from the end of prompt.
85 (replace-re-search-function): Doc fix.
86
87 2008-06-29 Kenichi Handa <handa@m17n.org>
88
89 * descr-text.el (describe-char-display): Always return a string.
90 (describe-char-padded-string): New function.
91 (describe-char): Adjusted for the change of
92 describe-char-display. Use describe-char-padded-string.
93
94 2008-06-29 Andreas Schwab <schwab@suse.de>
95
96 * vc-dir.el (vc-dir): Make backend argument optional and use
97 vc-responsible-backend when nil. Interactively pass nil for
98 backend instead of using the backend of what happens to be
99 default-directory at the time of the call.
100
101 * find-dired.el (find-dired-filter): Preserve point.
102
103 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
104
105 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
106 (sasl-find-mechanism, sasl-next-step):
107 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
108 (sasl-ntlm-response): Fix typos in docstrings.
109
110 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
111
112 * international/mule-cmds.el (view-hello-file): Doc fix.
113
114 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
115
116 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
117 (set-face-attribute, face-set-after-frame-default)): Don't use it.
118
119 2008-06-28 John Paul Wallington <jpw@pobox.com>
120
121 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
122
123 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
124
125 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
126 (tramp-convert-file-attributes): Convert symlinks only when
127 returned from `tramp-handle-file-attributes-with-stat'.
128
129 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
130 `substitute-in-file-name' when unloading.
131 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
132
133 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
134
135 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
136 (vc-string-prefix-p): Move function ...
137 * vc.el (vc-string-prefix-p): ... here.
138
139 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
140
141 * vc-dir.el (vc-dir): Complete only directory names.
142
143 2008-06-27 Jason Rumney <jasonr@gnu.org>
144
145 * w32-fns.el (top-level): Unconditionally define all charsets.
146
147 2008-06-27 Alan Mackenzie <acm@muc.de>
148
149 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
150 the CC Mode specific functions; this is no longer needed, since
151 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
152
153 * progmodes/cc-defs.el (c-emacs-features): New feature
154 'argumentative-bod-function.
155
156 2008-06-27 John Paul Wallington <jpw@pobox.com>
157
158 * chistory.el (list-command-history): Use `bound-and-true-p'.
159 (command-history-map): Define within defvar. Add docstring.
160
161 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
162
163 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
164 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
165 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
166 (image-type-from-buffer): Use `looking-at-p'.
167
168 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
169
170 * ibuf-ext.el (diff-sentinel): Declare.
171
172 2008-06-27 Glenn Morris <rgm@gnu.org>
173
174 * calendar/lunar.el (calendar-lunar-phases): Rename from
175 calendar-phases-of-moon. Keep old name as alias, update callers.
176 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
177 (diary-lunar-phases): Rename from diary-phases-of-moon.
178 Keep old name as alias.
179 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
180 (cal-menu-global-mouse-menu): Update for lunar name changes.
181 * calendar/calendar.el (calendar-mode-map): Update for name change.
182 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
183
184 2008-06-26 Glenn Morris <rgm@gnu.org>
185
186 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
187 argument `nolocation'.
188 (calendar-sunrise-sunset-month): New function.
189 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
190 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
191 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
192 * calendar/calendar.el (solar-sunrises-buffer): New constant.
193 (calendar-mode-map): Use cal-menu-sunmoon-menu.
194 (calendar-buffer-list): Add solar-sunrises-buffer.
195
196 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
197
198 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
199
200 * cus-start.el: Add customization types for word-wrap and
201 shift-select-mode.
202
203 2008-06-26 John Paul Wallington <jpw@pobox.com>
204
205 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
206 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
207 (ibuffer-mark-on-buffer): Don't display message when removing marks.
208 (ibuffer-mark-by-mode): Use `buffer-local-value'.
209
210 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
211
212 * vc-dir.el (tool-bar): Require.
213
214 * vc.el (ewoc, tool-bar): Do not require.
215
216 2008-06-26 Kenichi Handa <handa@m17n.org>
217
218 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
219 characters.
220
221 * composite.el (terminal-composition-base-character-p): New function.
222 (terminal-composition-function):
223 Use terminal-composition-base-character-p. Include the base character
224 in the composition.
225 (auto-compose-chars): Don't check font-object for terminal display.
226
227 2008-06-26 Glenn Morris <rgm@gnu.org>
228
229 * doc-view.el (bookmark-make-record-default):
230 * image-mode.el (bookmark-make-record-default): Fix declaration.
231
232 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
233 Add default :value for sexp type.
234 (calendar-month-edges): New variable.
235 (calendar-month-edges): New function.
236 (calendar-recompute-layout-variables): Set calendar-month-edges.
237 (calendar-intermonth-header, calendar-intermonth-text): New options.
238 (calendar-insert-at-column): New function.
239 (calendar-generate-month): Use calendar-insert-at-column.
240 Handle intermonth text. Add 'date property.
241 (calendar-column-to-month): Remove function.
242 (calendar-column-to-segment): New function.
243 (calendar-cursor-to-date): Use calendar-column-to-segment.
244 Check 'date property.
245
246 * calendar/calendar.el (calendar-print-other-dates):
247 Handle mouse events.
248 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
249 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
250
251 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
252 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
253 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
254
255 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
256 Use calendar-column-to-segment, calendar-month-edges, and
257 the 'date property to handle intermonth text.
258
259 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
260
261 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
262 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
263 Add doc strings.
264 (cal-menu-context-mouse-menu): Add some :keys.
265 (calendar-check-holidays): Declare rather than autoloading.
266 (diary-show-holidays-flag): Remove unneeded declaration.
267
268 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
269 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
270 event-start is nil.
271
272 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
273
274 * minibuffer.el (completion-basic-try-completion): Use the text after
275 point to constrain the completion candidates.
276 (completion-basic-all-completions): Adjust accordingly.
277
278 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
279
280 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
281 courier.
282
283 * faces.el (set-face-attribute): Doc fix.
284
285 2008-06-25 Juri Linkov <juri@jurta.org>
286
287 * bindings.el (goto-map): New variable. Rebind goto-related
288 commands to this `M-g' prefix keymap.
289 (search-map): New variable for `M-s' prefix keymap.
290 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
291 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
292 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
293 `M-shw' to `hi-lock-write-interactive-patterns'.
294
295 * isearch.el (isearch-mode-map): Bind `M-s h r' to
296 `isearch-highlight-regexp'.
297 (isearch-highlight-regexp): New function.
298
299 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
300
301 * info.el (Info-bookmark-make-record):
302 Use bookmark-make-record-default.
303 (Info-bookmark-jump): Use bookmark-default-handler.
304
305 * image-mode.el (image-bookmark-make-record):
306 Use bookmark-make-record-default.
307 (image-bookmark-jump): Use bookmark-default-handler.
308
309 * doc-view.el (doc-view-bookmark-make-record):
310 Use bookmark-make-record-default.
311 (doc-view-bookmark-jump): Use bookmark-default-handler.
312
313 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
314 used until now in bookmark.el's code.
315 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
316 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
317 used until now in bookmark.el's code.
318 (bookmark-set-filename): Remove special code, moved to its only caller.
319 (bookmark-store): Use the newer format.
320 (bookmark-make-record-default): Add arg `point-only'.
321 Rename from bookmark-make-record-for-text-file.
322 (bookmark--jump-via): New function.
323 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
324 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
325 Use it.
326 (bookmark-jump-noselect, bookmark-default-handler):
327 Don't return an alist, instead return the data implicitly by changing
328 current buffer and point. Signal an error if the file doesn't exist.
329
330 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
331 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
332
333 * bs.el: Use with-current-buffer. Simplify.
334 (bs-toggle-readonly): Avoid vc-toggle-read-only.
335
336 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
337 is bound before using it.
338
339 2008-06-25 Kenichi Handa <handa@m17n.org>
340
341 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
342
343 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
344
345 * vc-hg.el:
346 * vc-git.el: Require vc-dir when compiling.
347
348 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
349 vc-dir-marked-only-files. Change the return value.
350 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
351 Change the return value.
352 (vc-dir-deduce-fileset): New function broken out from ...
353 * vc.el (vc-deduce-fileset): ... here and ...
354 (vc-deduce-fileset): ... here.
355
356 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
357 (vc-svn-parse-status): Do not set the vc-backend property.
358
359 2008-06-25 Andreas Schwab <schwab@suse.de>
360
361 * faces.el (face-font-family-alternatives, variable-pitch):
362 Use "Sans Serif", not "Sans-Serif".
363
364 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
365
366 * faces.el (face-font-family-alternatives, variable-pitch):
367 Change "Sans" to the canonical name "Sans-Serif".
368
369 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
370
371 * calc/calc.el (calc-mode-map): Add extra keybindings to
372 `calc-missing-key'.
373 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
374 `kill-ring-save'.
375
376 2008-06-24 Miles Bader <miles@gnu.org>
377
378 * mouse.el (mouse-appearance-menu): Don't do anything if the user
379 pops up the menu but doesn't select anything.
380
381 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
382
383 * add-log.el (add-change-log-entry): Add new arg to force each new
384 entry to be on a new line.
385 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
386
387 * vc-dir.el (vc-client-object): Remove.
388 (vc-dir-prepare-status-buffer): Take a backend as an argument and
389 use it when looking for a buffer.
390 (vc-dir): Add a backend argument. Set revert-buffer-function.
391 Don't create a client object. Move bindings ...
392 (vc-dir-menu-map, vc-dir-mode-map): ... here.
393 (vc-dir-revert-buffer-function): New function.
394 (vc-generic-status-printer): Rename to ...
395 (vc-dir-status-printer): ... this.
396 (vc-generic-state, vc-generic-status-fileinfo-extra)
397 (vc-dir-extra-menu, vc-make-backend-object): Remove.
398 (vc-default-status-printer): Use a different face for
399 directories. Don't display any text for directories in the state
400 column. Add tooltips.
401
402 * vc.el (Todo): Update.
403
404 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
405 * vc-rcs.el (vc-annotate-convert-time):
406 * vc-mtn.el (vc-annotate-convert-time):
407 * vc-git.el (vc-annotate-convert-time):
408 * vc-cvs.el (vc-annotate-convert-time):
409 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
410
411 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
412
413 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
414 instead of using view-mode.
415
416 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
417
418 * Makefile.in (distclean): Don't delete *.elc and autogen files.
419
420 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
421
422 * vc.el:
423 * vc-hooks.el:
424 * vc-dispatcher.el: Move vc-dir variables and functions ...
425 * vc-dir.el: ... here. New file.
426 * Makefile.in (ELCFILES): Add vc-dir.elc.
427
428 * vc.el: Move vc-annotate variables and functions ...
429 * vc-annotate.el: ... here. New file.
430 * Makefile.in (ELCFILES): Add vc-annotate.elc.
431
432 * vc-dav.el: Move here from url/vc-dav.el.
433 (Todo): Note work needed to make this backend functional.
434
435 * Makefile.in (ELCFILES): Update vc-dav.el location.
436
437 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
438
439 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
440
441 2008-06-21 John Paul Wallington <jpw@pobox.com>
442
443 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
444
445 * textmodes/rst.el (rst-mode): Put docstring in right place.
446
447 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
448
449 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
450 size for legibility.
451
452 * faces.el (fixed-pitch): Use "Monospace" family.
453 (variable-pitch): Use "Sans" family.
454 (face-font-family-alternatives): Define alternatives for "Sans"
455 and "Monospace".
456
457 2008-06-21 Glenn Morris <rgm@gnu.org>
458
459 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
460 Require 'cl when compiling.
461
462 * emacs-lisp/debug.el (help-xref-interned): Declare.
463
464 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
465 Evaluate definition when compiling.
466
467 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
468 rather than mouse-1.
469 (bug-reference-url-format): Autoload safe if string.
470 (bug-reference-bug-regexp): Make space after "bug" optional.
471
472 * Makefile.in (all): Explicitly pass EMACS to sub-make,
473 for some non-GNU makes.
474
475 * cus-dep.el (custom-dependencies-no-scan-regexp):
476 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
477
478 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
479 increments.
480
481 * calendar/calendar.el: Factor out the magic numbers controlling the
482 calendar layout.
483 (calendar-month-digit-width, calendar-month-width)
484 (calendar-right-margin): New variables.
485 (calendar-recompute-layout-variables, calendar-set-layout-variable):
486 New functions.
487 (calendar-left-margin, calendar-intermonth-spacing)
488 (calendar-column-width, calendar-day-header-width)
489 (calendar-day-digit-width): New options.
490 (calendar-first-date-row): New constant.
491 (calendar-move-to-column, calendar-ensure-newline): New functions,
492 replacing calendar-insert-indented.
493 (calendar-insert-indented): Remove function.
494 (calendar-generate-month): Use calendar-move-to-column and
495 calendar-ensure-newline. Use layout variables.
496 (calendar-generate, calendar-update-mode-line)
497 (calendar-font-lock-keywords): Use layout variables.
498 (calendar-column-to-month): New function.
499 (calendar-cursor-to-date): Use calendar-column-to-month.
500 Use layout variables.
501 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
502 Use layout variables. Use calendar-column-to-month.
503 (calendar-cursor-to-visible-date): Use layout variables.
504
505 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
506
507 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
508 (all): Run compile-last.
509 (compile-onefile): New target.
510 (compile-first): Simplify.
511 (compile-last): Don't treat COMPILE_FIRST specially.
512 (COMPILE_FIRST): List the elc files rather than the el files.
513 (ELCFILES): Update.
514
515 2008-06-21 Ulf Jasper <ulf@web.de>
516
517 * net/newst-treeview.el: Remove dead code.
518 (newsticker--window-config): Remove.
519 (newsticker-treeview-quit): Do not save window config.
520 (newsticker-treeview): Do not try to restore window config.
521 (newsticker-groups, newsticker--treeview-list-sort-by-column)
522 (newsticker--treeview-list-new-items)
523 (newsticker--treeview-list-immortal-items)
524 (newsticker--treeview-list-obsolete-items)
525 (newsticker--treeview-list-all-items)
526 (newsticker--treeview-list-feed-items): Fix documentation.
527
528 2008-06-21 Miles Bader <miles@gnu.org>
529
530 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
531
532 2008-06-21 Alan Mackenzie <acm@muc.de>
533
534 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
535 infinite loop on invalid syntax.
536
537 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
538
539 * textmodes/rst.el: Run rst-define-level-faces when loading.
540 (rst-mode): Don't set the font-lock-multiline var.
541 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
542 Set the font-lock-multiline property by hand.
543
544 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
545
546 * Makefile.in (emacs-deps): Remove.
547 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
548 (all): Use them.
549 (autogen-clean): Remove.
550
551 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
552
553 * Makefile.in (all): New target.
554 (bootstrap-prepare): Remove.
555
556 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
557 the .elc file to batch-byte-compile.
558
559 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
560 set-keymap-parents if set-keymap-parent doesn't exist.
561
562 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
563 Allow more than one space before the |.
564
565 * textmodes/rst.el: Fix up docstring conventions.
566 Move vars to before their first use.
567 (rst-mode): Don't mess with font-lock-support-mode.
568 (rst-suggest-new-decoration, rst-adjust-decoration):
569 Avoid CL's copy-list.
570 (rst-delete-entire-line): Use line-beginning-position.
571 (rst-position): New fun.
572 (rst-straighten-decorations): Use it instead of CL's position.
573 (rst-straighten-bullets-region): Avoid CL's mapcar*.
574 (rst-toc-mode): Use define-derived-mode.
575 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
576 Remove unused var `in-par'. Use `point' rather than `point-marker'.
577 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
578 (rst-replace-lines): Simplify.
579 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
580
581 * simple.el (special-mode-map): New var.
582 (special-mode): New major mode.
583
584 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
585
586 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
587 log-view-file-re.
588
589 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
590 (vc-switch-backend): Simplify.
591 (Todo): Remove solved items.
592
593 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
594 the vc-backend property.
595
596 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
597
598 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
599 Bind inhibit-read-only since the buffer is always read-only.
600
601 2008-06-20 Ulf Jasper <ulf@web.de>
602
603 * net/newst-treeview.el (newsticker-treeview-own-frame):
604 Change default value to nil.
605 (newsticker--treeview-list-add-item)
606 (newsticker--treeview-propertize-tag): Show item title in tooltip.
607
608 2008-06-20 Martin Blais <blais@furius.ca>
609 Stefan Merten <smerten@oekonux.de>
610 David Goodger <goodger@python.org>
611
612 * textmodes/rst.el: New file.
613
614 2008-06-20 Sam Steingold <sds@gnu.org>
615
616 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
617 remove DIRECTORY entries.
618
619 2008-06-20 Eli Zaretskii <eliz@gnu.org>
620
621 * makefile.w32-in (distclean): Depend on `clean'.
622 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
623 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
624 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
625 empty cus-load.el with `echo', and include "Local Variables"
626 section to prevent the empty file from being compiled.
627 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
628 that generate an empty cus-load.el.
629
630 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
631
632 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
633 Don't copy ldefs-boot.el over loaddefs.el.
634 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
635 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
636 to loaddefs.el; they are not needed now. Add coding cookie.
637
638 2008-06-20 Miles Bader <miles@gnu.org>
639
640 * face-remap.el (face-remap-add-relative, face-remap-set-base):
641 Strip unnecessary list levels from SPECS.
642 (buffer-face-set, buffer-face-toggle):
643 Change argument from FACE to &rest SPECS, and strip unnecessary
644 list levels from SPECS.
645 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
646
647 2008-06-20 Jason Rumney <jasonr@gnu.org>
648
649 * international/fontset.el (setup-default-fontset): Specify script
650 for latin use of iso10646-1. Fix use of lang tags.
651
652 2008-06-19 Miles Bader <miles@gnu.org>
653
654 * face-remap.el (text-scale-increase): Start from zero if
655 text-scale-mode isn't enabled.
656
657 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
658
659 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
660 frame parameters after setting up the `default' face.
661
662 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
663
664 * faces.el (face-set-after-frame-default): Don't exclude `default'.
665
666 2008-06-18 Glenn Morris <rgm@gnu.org>
667
668 * mouse.el (buffer-face-mode-invoke): Declare.
669
670 * Makefile.in (ELCFILES): Add org/org-id.elc.
671
672 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
673 * calendar/cal-menu.el (cal-menu-holidays-menu):
674 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
675 (cal-menu-today-holidays): Remove function.
676
677 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
678 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
679 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
680 Remove unused functions.
681 (calendar-mouse-view-diary-entries): Use format rather than concat.
682
683 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
684 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
685 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
686
687 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
688 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
689 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
690 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
691 cal-menu-event-to-date.
692
693 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
694 Handle mouse events.
695 * calendar/cal-tex.el (cal-tex-cursor-year)
696 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
697 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
698 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
699 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
700 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
701 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
702 (cal-tex-cursor-month): Mark N as optional.
703 * calendar/cal-menu.el (calendar-mouse-tex-day)
704 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
705 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
706 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
707 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
708 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
709 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
710 Remove functions.
711 (cal-menu-context-mouse-menu): Replace the above functions with the
712 cal-tex versions. Add HTML submenu.
713
714 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
715
716 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
717 text command mode.
718 (gdb): Explain that gud-gdb is needed for text command mode.
719
720 2008-06-17 Martin Rudalics <rudalics@gmx.at>
721
722 * window.el (split-height-threshold): Remove spurious extra line.
723
724 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
725
726 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
727 (calendar-set-mark):
728 * calendar/diary-lib.el (diary-insert-entry):
729 * calendar/solar.el (calendar-sunrise-sunset): Use it.
730 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
731 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
732 (cal-menu-context-mouse-menu): Use calendar-set-mark,
733 diary-insert-entry, and calendar-sunrise-sunset instead.
734
735 * vc.el (vc-deduce-fileset): Add arg `only-files'.
736 (vc-next-action): Pass the new arg.
737 (vc-register): Don't use `only-files'.
738 Don't set `backup-inhibited' in the current buffer.
739
740 2008-06-17 Miles Bader <miles@gnu.org>
741
742 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
743
744 * face-remap.el (buffer-face-mode-face)
745 (buffer-face-mode-remapping): New variables.
746 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
747 (buffer-face-mode-invoke): New functions.
748 (variable-pitch-mode-remapping): Variable removed.
749 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
750
751 * face-remap.el (internal-lisp-face-attributes): New variable.
752 (face-attrs-more-relative-p, face-remap-order): New functions.
753 (face-remap-add-relative): Use `face-remap-order'.
754
755 2008-06-17 Glenn Morris <rgm@gnu.org>
756
757 * mouse.el (x-select-font): Declare.
758
759 * calendar/calendar.el (calendar-move-hook):
760 Add calendar-update-mode-line as an option.
761 (calendar-date-echo-text): New user option.
762 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
763 (calendar-insert-indented): Simplify newline insertion.
764 (calendar-describe-mode): Remove unused function.
765 (calendar-mode-line-entry): New function.
766 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
767 Mark as risky.
768 (calendar-mouse-other-month): Remove function.
769 (calendar-other-month): Handle mouse events.
770 (calendar-goto-info-node): Call fit-window-to-buffer.
771 (calendar-mode): Use define-derived-mode. Doc fix.
772 (calendar-update-mode-line): Tweak whitespace.
773
774 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
775
776 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
777 (vc-dir-marked-only-files): vc-string-prefix-p.
778
779 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
780
781 * progmodes/gdb-ui.el (gdb-memory-set-address)
782 (gdb-memory-set-repeat-count): Allow keyboard bindings.
783 (gdb-memory-mode-map): Bind above functions respectively
784 to 'S' and 'N'.
785
786 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
787
788 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
789
790 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
791
792 * log-view.el (vc-diff-internal): Declare for compiler.
793
794 * vc-bzr.el (log-view-per-file-logs):
795 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
796
797 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
798
799 * mouse.el (mouse-appearance-menu-map): New var.
800 (mouse-appearance-menu): New function.
801 Bind it to S-down-mouse-1.
802
803 2008-06-15 Juri Linkov <juri@jurta.org>
804
805 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
806 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
807 as the second element.
808 (Info-build-toc): Add PARENT element extracted from the Up pointer.
809 Don't print progress messages.
810 (Info-toc-nodes): New variable and function.
811 (Info-index-nodes): Optimize non-string file name case.
812 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
813 (Info-insert-breadcrumbs): Use the cached document structure instead
814 of visiting all ancestor nodes. Remove the initial `>'.
815
816 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
817
818 * log-view.el (log-view-diff-changeset): New function.
819 (log-view-mode-map, log-view-mode-menu): Bind it.
820 (log-view-per-file-logs, log-view-vc-fileset)
821 (log-view-vc-backend): New variables.
822 (log-view-find-revision, log-view-modify-change-comment)
823 (log-view-annotate-version): Throw an error if the log is for more
824 than one file and we can't find the current file. Get the current
825 file from log-view-vc-fileset if necessary.
826 (log-view-diff): Get the current file from log-view-vc-fileset if
827 necessary.
828
829 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
830
831 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
832 (vc-hg-log-view-mode): Declare for compiler.
833 (vc-hg-log-view-mode): Set log-view-per-file-logs and
834 log-view-file-re.
835 (vc-hg-diff): If no file is passed, use default-directory for cwd.
836
837 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
838
839 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
840
841 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
842
843 * net/tramp.el (tramp-handle-start-file-process):
844 Clear modification time of the connection buffer.
845 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
846 (tramp-open-connection-setup-interactive-shell): Flush cache, and
847 restart `tramp-maybe-open-connection' when the remote system has
848 been changed. Throw 'uname-changed event.
849 (tramp-maybe-open-connection): Catch it.
850
851 * net/tramp-cmds.el (tramp-cleanup-all-connections):
852 Reset `tramp-locked'.
853
854 2008-06-15 Ulf Jasper <ulf@web.de>
855
856 * net/newst-treeview.el (newsticker--treeview-list-update)
857 (newsticker--treeview-item-update)
858 (newsticker--treeview-tree-update)
859 (newsticker-treeview-jump, newsticker-group-add-group)
860 (newsticker-group-move-feed, newsticker-group-delete-group):
861 Remove window dedication.
862 (newsticker--group-manage-orphan-feeds): Handle ill-valued
863 newsticker-groups.
864 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
865
866 2008-06-15 Andreas Schwab <schwab@suse.de>
867
868 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
869 when parsing CVS/Repository.
870
871 * wdired.el (wdired-search-and-rename): Fix undocumented change.
872
873 2008-06-15 Ulf Jasper <ulf@web.de>
874
875 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
876 (newsticker-extra-face, newsticker-enclosure-face): Moved to
877 net/newst-reader.el.
878
879 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
880 (newsticker-extra-face, newsticker-enclosure-face): Moved from
881 net/newst-reader.el.
882
883 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
884
885 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
886 Catch and recover from case when the bytes we thought we were reading
887 turn out to be something else entirely, such as latin-1 chars from
888 quail. See bug#396.
889
890 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
891
892 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
893 (vc-register): Call the backend function only once, instead of
894 once for each file.
895 (vc-next-action): Update call to vc-register.
896 (vc-dir-register): Remove function.
897 (vc-dir): Bind vc-register instead of vc-dir-register.
898
899 2008-06-14 Glenn Morris <rgm@gnu.org>
900
901 * Makefile.in (ELCFILES): Add net/newst-*.el.
902
903 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
904
905 * wdired.el (wdired-do-renames): New function.
906 (wdired-finish-edit): Use it to.
907 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
908
909 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
910
911 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
912
913 2008-06-14 Martin Rudalics <rudalics@gmx.at>
914
915 * window.el (window--even-window-heights): Even window heights
916 only if the selected window is higher than WINDOW.
917 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
918
919 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
920
921 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
922
923 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
924
925 * term/linux.el (terminal-init-linux): Load t-mouse.
926
927 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
928 Drew Adams <drew.adams@oracle.com>
929
930 * info.el (Info-breadcrumbs-depth): New var.
931 (Info-insert-breadcrumbs): New function.
932 (Info-fontify-node): Use it.
933 (Info-mode-map): Move initialization into declaration.
934
935 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
936
937 Rename net/newsticker-*.el to net/newst-*.el.
938 * net/newst-backend.el: Rename from net/newsticker-backend.el.
939 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
940 * net/newst-reader.el: Rename from net/newsticker-reader.el.
941 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
942 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
943 * net/newsticker-backend.el: Rename to net/newst-backend.el.
944 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
945 * net/newsticker-reader.el: Rename to net/newst-reader.el.
946 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
947 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
948
949 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
950
951 * progmodes/compile.el (compilation-start): Don't disable undo in
952 comint buffer. Don't override the comint-filter with our own.
953 (compilation-filter): Change point's insertion-type.
954
955 * comint.el (comint-output-filter): Use copy-marker.
956
957 2008-06-13 David Reitter <david.reitter@gmail.com>
958
959 * textmodes/flyspell.el (mail-mode-flyspell-verify):
960 Check message-signature-separator exists before using it.
961
962 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
963
964 * vc.el (vc-delete-file): Bind default-directory before calling
965 the backend.
966 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
967 (vc-annotate-show-diff-revision-at-line-internal): ... here.
968 New function.
969 (vc-annotate-show-changeset-diff-revision-at-line): New function.
970 (vc-annotate-mode-menu): Bind it.
971
972 2008-06-13 Jason Rumney <jasonr@gnu.org>
973
974 * term/w32-win.el (mouse-set-font): Remove overridden function.
975 (w32-select-font): Declare as obsolete alias for x-select-font.
976
977 2008-06-13 Daniel Engeler <engeler@gmail.com>
978
979 These changes add serial port access.
980 * term.el (term-update-mode-line): Modify.
981 (serial-port-is-file-p, serial-nice-speed-history)
982 (serial-no-speed, serial-mode-line-speed-menu)
983 (serial-mode-line-config-menu): New variables and constants.
984 (serial-name-history, serial-speed-history)
985 (serial-supported-or-barf, serial-read-name, serial-read-speed)
986 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
987 (serial-mode-line-speed-menu, serial-update-speed-menu)
988 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
989 (serial-update-config-menu): New functions.
990
991 2008-06-13 Glenn Morris <rgm@gnu.org>
992
993 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
994
995 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
996
997 2008-06-13 Kenichi Handa <handa@m17n.org>
998
999 * cus-face.el (custom-face-attributes): Add :foundry.
1000
1001 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
1002 (face-x-resources): Add :foundry.
1003 (face-valid-attribute-values): Likewise.
1004 (face-attribute-name-alist): Likewise.
1005 (describe-face): Likewise.
1006
1007 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
1008
1009 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
1010
1011 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
1012
1013 * longlines.el (longlines-search-forward, longlines-search-backward)
1014 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
1015
1016 2008-06-12 Sam Steingold <sds@gnu.org>
1017
1018 * vc.el (vc-rename-file): DTRT when the destination is a directory
1019 name and the source is a file.
1020
1021 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
1022
1023 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
1024
1025 2008-06-12 Glenn Morris <rgm@gnu.org>
1026
1027 * progmodes/f90.el (f90-beginning-of-subprogram)
1028 (f90-end-of-subprogram): Only give a message when interactive.
1029
1030 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
1031
1032 * progmodes/cperl-mode.el (cperl-info-on-command):
1033 Use display-pixel-height rather than x-display-pixel-height.
1034
1035 * mail/rmailedit.el (rmail-cease-edit):
1036 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
1037
1038 * emulation/edt.el (edt-xserver):
1039 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
1040
1041 * emulation/edt-mapper.el: Drop test for Emacs < 19.
1042
1043 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
1044 Evaluate definitions when compiling. Reverse tests.
1045
1046 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
1047 use unless.
1048
1049 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
1050
1051 * textmodes/artist.el (x-pointer-shape):
1052 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
1053 (x-open-connection, x-server-max-request-size, x-get-resource):
1054 * term/w32console.el (x-setup-function-keys):
1055 * term/w32-win.el (x-parse-geometry, x-resource-name)
1056 (generate-fontset-menu, image-library-alist, x-open-connection)
1057 (setup-default-fontset, set-fontset-font, setup-default-fontset)
1058 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
1059 (x-get-resource):
1060 * term/mac-win.el (x-parse-geometry, x-resource-name)
1061 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
1062 (new-fontset, x-display-list, x-open-connection, x-get-resource):
1063 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
1064 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
1065 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
1066 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
1067 (tooltip-identifier-from-point, define-fringe-bitmap):
1068 * play/gamegrid.el (image-size):
1069 * play/bubbles.el (image-size):
1070 * mail/emacsbug.el (x-server-vendor, x-server-version):
1071 * international/mule-util.el (internal-char-font):
1072 * international/mule-diag.el (font-info, query-fontset, fontset-info)
1073 (fontset-alias-alist, fontset-list, fontset-plain-name):
1074 * international/mule-cmds.el (x-server-vendor, x-server-version):
1075 * international/fontset.el (font-encoding-charset-alist)
1076 (otf-script-alist, new-fontset, set-fontset-font)
1077 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
1078 (fontset-list, query-fontset, x-get-resource):
1079 * emulation/edt.el (x-server-vendor):
1080 * emulation/edt-mapper.el (x-server-vendor):
1081 * emacs-lisp/map-ynp.el (x-popup-dialog):
1082 * emacs-lisp/lmenu.el (x-popup-dialog):
1083 * x-dnd.el (x-window-property, x-change-window-property)
1084 (x-get-selection-internal):
1085 * woman.el (x-list-fonts):
1086 * w32-fns.el (x-server-version):
1087 * tooltip.el (x-show-tip, x-hide-tip):
1088 * tool-bar.el (image-mask-p):
1089 * thumbs.el (image-size):
1090 * term.el (overflow-newline-into-fringe):
1091 * subr.el (scroll-bar-scale):
1092 * startup.el (x-get-resource, tool-bar-mode, image-size):
1093 * select.el (x-get-selection-internal, x-own-selection-internal)
1094 (x-disown-selection-internal):
1095 * mouse.el (generate-fontset-menu):
1096 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
1097 * image.el (image-library-alist):
1098 * image-mode.el (image-size, image-refresh):
1099 * image-dired.el (clear-image-cache):
1100 * gs.el (x-display-mm-width, x-display-pixel-width)
1101 (x-display-mm-height, x-display-pixel-height)
1102 (x-change-window-property, x-display-grayscale-p, x-window-property):
1103 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
1104 (x-focus-frame, x-list-fonts, x-display-screens)
1105 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
1106 (x-display-mm-width, x-display-backing-store, x-display-save-under)
1107 (x-display-planes, x-display-color-cells, x-display-visual-class):
1108 * faces.el (internal-face-x-get-resource)
1109 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
1110 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
1111 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
1112 (x-parse-geometry, x-create-frame, x-setup-function-keys)
1113 (tool-bar-setup):
1114 * doc-view.el (clear-image-cache, image-size, tooltip-show):
1115 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
1116 * dframe.el (x-display-pixel-width, x-display-pixel-height):
1117 * descr-text.el (internal-char-font):
1118 Define for compiler, for builds without X.
1119
1120 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1121
1122 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
1123
1124 2008-06-11 Glenn Morris <rgm@gnu.org>
1125
1126 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
1127 before trying to move there.
1128 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
1129 is non-nil, indent most terminating statements like loop body.
1130
1131 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
1132 Gregorian date, and add it, not the local date, to diary-entries-list.
1133 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
1134
1135 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
1136
1137 * progmodes/compile.el (compilation-filter): Fix up last change.
1138
1139 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
1140
1141 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
1142 (gpm-mouse-mode): Make it into a proper global minor mode.
1143
1144 * files.el (save-some-buffers-action-alist): Only use recursive-edit
1145 if the user enabled recursive-minibuffers.
1146
1147 * emacs-lisp/map-ynp.el (map-y-or-n-p):
1148 Add support for scroll-other-window.
1149
1150 2008-06-11 Jason Rumney <jasonr@gnu.org>
1151
1152 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
1153 Use tmm-menubar if menu is disabled in this frame.
1154
1155 * menu-bar.el (menu-bar-open): Determine how to open menu bar
1156 from frame type, per documentation. Add w32 case.
1157
1158 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1159
1160 * minibuffer.el (completion--merge-suffix): New function.
1161 (completion-basic-try-completion): Use it.
1162 (completion-pcm--find-all-completions): Add argument `filter'.
1163 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
1164 New functions.
1165 (completion-pcm-try-completion): Use them.
1166
1167 * xt-mouse.el (turn-on-xterm-mouse-tracking)
1168 (turn-off-xterm-mouse-tracking): Use terminal-list.
1169
1170 * cus-start.el (underline-minimum-offset): Rename from
1171 x-underline-minimum-display-offset.
1172
1173 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
1174
1175 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
1176
1177 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
1178
1179 * mouse.el (mouse-select-font): New function.
1180
1181 * faces.el (face-spec-recalc): When the face is set using
1182 Customize, avoid recalculating it twice.
1183
1184 * menu-bar.el (menu-set-font): New function. Bind "Set Default
1185 Font" menu item to it. Apply selected font to all frames, and
1186 make it savable.
1187 (menu-bar-options-save): Save `default' font if changed.
1188
1189 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1190
1191 * ffap.el (ffap-string-at-point-mode-alist):
1192 Use alpha rather than lower.
1193
1194 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
1195
1196 * subr.el (momentary-string-display): Use an overlay.
1197
1198 * progmodes/compile.el (compilation-mode):
1199 Set window-point-insertion-type.
1200 (compilation-filter): Don't use insert-before-markers any more.
1201 * emacs-lisp/trace.el (trace-make-advice):
1202 Set window-point-insertion-type in the trace buffer.
1203 * startup.el (normal-top-level): Set window-point-insertion-type in
1204 *Messages*.
1205 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
1206 (telnet-filter): Don't use insert-before-markers any more.
1207 * comint.el (comint-mode): Set window-point-insertion-type.
1208 (comint-output-filter): Don't use insert-before-markers any more.
1209 * button.el (make-text-button): Allow `start' to be a string.
1210
1211 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
1212
1213 * emacs-lisp/autoload.el (autoload-rubric):
1214 Fix coding cookie not to force Unix EOL.
1215
1216 2008-06-10 Martin Rudalics <rudalics@gmx.at>
1217
1218 * window.el (window--splittable-p, window--try-to-split-window):
1219 Don't use with-selected-window to avoid messing up get-lru-window.
1220 Reported by David Hansen <david.hansen@gmx.net>.
1221
1222 2008-06-10 Glenn Morris <rgm@gnu.org>
1223
1224 * subr.el (locate-library): Doc fix.
1225
1226 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
1227 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
1228 Check tool-bar-map is bound, for non-X builds.
1229
1230 * net/newsticker-reader.el (newsticker--next-item-image)
1231 (newsticker--previous-item-image, newsticker--previous-feed-image)
1232 (newsticker--next-feed-image, newsticker--mark-read-image)
1233 (ewsticker--mark-immortal-image, newsticker--narrow-image)
1234 (newsticker--get-all-image, newsticker--update-image)
1235 (newsticker--browse-image): Check xpm images are available.
1236 (newsticker--mark-read-image, newsticker--mark-immortal-image)
1237 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
1238
1239 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
1240 (newsticker--plainview-tool-bar-map, newsticker-mode):
1241 Check tool-bar-map is bound, for non-X builds.
1242 (w3m-toggle-inline-image): Declare.
1243
1244 * net/newsticker-backend.el (tool-bar-map): Don't declare.
1245
1246 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
1247
1248 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
1249 (finder-compile-keywords): Move let to where needed.
1250 (finder-mouse-face-on-line): Go back one more line if needed.
1251 (finder-list-matches): Use cadr.
1252 (finder-goto-xref): New function.
1253 (finder-commentary): Add buttons to jump to foo.el libraries.
1254
1255 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
1256
1257 * apropos.el (apropos-function, apropos-macro, apropos-command)
1258 (apropos-variable, apropos-face, apropos-group, apropos-widget)
1259 (apropos-plist): Add apropos-short-label property.
1260 (apropos-multi-type): New variables.
1261 (apropos-command, apropos-value): Set it.
1262 (apropos-compact-layout): New custom.
1263 (apropos-print, apropos-print-doc): Use it.
1264 (apropos-print): Truncate lines.
1265
1266 2008-06-09 Kenichi Handa <handa@m17n.org>
1267
1268 * international/fontset.el (font-encoding-alist):
1269 Add an entry for "ascii-0".
1270
1271 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
1272
1273 * language/hanja-util.el (hanja-init-load): Show the message only
1274 when loading a table.
1275
1276 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1277
1278 * net/newsticker-treeview.el (newsticker-treeview):
1279 * net/newsticker-plainview.el (newsticker-plainview):
1280 Add autoload cookie.
1281
1282 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
1283
1284 * net/newsticker.el: Split up into newsticker-backend, -ticker,
1285 -reader, -plainview, and -treeview.
1286 (newsticker-version): Change to 1.99.
1287
1288 * net/newsticker-backend.el: New. Move backend functionality from
1289 newsticker.el to newsticker-backend.el.
1290 (newsticker--download-logos): New.
1291 (newsticker--sentinel-callback): New.
1292 (newsticker--set-customvar): Remove. Split up into specific
1293 functions related to retrieval, ticker, buffer, and display.
1294 (newsticker--set-customvar-retrieval): New. Extracted from
1295 `newsticker--set-customvar'.
1296 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
1297 (newsticker-url-list-defaults):
1298 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1299 (newsticker-url-list): Doc changed. URL can be a function.
1300 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1301 (newsticker-retrieval-method): New.
1302 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
1303 (newsticker-retrieval-interval):
1304 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
1305 (newsticker-desc-comp-max): Change :group.
1306 (newsticker--cache): Doc changed.
1307 (newsticker--guid-to-string): New.
1308 (newsticker--guid): Use `newsticker--guid-to-string'.
1309 (newsticker--real-feed-name): New.
1310 (newsticker--start-feed): New. Extracted from `newsticker-start'.
1311 (newsticker-start): Use `insert-file-contents' for reading cache.
1312 Use `newsticker--start-feed'.
1313 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
1314 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
1315 Use `newsticker--stop-feed'.
1316 (newsticker-save-item): New.
1317 (newsticker--get-news-by-funcall): New.
1318 (newsticker-get-news): Handle new retrieval methods.
1319 (newsticker--sentinel): Use `newsticker--sentinel-work'.
1320 (newsticker--sentinel-work): New. Extracted from
1321 `newsticker--sentinel'. Use `newsticker--download-logos',
1322 `newsticker--sentinel-callback'.
1323 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
1324 (newsticker--parse-atom-1.0): Fix link determination.
1325 (newsticker--parse-rss-0.91): Fix time determination.
1326 (newsticker--parse-rss-0.92): Fix time determination.
1327 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
1328 (newsticker--parse-generic-feed): New arg order in
1329 `newsticker--cache-add'.
1330 (newsticker--parse-generic-items): Fix for multiple items.
1331 New arg order in `newsticker--cache-add'.
1332 (newsticker--forget-preformatted): Check whether
1333 `newsticker--buffer-set-uptodate' is fbound.
1334 (newsticker--decode-iso8601-date): Handle fractions of seconds.
1335 (newsticker--decode-rfc822-date): Partial timezone handling.
1336 (newsticker--cache-contains): Fix guid problem.
1337 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
1338 (newsticker--cache-save): New.
1339 (newsticker--cache-update): Use temp buffer.
1340 (newsticker--stat-num-items): Allow multiple AGE args.
1341 (newsticker--stat-num-items-total): New.
1342 (newsticker--opml-import-outlines): New.
1343 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
1344 (newsticker--do-run-auto-mark-filter): Doc changed.
1345 (newsticker-retrieve-random-message): New.
1346
1347 * net/newsticker-ticker.el: New. Move ticker functionality from
1348 net/newsticker.el to net/newsticker-ticker.el.
1349 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
1350 `newsticker--ticker-timer'.
1351 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
1352 to `newsticker--ticker-timer'.
1353 (newsticker--set-customvar-ticker): New. Extracted from
1354 `newsticker--set-customvar'.
1355 (newsticker-ticker-interval): Rename `newsticker-display-interval'
1356 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
1357 for :set. Change :group.
1358 (newsticker-scroll-smoothly): Doc changed. Change :group.
1359 (newsticker-hide-immortal-items-in-echo-area)
1360 (newsticker-hide-old-items-in-echo-area)
1361 (newsticker-hide-obsolete-items-in-echo-area):
1362 Use `newsticker--set-customvar-ticker for :set. Change :group.
1363 (newsticker-start-ticker): Rename `newsticker--display-timer' to
1364 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
1365 to `newsticker-ticker-interval'.
1366 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
1367 `newsticker--ticker-timer'.
1368
1369 * net/newsticker-reader.el: New. Move reader functionality from
1370 net/newsticker.el to net/newsticker-reader.el.
1371 (newsticker--set-customvar-formatting): New. Extracted from
1372 `newsticker--set-customvar'.
1373 (newsticker-reader, newsticker-frontend): New.
1374 (newsticker-enable-logo-manipulations): Change :group.
1375 (newsticker-justification): Use `newsticker--set-customvar-formatting'
1376 for :set. Change :group.
1377 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
1378 for :set. Change :group.
1379 (newsticker-html-renderer): Doc changed.
1380 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1381 (newsticker-date-format):
1382 Use `newsticker--set-customvar-formatting' for :set. Change :group.
1383 (newsticker--insert-enclosure):
1384 Rename `newsticker--buffer-insert-enclosure' to
1385 `newsticker--insert-enclosure'. Add keymap arg.
1386 (newsticker--print-extra-elements):
1387 Rename `newsticker--buffer-print-extra-elements' to
1388 `newsticker--print-extra-elements'. Add keymap arg.
1389 (newsticker--do-print-extra-element):
1390 Rename `newsticker--buffer-do-print-extra-element' to
1391 `newsticker--do-print-extra-element'. Add keymap arg.
1392 (newsticker-show-news): Use `newsticker-frontend'.
1393
1394 * net/newsticker-plainview.el: New. Move plainview functionality
1395 from net/newsticker.el to net/newsticker-reader.el.
1396 (newsticker-plainview): New.
1397 (newsticker--set-customvar-sorting): New. Extracted from
1398 `newsticker--set-customvar'.
1399 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
1400 for :set. Changed :group.
1401 (newsticker-heading-format, newsticker-item-format)
1402 (newsticker-desc-format, newsticker-statistics-format):
1403 Use `newsticker--set-customvar-formatting for :set. Change :group.
1404 (newsticker-faces): Change :group.
1405 (newsticker-default-face): Enable again.
1406 (newsticker-hide-old-items-in-newsticker-buffer)
1407 (newsticker-show-descriptions-of-new-items):
1408 Use `newsticker--set-customvar-buffer' for :set. Change :group.
1409 (newsticker-show-all-news-elements): Change :group.
1410 (newsticker-plainview-hooks): New.
1411 (newsticker-select-item-hook, newsticker-select-feed-hook)
1412 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
1413 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
1414 to `newsticker--plainview-tool-bar-map'.
1415 (newsticker--url-keymap): Add mouse-1 binding.
1416 (newsticker-plainview): New.
1417 (newsticker-mark-all-items-of-feed-as-read): Change doc.
1418 (newsticker--buffer-do-insert-text): Use renamed
1419 newsticker--[buffer-]insert-enclosure and
1420 newsticker--[buffer-]print-extra-elements.
1421 (newsticker--buffer-set-faces): Use newsticker-default-face.
1422
1423 * net/newsticker-treeview.el: New.
1424
1425 2008-06-08 Andreas Schwab <schwab@suse.de>
1426
1427 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
1428
1429 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
1430
1431 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
1432 empty line.
1433
1434 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
1435
1436 2008-06-08 Martin Rudalics <rudalics@gmx.at>
1437
1438 * window.el (split-height-threshold, split-width-threshold):
1439 Add choice nil.
1440 (split-window-preferred-function): Allow either nil or a function.
1441 (window--splittable-p, window--try-to-split-window):
1442 Handle changed option values.
1443
1444 (window--frame-usable-p): Handle nil argument.
1445
1446 (display-buffer): Call get-lru-window when pop-up-windows is nil
1447 and window can't be split.
1448
1449 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
1450
1451 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
1452
1453 * net/tramp.el (top): Quote feature names. Remove
1454 `tramp-rfn-eshadow-setup-minibuffer' from
1455 `rfn-eshadow-setup-minibuffer-hook' when unloading.
1456 (tramp-read-passwd): There is only one call to
1457 `auth-source-user-or-password' needed. Pacify byte compiler.
1458
1459 2008-06-08 Andreas Schwab <schwab@suse.de>
1460
1461 * window.el (display-buffer): Use lru window if current window
1462 cannot be split.
1463
1464 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1465
1466 * apropos.el (apropos-library): New command and new button.
1467 (apropos-library-button): New function.
1468
1469 * apropos.el: Remove spurious * in docstrings.
1470 (apropos-label-face): Use variable pitch.
1471 (apropos-print): Use dolist and with-current-buffer.
1472 (apropos-print-doc): Use when.
1473
1474 * window.el (special-display-p, display-buffer):
1475 Fix up C->Elisp transcription error.
1476
1477 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
1478
1479 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
1480 (byte-compile-file): Initialize it.
1481 (byte-compile-nogroup-warn): Keep track of the current group.
1482
1483 2008-06-08 Glenn Morris <rgm@gnu.org>
1484
1485 * Makefile.in (compile, compile-always, bootstrap-prepare):
1486 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
1487
1488 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
1489
1490 * language/hanja-util.el (hanja-init-load): Use a char-table for
1491 hanja-table.
1492 (hangul-to-hanja-char): Adjust for the above change.
1493
1494 2008-06-07 Glenn Morris <rgm@gnu.org>
1495
1496 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
1497 lm-keywords.
1498
1499 * mail/sendmail.el (mail-interactive): Add :version.
1500
1501 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
1502 obsolete alias.
1503
1504 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
1505 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
1506 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
1507 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
1508 * eshell/esh-util.el, international/mule-cmds.el:
1509 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
1510 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
1511 Remove unnecessary eval-when-compiles and eval-and-compiles.
1512
1513 * Makefile.in (bootstrap-clean): Run autogen-clean.
1514 (maintainer-clean): No need to run autogen-clean now it is included in
1515 bootstrap-clean.
1516
1517 2008-06-06 Miles Bader <miles@gnu.org>
1518
1519 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
1520
1521 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
1522
1523 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
1524 longlines mode.
1525
1526 * replace.el (replace-search-function)
1527 (replace-re-search-function): New vars.
1528 (perform-replace): Use them.
1529
1530 * longlines.el (longlines-re-search-forward): New function.
1531 (longlines-mode): Bind replace-search-function and
1532 replace-re-search-function, to ensure that replacement commands
1533 treat newlines as spaces.
1534 (longlines-show-effect): Default to a pilcrow sign.
1535
1536 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * help.el (function-called-at-point):
1539 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
1540 even when calling find-tag-default.
1541
1542 2008-06-06 Daniel Colascione <danc@merrillpress.com>
1543
1544 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
1545 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
1546 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
1547 (nxml-fontify-buffer, nxml-do-fontify):
1548 Remove obsolete variables and functions.
1549 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
1550 (nxml-degrade, nxml-after-change, nxml-after-change1)
1551 (nxml-extend-region, nxml-extend-after-change-region)
1552 (nxml-extend-after-change-region1, nxml-fontify-matcher)
1553 (nxml-toggle-char-ref-extra-display): Use font-lock, and
1554 font-lock-extend-region-functions in particular, to fontify
1555 nxml-mode buffers.
1556 (nxml-debug-region): New debugging helper function.
1557
1558 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
1559 (nxml-scan-after-change, nxml-move-tag-backwards):
1560 Adapt for font-lock changes.
1561
1562 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
1563 (nxml-debug-set-inside, nxml-debug-clear-inside):
1564 New debugging functions.
1565 (nxml-with-degradation-on-error): New helper macro.
1566
1567 2008-06-06 Martin Rudalics <rudalics@gmx.at>
1568
1569 * window.el (display-buffer): Remove dead call to get-lru-window.
1570
1571 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * mail/sendmail.el (mail-interactive): Change default.
1574
1575 2008-06-05 John Paul Wallington <jpw@pobox.com>
1576
1577 * bindings.el (completion-ignored-extensions):
1578 Add .p64fsl, .d64fsl, and .dx64fsl.
1579
1580 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1581
1582 * ffap.el (ffap-prompter): Don't use the region.
1583
1584 2008-06-05 Sam Steingold <sds@gnu.org>
1585
1586 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
1587 subdirectory to be registered.
1588
1589 2008-06-05 Martin Rudalics <rudalics@gmx.at>
1590
1591 * window.el (display-buffer-function, special-display-p)
1592 (special-display-buffer-names, special-display-regexps)
1593 (special-display-function, same-window-p, same-window-buffer-names)
1594 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
1595 (pop-up-frame-function, pop-up-windows, even-window-heights)
1596 (split-window-preferred-function, split-height-threshold)
1597 (window--display-buffer-1, display-buffer, pop-to-buffer):
1598 Move from window.c and buffer.c.
1599 (window--splittable-p, window--try-to-split-window)
1600 (window--frame-usable-p, window--display-buffer-2)
1601 (window--even-window-heights): New functions.
1602 (split-width-threshold): New option.
1603 (split-window-preferred-horizontally): Remove.
1604
1605 * cus-start.el: Remove corresponding declarations.
1606
1607 2008-06-05 Sam Steingold <sds@gnu.org>
1608
1609 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
1610 an error on modified buffers.
1611
1612 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
1613
1614 * progmodes/etags.el (tags-verify-table): Be careful to use and update
1615 tags-file-name and tags-table-list from the right buffer.
1616 (tags-table-check-computed-list, tags-table-extend-computed-list)
1617 (find-tag-noselect): Use with-current-buffer.
1618
1619 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
1620 Use print-circle.
1621
1622 * minibuffer.el (minibuffer-local-must-match-filename-map):
1623 Declare obsolete alias for the old name.
1624
1625 * abbrev.el (unexpand-abbrev): Better preserve markers.
1626
1627 2008-06-05 Glenn Morris <rgm@gnu.org>
1628
1629 * emacs-lisp/autoload.el (autoload-rubric): New function,
1630 extracted from autoload-ensure-default-file.
1631 (autoload-ensure-default-file): Use autoload-rubric.
1632
1633 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
1634 (custom-dependencies-no-scan-regexp): New variable.
1635 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
1636 Don't scan files matching custom-dependencies-no-scan-regexp.
1637 Disable undo in the output buffer. Remove kept-new-versions wackiness.
1638
1639 * finder.el (finder-headmark): Initialize and add doc string.
1640 (generated-finder-keywords-file): Doc fix.
1641 (finder-no-scan-regexp): New variable.
1642 (finder-compile-keywords): Use a single let binding.
1643 Disable undo in the output buffer. Use autoload-rubric.
1644 Use mapc rather than mapcar. Don't scan files matching
1645 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
1646 rather than concat. Use directory-files to do regexp matching.
1647 No need to require jka-compr.
1648 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
1649 (finder-list-matches): Disable undo.
1650 (finder-commentary): Use let rather than let*. Disable undo.
1651 (finder-current-item): Use zerop.
1652 (finder-mode): Use define-derived-mode.
1653 (finder-exit): Doc fix. Use dolist.
1654
1655 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
1656 (custom-deps): Don't require $(lisp)/cus-load.el.
1657 (custom-deps, finder-data): Don't depend on autoloads.
1658 Should not be needed now, and doing so was causing make install to
1659 re-dump emacs post-bootstrap.
1660 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
1661 mid-build forces some things to be rebuilt.
1662
1663 2008-06-05 Miles Bader <miles@gnu.org>
1664
1665 * face-remap.el
1666 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
1667 (face-remap-remove-relative): Renamed from
1668 `remove-relative-face-remapping'.
1669 (face-remap-reset-base): Renamed from
1670 `set-default-base-face-remapping'.
1671 (face-remap-set-base): Renamed from `set-base-face-remapping'.
1672 (text-scale-increase): Renamed from `increase-buffer-face-height'.
1673 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
1674 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
1675
1676 * face-remap.el (variable-pitch-mode): Autoload.
1677
1678 2008-06-04 Sam Steingold <sds@gnu.org>
1679
1680 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
1681 Generate extra status headers for a Mercurial tree.
1682
1683 2008-06-04 John Paul Wallington <jpw@pobox.com>
1684
1685 * echistory.el (electric-history-map): Define within defvar.
1686 Add docstring.
1687
1688 * font-lock.el (font-lock-turn-off-thing-lock)
1689 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
1690 Use `bound-and-true-p'.
1691 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
1692 Doc fixes.
1693
1694 * international/ccl.el (define-ccl-program): Add `doc-string'
1695 declaration.
1696
1697 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
1698
1699 * face-remap.el (variable-pitch-mode): Reflow docstrings.
1700 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
1701
1702 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
1703
1704 * emacs-lisp/rx.el (rx): Doc fix.
1705
1706 2008-06-04 Markus Triska <markus.triska@gmx.at>
1707
1708 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
1709
1710 2008-06-04 Miles Bader <miles@gnu.org>
1711
1712 * face-remap.el (adjust-buffer-face-height): New function.
1713 Add autoloaded keybindings in ctl-x-map.
1714 (increase-buffer-face-height, decrease-buffer-face-height):
1715 Simplify interactive spec to just "p". Remove autoloaded keybindings.
1716
1717 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
1718
1719 * simple.el (line-move-1): If we did not move as far as desired,
1720 ensure that point-left and point-entered hooks are called.
1721
1722 2008-06-03 Sam Steingold <sds@gnu.org>
1723
1724 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
1725
1726 2008-06-03 John Paul Wallington <jpw@pobox.com>
1727
1728 * progmodes/make-mode.el (makefile-cleanup-continuations)
1729 (makefile-warn-suspicious-lines, makefile-warn-continuations):
1730 Use `derived-mode-p'.
1731
1732 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1733
1734 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
1735 (ELCFILES): Update.
1736
1737 2008-06-03 Miles Bader <miles@gnu.org>
1738
1739 * face-remap.el: New file.
1740 * Makefile.in (ELCFILES): Add face-remap.elc.
1741
1742 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
1743
1744 * progmodes/flymake.el (flymake-process-filter): Make sure the source
1745 buffer isn't dead.
1746
1747 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
1748 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
1749 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
1750 * obsolete/auto-show.el, obsolete/hscroll.el:
1751 Remove packages that were obsolete in Emacs-20, or that were obsolete
1752 in Emacs-21 and do not contain any more code.
1753
1754 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
1755 vc-client-mode is not set.
1756
1757 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
1758 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
1759
1760 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
1761 yet a bit more clever at distinguishing / from /.
1762
1763 2008-06-03 Kenichi Handa <handa@m17n.org>
1764
1765 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
1766
1767 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
1768
1769 * language/hanja-util.el: New file.
1770
1771 2008-06-03 Glenn Morris <rgm@gnu.org>
1772
1773 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
1774 Check that end-of-word follows "type".
1775
1776 2008-06-02 Daiki Ueno <ueno@unixuser.org>
1777
1778 * epa-file.el (epa-file-write-region): Write the entire buffer
1779 content if START is nil.
1780
1781 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
1782
1783 * select.el (x-get-selection): Fix typo.
1784
1785 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
1786
1787 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
1788 (describe-char): Use `looking-at-p', `string-match-p' when possible.
1789
1790 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
1791
1792 * tar-mode.el (tar-header-block-summarize): Ensure one space around
1793 user&group.
1794
1795 2008-05-31 John Paul Wallington <jpw@pobox.com>
1796
1797 * help-fns.el (describe-variable-custom-version-info):
1798 Handle dotted `package-version' info.
1799
1800 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
1801
1802 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
1803
1804 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
1805
1806 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
1807 names and improve support for unregistered files.
1808
1809 2008-05-31 Glenn Morris <rgm@gnu.org>
1810
1811 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
1812 Remove shell variable `elc'. Split tests to hopefully be more portable.
1813 Fix `sel' assignment.
1814
1815 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
1816
1817 * minibuffer.el (completion-table-dynamic): Doc fix.
1818
1819 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
1820
1821 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
1822 Try and return `unregistered' when applicable.
1823
1824 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
1825 Don't encourage naming variables with "-flag".
1826
1827 2008-05-30 Glenn Morris <rgm@gnu.org>
1828
1829 * Makefile.in (update-elclist): Hide the warning when it does not apply,
1830 make it milder when it does.
1831 (autogen-clean): New target.
1832 (maintainer-clean): Use autogen-clean.
1833
1834 * calendar/diary-lib.el (diary-display-function): New name for
1835 diary-display-hook. Keep old name as obsolete alias. Doc fix.
1836 Change custom type and version.
1837 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
1838 (diary-fancy-display): Doc fixes.
1839 (diary-list-entries, diary-include-other-diary-files)
1840 (diary-mail-entries):
1841 Use diary-display-function rather than diary-display-hook.
1842
1843 * calendar/appt.el (appt-check): Use diary-display-function rather than
1844 diary-display-hook.
1845 * calendar/cal-x.el (calendar-dedicate-diary): Update for
1846 diary-display-function replacing diary-display-hook.
1847 * org/org-agenda.el (org-get-entries-from-diary): Also set
1848 diary-display-function.
1849
1850 * calendar/cal-html.el (cal-html-list-diary-entries):
1851 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1852 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
1853 argument of diary-list-entries rather than setting diary-display-hook.
1854
1855 2008-05-30 Kenichi Handa <handa@m17n.org>
1856
1857 * international/mule-conf.el (utf-8-with-signature): Renamed from
1858 utf-8-sig.
1859 (utf-8-auto): Adjusted for the above change.
1860
1861 * international/mule-diag.el (describe-font): Don't check fontset
1862 here, and just call font-info. Get the default font by from the
1863 default face.
1864
1865 2008-05-29 Kenichi Handa <handa@m17n.org>
1866
1867 * international/mule-conf.el (utf-8-sig, utf-8-auto):
1868 New coding systems.
1869
1870 * international/mule.el (define-coding-system): Accept :bom for utf-8.
1871
1872 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
1873
1874 * international/utf-7.el (utf-7-encode): Use the right escape char
1875 depending on imap/nonimap encoding.
1876
1877 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1878
1879 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
1880
1881 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
1882
1883 * icomplete.el (icomplete-prospects-height): Add :group.
1884
1885 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1886
1887 * icomplete.el (icomplete-prospects-length): Make obsolete.
1888 (icomplete-prospects-height): New var.
1889 (icomplete-completions): Use it.
1890
1891 2008-05-29 David Kastrup <dak@gnu.org>
1892
1893 * autoinsert.el (auto-insert): Add :link.
1894
1895 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
1896
1897 * tar-mode.el (tar-header): New field `header-start'.
1898 (tar-header-block-tokenize): Set it when useful.
1899 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
1900 (tar-header-data-end): New function.
1901 (tar-summarize-buffer): Use it.
1902 (tar-next-line): Fix goal column for long usernames.
1903 (tar-expunge-internal): Use header-start.
1904 (tar-rename-entry): Handle ustar-style long names.
1905 (tar-alter-one-field): Add optional `descriptor' argument.
1906 (tar-subfile-save-buffer): Use it.
1907
1908 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
1909
1910 * tar-mode.el (tar-header): New field `header-start'.
1911 (tar-header-block-tokenize): Set header-start for longlink entries.
1912 (tar-expunge-internal): Use header-start to expunge longlink entries.
1913
1914 * files.el (hack-local-variables): Don't signal an error if the local
1915 variable section is not properly terminated.
1916
1917 * emacs-lisp/easymenu.el (easy-menu-convert-item)
1918 (easy-menu-convert-item-1): Move the duplicate-generation outside of
1919 the caching so it also works for identical entries.
1920
1921 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
1922 (tar-mode): Use write-region-annotate-functions rather than
1923 write-contents-functions.
1924 (tar-extract): Remove unused var `pos'.
1925 (tar-subfile-save-buffer): Remove unused var `following-descs'.
1926 (tar-mode-write-file): Remove.
1927 (tar-write-region-annotate): New function.
1928
1929 * progmodes/flymake.el (flymake-save-buffer-in-file):
1930 * shadowfile.el (shadow-copy-file):
1931 * arc-mode.el (archive-*-write-file-member):
1932 * files.el (diff-buffer-with-file):
1933 * subr.el (with-temp-file): Pass nil to write-region.
1934 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
1935
1936 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
1937 the custom.
1938
1939 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
1940 to write-region.
1941
1942 2008-05-28 Glenn Morris <rgm@gnu.org>
1943
1944 * Makefile.in (update-elclist): Work around non-portability of "\"
1945 in various implementations of echo.
1946
1947 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1948
1949 * international/mule-diag.el (describe-current-coding-system):
1950 Don't assume selection-coding-system is always defined.
1951
1952 * tar-mode.el: Use defstruct and markers.
1953 (tar-setf): Remove.
1954 (tar-header): Use defstruct. Add `data-start' field.
1955 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
1956 (tar-desc-data-start): Remove (now called tar-header-data-start).
1957 (tar-roundup-512): New fun.
1958 (tar-header-block-tokenize): Receive a buffer position rather than
1959 a string. Handle @longLink here, be more careful about it.
1960 Create a marker for data-start.
1961 (tar-summarize-buffer): Don't handle @LongLink here any more.
1962 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
1963 data-start on the following entries any more.
1964 (tar-chown-entry, tar-chgrp-entry): Use read-number.
1965
1966 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
1967 (tar-header-offset): Remove.
1968 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
1969 Not permanent any more.
1970 (tar-data-buffer): New var.
1971 (tar-data-swapped-p, tar-change-major-mode-hook)
1972 (tar-mode-kill-buffer-hook): New funs.
1973 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
1974 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
1975 (tar-clear-modification-flags, tar-alter-one-field)
1976 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
1977 Change accordingly.
1978
1979 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
1980
1981 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
1982 (vc-dir-resynch-file): ... this. Update callers.
1983 Use vc-string-prefix-p. Ignore directory args.
1984 (vc-string-prefix-p): CSE.
1985 (vc-resynch-buffer): Restore conditional.
1986
1987 * vc-hooks.el (vc-after-save): Improve test.
1988 (vc-mode-line): Fix indentation.
1989
1990 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
1991
1992 * calendar/parse-time.el (parse-time-months)
1993 (parse-time-weekdays): Add long-form month and day names.
1994
1995 2008-05-27 Glenn Morris <rgm@gnu.org>
1996
1997 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
1998
1999 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
2000
2001 * vc-dispatcher.el (vc-string-prefix-p): New function.
2002 (vc-dir-parent-marked-p): Use it.
2003
2004 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
2005
2006 * vc.el (Problems): Remove fixed issues.
2007 (vc-expand-dirs): Avoid returning directories.
2008 (vc-dir): Fix C-x v v binding.
2009 (vc-make-backend-object): Fix name.
2010 (vc-dir-show-fileentry): Fix docstring.
2011 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
2012 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
2013 Reset the state for directories.
2014 (vc-dir-headers): Align labels.
2015 (vc-default-status-printer): Do no call prettify-state-info.
2016 (vc-deduce-fileset): Replace implementation with one based on a
2017 working older version.
2018 (vc-next-action): Use the new form of vc-deduce-fileset.
2019 Fix dealing with unregistered files.
2020
2021 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
2022 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
2023 (vc-dir-child-files): New function.
2024 (vc-dir-node-directory): New function.
2025 (vc-dir-update, vc-dir-parent-marked-p)
2026 (vc-dir-children-marked-p, vc-dir-mark-all-files)
2027 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
2028
2029 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
2030
2031 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2032
2033 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
2034 (diff-font-lock-keywords, diff-context->unified)
2035 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
2036 (diff-hunk-text, diff-find-source-location): Use it.
2037 (diff-post-command-hook): Let the user edit the hunk headers.
2038
2039 2008-05-26 Andreas Schwab <schwab@suse.de>
2040
2041 * vc.el (vc-default-prettify-state-info): Fix formatting of an
2042 unknown state.
2043
2044 * tar-mode.el (tar-summarize-buffer): Comment fix.
2045
2046 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
2047
2048 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
2049
2050 2008-05-26 Glenn Morris <rgm@gnu.org>
2051
2052 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
2053
2054 2008-05-25 John Paul Wallington <jpw@pobox.com>
2055
2056 * proced.el (proced-next-line, proced-previous-line):
2057 Avoid calling `next-line' and `previous-line' from Lisp code.
2058
2059 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
2060
2061 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
2062 Use diary-ordinal-suffix.
2063
2064 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
2065
2066 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
2067 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
2068 (edebug-save-displayed-buffer-points, edebug-initial-mode)
2069 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
2070 (edebug-print-length, edebug-print-level, edebug-print-circle)
2071 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
2072 (edebug-global-break-condition, edebug-sit-for-seconds):
2073 Remove spurious * from defcustom docstrings.
2074 (edebug-unwrap*, edebug-signal, edebug-eval-display):
2075 Improve argument/docstring consistency.
2076 (edebug-test-coverage, edebug-gensym, edebug-read)
2077 (edebug-top-level-nonstop, edebug-eval-result-list)
2078 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
2079 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
2080 (edebug-display-freq-count): Reflow docstrings.
2081 (edebug-restore-status): Doc fix.
2082
2083 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
2084
2085 * proced.el (proced-header-line): Use the :align-to 0 feature
2086 rather than computing the corresponding position manually.
2087 (proced-update): Don't hardcode point-min==1.
2088
2089 2008-05-24 Alan Mackenzie <acm@muc.de>
2090
2091 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
2092 if c-file-style is set to a non-string.
2093
2094 (c-neutralize-CPP-line): Surround by `save-excursion'.
2095 (c-neutralize-syntax-in-CPP): Optimize for speed.
2096
2097 2008-05-24 Glenn Morris <rgm@gnu.org>
2098
2099 * Makefile.in (update-elclist): New target, to update ELCFILES.
2100 (bootstrap-after): Run update-elclist.
2101
2102 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
2103
2104 * icalendar.el (icalendar-version): Increase to "0.19".
2105 (icalendar--date-style): New function.
2106 (icalendar--datetime-to-diary-date): Doc fix.
2107 Use icalendar--date-style.
2108 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
2109 (icalendar--convert-yearly-to-ical)
2110 (icalendar--convert-recurring-to-diary): Handle iso date style,
2111 use icalendar-date-style.
2112
2113 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
2114
2115 * vc.el (vc-delete-file): Make sure the buffer is deleted and
2116 vc-dir buffers are updated.
2117
2118 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2119
2120 * vc.el (vc-delete-file): Don't try to resynch the buffer.
2121
2122 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
2123
2124 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
2125 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
2126 (reftex-extra-bindings): Use it.
2127
2128 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
2129 away from the user-reserved keys.
2130
2131 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
2132 New vars.
2133 (ada-create-keymap): Use them.
2134
2135 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2136
2137 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
2138 a properly-grouped regexp.
2139
2140 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
2141
2142 * progmodes/cap-words.el (capitalized-words-mode):
2143 Fix typos in docstring.
2144
2145 2008-05-23 Kenichi Handa <handa@m17n.org>
2146
2147 * international/mule-conf.el: Don't define the charset `emacs'
2148 here, just put :docstring, :short-name, and :long-name.
2149
2150 2008-05-22 Kenichi Handa <handa@m17n.org>
2151
2152 * international/mule-diag.el (font-show-log): Limit each listing
2153 to 20 items.
2154
2155 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
2156
2157 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
2158 (gdb-annotation-rules): New entry for "thread-changed".
2159 (gdb-thread-changed): New function.
2160
2161 2008-05-23 Glenn Morris <rgm@gnu.org>
2162
2163 * Makefile.in (SOURCES): Remove, unused.
2164 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
2165 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
2166 Exclude more '*loaddefs' files.
2167 (compile-always): Simplify '.elc' deletion.
2168
2169 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
2170
2171 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
2172 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
2173
2174 * minibuffer.el (completion-boundaries): Change calling
2175 convention, so `string' has the same semantics as in
2176 try-completion and all-completions.
2177 (completion-table-with-context, completion--embedded-envvar-table)
2178 (completion--file-name-table)
2179 (completion-pcm--find-all-completions): Adjust code accordingly.
2180
2181 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
2182
2183 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
2184 prune image-mode-winprops-alist, preventing it from growing
2185 indefinitely.
2186 (image-mode-reapply-winprops): Use it.
2187
2188 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
2189
2190 * net/netrc.el (netrc-machine): Always match if the port is not given.
2191
2192 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
2193
2194 * minibuffer.el (completion-pcm--find-all-completions):
2195 Don't add pseudo-completions.
2196
2197 * icomplete.el (icomplete-eoinput): Remove.
2198 (icomplete-overlay): New var to replace it.
2199 (icomplete-tidy): Rewrite.
2200 (icomplete-exhibit): Use an overlay.
2201 (icomplete-completions): Use completion-all-sorted-completions.
2202 Obey completion-ignore-case.
2203
2204 * files.el (locate-dominating-file): Accept non-existing argument.
2205 (project-find-settings-file): Rewrite, using locate-dominating-file.
2206
2207 2008-05-22 Kenichi Handa <handa@m17n.org>
2208
2209 * faces.el (font-weight-table, font-slant-table, font-width-table):
2210 Delete them. Don't call internal-set-font-style-table.
2211
2212 * international/mule-diag.el (font-show-log): New function.
2213
2214 * international/fontset.el (script-representative-chars): Add more
2215 chars for latin. Add data for symbol.
2216 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
2217
2218 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2219
2220 * minibuffer.el (completion-all-sorted-completions): New var.
2221 (completion--flush-all-sorted-completions)
2222 (completion-all-sorted-completions): New functions.
2223 (minibuffer-force-complete): New command.
2224
2225 2008-05-21 Glenn Morris <rgm@gnu.org>
2226
2227 * files.el (c-postprocess-file-styles): Declare for compiler.
2228
2229 * Makefile.in: Allow for parallel byte-compiling.
2230 (ELCFILES): New variable.
2231 (.el.elc): Remove prerequisites from suffix rule. Print a message.
2232 (compile-first, compile-main, compile-last): New targets.
2233 (compile-always): Simplify - delete .elc files, then `make compile'.
2234
2235 * Makefile.in (compile-calc): Use glob rather than find.
2236 ($(lisp)/progmodes/cc-mode.elc): Use $@.
2237
2238 * eshell/esh-module.el: No need for cl when compiling.
2239
2240 * eshell/eshell.el (eshell-defgroup): New alias.
2241 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
2242 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
2243 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
2244 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
2245 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
2246 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
2247 Autoload the custom group. Set generated-autoload-file.
2248 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
2249 for eshell-defgroup.
2250 * eshell/esh-module.el (eshell-load-defgroups): Remove.
2251 Require esh-groups rather than loading it.
2252
2253 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2254
2255 * proced.el (proced-header-line): New variable and new function.
2256 (proced-mode): Set header-line-format.
2257 (proced-update): Set proced-header-line.
2258 (proced-send-signal): Use proced-header-line.
2259
2260 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
2261
2262 * macros.el (insert-kbd-macro): Use prin1-char.
2263
2264 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2265
2266 * minibuffer.el (completion-boundaries): New function.
2267 (completion--some): Delay errors.
2268 (complete-with-action, completion-table-with-context):
2269 Handle `boundaries' case.
2270 (completion--try-word-completion): Avoid partial-completion
2271 when the user hasn't entered anything yet.
2272 (minibuffer-local-map, minibuffer-local-filename-completion-map)
2273 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
2274 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
2275 Setup default keybindings.
2276 (completion--embedded-envvar-re): New var.
2277 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
2278 (completion--file-name-table): Handle `boundaries' case.
2279 (completion-pcm--pattern->regex): Avoid pathological backtracking.
2280 (completion-pcm--all-completions): Add a `prefix' arg.
2281 (completion-pcm--find-all-completions): New function.
2282 (completion-pcm-all-completions, completion-pcm-try-completion):
2283 Use it.
2284
2285 * icomplete.el (icomplete-completions): Don't use `predicate' with
2286 a table of a different type than `candidates'.
2287
2288 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2289
2290 * proced.el (proced-goal-column): Rename from proced-procname-column.
2291 (proced-goal-header-re): Rename from proced-procname-column-regexp.
2292 (proced-move-to-goal-column): Rename from proced-move-to-procname.
2293 (proced-header-face, proced-header-regexp): Remove.
2294 (proced-font-lock-keywords): Remove proced-header-face.
2295 (proced-header-alist, proced-sorting-schemes-re): New variables.
2296 (proced): Rename Proced buffer to *Proced*.
2297 (proced-next-line, proced-previous-line): New commands.
2298 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
2299 (proced-hide-processes): Do not treat first line as special.
2300 (proced-header-space): New function.
2301 (proced-update): Use header-line-format.
2302 Initialize proced-header-alist and proced-sorting-schemes-re.
2303 Set proced-goal-column. Include proced-command in mode-name.
2304 (proced-send-signal): Use header-line-format for *Marked
2305 Processes* buffer.
2306 (proced-sort): Restrict minibuffer completion to applicable
2307 sorting schemes.
2308 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
2309
2310 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
2311
2312 * icomplete.el (icomplete-simple-completing-p):
2313 Allow icomplete-with-completion-tables to say "use it everywhere".
2314 (icomplete-completions): Obey completion-styles. Try to accommodate
2315 partial-completion style.
2316
2317 2008-05-20 Michael Olson <mwolson@gnu.org>
2318
2319 * files.el (project-find-settings-file): Change concat to
2320 expand-file-name.
2321
2322 2008-05-19 Tom Tromey <tromey@redhat.com>
2323
2324 * files.el (normal-mode): Call hack-project-variables.
2325 (hack-local-variables-confirm): Add 'project' argument.
2326 (hack-local-variables-apply): New function.
2327 (hack-local-variables): Use it.
2328 (project-class-alist, project-directory-alist): New variables.
2329 (project-get-alist): New function.
2330 (project-collect-bindings-from-alist)
2331 (project-collect-binding-list, set-directory-project)
2332 (project-find-settings-file, project-define-from-project-file)
2333 (hack-project-variables): New functions.
2334
2335 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
2336
2337 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
2338
2339 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
2340
2341 * faces.el (font-weight-table): Fix typo in docstring.
2342
2343 2008-05-18 David Hull <david@snap.com> (tiny change)
2344
2345 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
2346 (vc-hg-annotate-command): Allow white space before version number.
2347
2348 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2349
2350 * calc/calc-yank.el (calc-register-alist): New variable.
2351 (calc-set-register, calc-get-register, calc-copy-to-register)
2352 (calc-insert-register, calc-add-to-register, calc-append-to-register)
2353 (calc-prepend-to-register): New functions.
2354
2355 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
2356 `calc-copy-to-register' and `calc-insert-register'.
2357 Autoload new register functions.
2358
2359 * calc/calc-help.el (calc-r-prefix-help): Add help for register
2360 functions.
2361
2362 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
2363
2364 * vc.el (Todo): Add known problems.
2365 (vc-dir-backend): New variable.
2366 (vc-dir): Set it.
2367 (vc-make-backend-object, vc-generic-status-printer)
2368 (vc-generic-state, vc-generic-status-fileinfo-extra)
2369 (vc-dir-extra-menu): Use it.
2370 (vc-generic-dir-headers): Remove, unused.
2371
2372 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
2373 vc-dir-prev-directory for consistency with vc-dir-previous-line.
2374 (vc-dir-mode-map): Fix bindings.
2375
2376 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
2377
2378 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
2379
2380 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
2381 operated on.
2382 (calc-kill-region): Kill entire lines.
2383
2384 2008-05-17 Glenn Morris <rgm@gnu.org>
2385
2386 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
2387 simplify initial value.
2388 (defezimage): Drop support for Emacs without defimage, use a featurep
2389 test rather than fboundp when defining, drop with-no-warnings.
2390 (ezimage-insert-over-text): Move featurep test inside
2391 add-text-properties.
2392
2393 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
2394
2395 * net/tramp.el (top-level): Load auth-source when compiling.
2396
2397 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
2398
2399 2008-05-17 Andreas Schwab <schwab@suse.de>
2400
2401 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
2402
2403 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
2404
2405 * vc.el (vc-annotate-show-diff-revision-at-line): Change
2406 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
2407
2408 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2409
2410 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
2411
2412 2008-05-17 Jim Meyering <meyering@redhat.com>
2413
2414 * ido.el (ido-save-history): Do not emit a trailing newline at the
2415 end of the ido history file.
2416
2417 2008-05-16 John Paul Wallington <jpw@pobox.com>
2418
2419 * vc-dispatcher.el (top-level): Revert previous change: require cl
2420 when compiling.
2421
2422 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2423
2424 * vc.el (vc-default-status-printer)
2425 (vc-default-prettify-state-info): Enhance the state prettyprinter
2426 to deal better with unknown states and indirect through it when
2427 painting vc-dir buffers.
2428
2429 2008-05-16 John Paul Wallington <jpw@pobox.com>
2430
2431 * vc-dispatcher.el (top-level): Don't require cl when compiling.
2432 (vc-dir-mode-map): Fix backquote.
2433 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
2434
2435 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
2436
2437 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
2438 Reported by Glenn Morris <rgm@gnu.org>.
2439
2440 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
2441
2442 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
2443 the end of the file, it was good work at one time but has been
2444 stale since 1995 and may now be actively misleading.
2445 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
2446 CVS repository and module (assumptions for the latter a bit iffy).
2447 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
2448 SVN repository.
2449
2450 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
2451
2452 * vc-rcs.el (vc-rcs-create-tag):
2453 * vc-sccs.el (vc-sccs-create-tag):
2454 Fix typo in error message and pass backend arg.
2455
2456 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
2457
2458 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
2459
2460 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
2461
2462 * net/tramp.el: Load auth-source library.
2463 (tramp-read-passwd): Use it for password, not login.
2464
2465 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
2466
2467 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
2468 (ses-print-cell): Use string-width, truncate-string-to-width,
2469 delete-region rather than length, substring, delete-char.
2470 (ses-setup): Set inhibit-point-motion-hooks to t.
2471 Calculate position by actually moving point rather than just using
2472 unibyte character length.
2473 (ses-mode): Set indent-tabs-mode to nil.
2474 (ses-center): Use string-width rather than length.
2475
2476 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
2477
2478 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
2479 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
2480 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
2481 vc-*-create-tag and vc-*-retrieve-tag respectively.
2482
2483 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
2484 unneeded defalias.
2485
2486 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
2487
2488 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
2489 about buffer names.
2490
2491 2008-05-15 Glenn Morris <rgm@gnu.org>
2492
2493 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
2494
2495 * org/org-exp.el (org-infojs-options-inbuffer-template):
2496 Fix declaration.
2497
2498 * progmodes/cc-mode.el (declare-function): Add compat definition.
2499 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
2500
2501 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2502
2503 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
2504 list to a cons so the caller can get back both expanded and
2505 unexpanded filesets.
2506 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
2507 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
2508 Change handling of selection-set returns as required.
2509
2510 2008-05-15 John Paul Wallington <jpw@pobox.com>
2511
2512 * add-log.el (top-level): Don't require cl when compiling.
2513
2514 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
2515 (archive-*-extract): Use `zerop'.
2516 (archive-*-write-file-member): Use `or', use `zerop'.
2517
2518 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
2519
2520 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
2521 (ibuffer-mark-interactive, ibuffer-set-mark)
2522 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
2523 (ibuffer-map-lines, ibuffer-switch-format)
2524 (ibuffer-update-title-and-summary)
2525 (ibuffer-redisplay-engine): Use it.
2526
2527 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
2528 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
2529 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
2530 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
2531 (ibuffer-mark-read-only-buffers)
2532 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
2533
2534 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
2535 (define-ibuffer-column, define-ibuffer-sorter)
2536 (define-ibuffer-op, define-ibuffer-filter): Add declarations
2537 containing indentation specs, replacing equivalent top-level
2538 forms that set `lisp-indent-function' properties.
2539 (define-ibuffer-op): Use `derived-mode-p'.
2540 (define-ibuffer-filter): Remove redundant `concat' call.
2541
2542 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
2543
2544 * net/tramp.el (tramp-echo-mark): Update docstring.
2545 (tramp-echo-mark-marker): New defconst.
2546 (tramp-check-for-regexp): Use it.
2547
2548 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
2549
2550 * vc.el (vc-deduce-fileset): Do the right thing when visting a
2551 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
2552 as parent.
2553
2554 2008-05-14 John Paul Wallington <jpw@pobox.com>
2555
2556 * international/mule.el (convert-define-charset-argument):
2557 Remove period from end of error message.
2558 (coding-system-mnemonic): Doc fix.
2559 (ctext-pre-write-conversion): Doc fix.
2560
2561 2008-05-14 Simon Marshall <simon@gnu.org>
2562
2563 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
2564 from its default value and give it the risky-local-variable
2565 property (CVE-2008-2142).
2566
2567 2008-05-14 Kenichi Handa <handa@m17n.org>
2568
2569 * language/korean.el ("Korean"): Set `iso639-language'
2570 property to `ko'.
2571
2572 * language/japanese.el ("Japanese"): Set `iso639-language'
2573 property to `ja'.
2574
2575 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
2576 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
2577 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
2578
2579 * international/mule-cmds.el (set-language-environment):
2580 Set current-iso639-language.
2581
2582 * international/fontset.el (setup-default-fontset): For kana, han,
2583 hangul, and cjk-misc, move an entry with font-spec at the end.
2584 (generate-fontset-menu): Exclue fontset-auto* from the list.
2585
2586 * composite.el (compose-chars-after): Assume that WINDOW is always
2587 non-nil.
2588
2589 * faces.el (font-weight-table, font-slant-table)
2590 (font-swidth-table): Declare them by defconst. Change the format
2591 of elements. Call internal-set-font-style-table after their
2592 declaration.
2593 (face-valid-attribute-values): Call font-family-list. Get values
2594 for width, weight, and slant from font-xxx-table.
2595
2596 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
2597
2598 2008-05-13 John Paul Wallington <jpw@pobox.com>
2599
2600 * ibuffer.el (ibuffer-buffer-file-name): New function.
2601 (define-ibuffer-column filename): Use it.
2602
2603 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
2604
2605 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2606
2607 * talk.el (talk): Simplify. Pass display arg to talk-add-display
2608 as a string.
2609 (talk-add-display): Simplify. Accept only string args.
2610
2611 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
2612
2613 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
2614
2615 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2616
2617 * Makefile.in (bootstrap-prepare): Don't chmod files.
2618 (autoloads): Do it here instead, where it's actually needed.
2619
2620 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
2621
2622 * tool-bar.el (tool-bar-make-keymap): Account for the optional
2623 KEY-BINDING-DATA field in menu-item list.
2624
2625 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
2626
2627 * dired.el (dired-read-dir-and-switches): Move things about to use less
2628 recursion during macroexpansion.
2629
2630 * dired.el (dired-read-dir-and-switches): Use read-file-name.
2631
2632 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
2633 completion-ignored-extension directories if there's something else.
2634 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
2635 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
2636 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
2637 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
2638 buffer-read-only -> inhibit-read-only.
2639
2640 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
2641
2642 * vc.el (vc-expand-dirs): Stop this function from tossing out
2643 explicitly specified files.
2644
2645 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2646
2647 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
2648 to `insert'.
2649
2650 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
2651
2652 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
2653 cons. Use vc-annotate-backend.
2654 (with-vc-file, edit-vc-file): Remove unused macros.
2655
2656 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
2657
2658 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
2659 (smtpmail-try-auth-methods): Use it.
2660
2661 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2662
2663 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
2664 (setf (nthcdr ..) ..) doesn't require CL at runtime.
2665
2666 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
2667
2668 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
2669
2670 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2671
2672 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
2673 (vc-bzr-revision-completion-table): Use process-file.
2674 (vc-bzr-working-revision): Pass relative file names.
2675
2676 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
2677
2678 2008-05-11 Juri Linkov <juri@jurta.org>
2679
2680 * wid-edit.el (widget-image-directory): Change default image data
2681 subdirectory from "custom" to "images/custom".
2682
2683 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
2684 before recursive call to `Info-next-preorder' to not add
2685 intermediate nodes to the history.
2686
2687 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
2688
2689 * emulation/cua-base.el: Put isearch-scroll property
2690 on cua-scroll-up and cua-scroll-down.
2691
2692 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
2693
2694 * vc-hooks.el (vc-recompute-state): Remove (dead code).
2695
2696 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
2697
2698 * vc-dispatcher.el (ewoc): Require.
2699 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
2700
2701 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
2702
2703 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
2704
2705 * term/w32-win.el (x-colors):
2706 * term/mac-win.el (x-colors):
2707 * term/x-win.el (x-colors): Re-order colors.
2708
2709 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
2710
2711 * smerge-mode.el (smerge-command-prefix): Fix custom type.
2712
2713 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
2714
2715 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
2716 New functions implementing motion to next and previous directory.
2717
2718 * vc-arch.el (vc-arch-command):
2719 * vc-bzr.el (vc-bzr-command):
2720 * vc-cvs.el (vc-cvs-command):
2721 * vc-dispatcher.el (vc-do-command):
2722 * vc-git.el (vc-git-command):
2723 * vc-hg.el (vc-hg-command):
2724 * vc-mcvs.el (vc-mvcs-command):
2725 * vc-mtn.el (vc-mtn-command):
2726 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
2727 (vc-sccs-workfile-unchanged-p):
2728 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
2729 * vc-rcs.el (all methods): Remove assumption about what a nil
2730 argument to vc-do-command means. This means no buffer name needs
2731 to be hardcoded into the dispatcher layer, and it's better to be
2732 explicit anyway.
2733
2734 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
2735
2736 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
2737
2738 * vc.el: Update todo.
2739
2740 * vc-sccs.el (vc-sccs-dir-status):
2741 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
2742 backends and returning up to date files.
2743
2744 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
2745
2746 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2747
2748 * vc.el (vc-dir):
2749 * vc-hooks.el: Tweak the VC directory bindings. These are now
2750 documented in the manual.
2751
2752 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
2753 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
2754 (vc-dispatcher-selection-set): Allow callers to pass in an
2755 observer flag that says no buffer sync is required.
2756 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
2757 Use the observer flag.
2758
2759 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
2760
2761 * simple.el (start-file-process): Clarify docstring.
2762
2763 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2764
2765 * vc-sccs.el, vc.svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
2766 Remove stub implementations of, and references to, wash-log.
2767 * vc-rcs.el (vc-rcs-comment-history):
2768 * vc-cvs.el (vc-cvs-comment-history):
2769 Inline the code that used to be wash-log.
2770
2771 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
2772 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
2773 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
2774 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
2775 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
2776 (vc-rcs-print-log): Grok directories.
2777
2778 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
2779
2780 * vc.el (vc-mark-resolved): Add `backend' argument.
2781 (vc-next-action): Pass it the backend.
2782 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
2783 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
2784 (vc-default-comment-history, vc-default-create-snapshot)
2785 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
2786 (vc-annotate-revision-previous-to-line)
2787 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
2788 * vc-svn.el (vc-svn-checkout):
2789 * vc-mcvs.el (vc-mcvs-checkout):
2790 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
2791 (vc-working-revision, vc-before-save, vc-mode-line):
2792 Prefer vc-call-backend to vc-call so as not to recompute the backend.
2793
2794 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
2795 state to be consistent since it's often an unwarranted restriction.
2796 Don't return the state either.
2797 (vc-next-action): Check that the state is consistent.
2798 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
2799 (vc-rollback, vc-update): Adapt to new return value of
2800 vc-deduce-fileset.
2801
2802 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
2803 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
2804 (vc-dispatcher-in-fileset-p): New fun.
2805 (vc-dispatcher-selection-set): Use it to properly handle directories.
2806
2807 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
2808
2809 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
2810 (vc-update): Remove unused let bindings.
2811
2812 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
2813
2814 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
2815 (vc-diff, vc-revert, vc-rollback, vc-update):
2816 * vc-dispatcher.el (vc-dispatcher-selection-set):
2817 Get rid of 4 special cases in fileset selection. This involved
2818 changing the return value of (vc-deduce-fileset) so that it passes
2819 back a deduced state as well as a deduced back end.
2820
2821 2008-05-08 Sam Steingold <sds@gnu.org>
2822
2823 * progmodes/compile.el (compilation-minor-mode-map)
2824 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
2825 * grep.el (grep-mode-map): Use `set-keymap-parent' to connect it
2826 to `compilation-minor-mode-map' (instead of an explicit `cons').
2827
2828 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2829
2830 * org/org.el (org-modules, org-format-latex-options):
2831 * org/org-archive.el (org-archive-stamp-time)
2832 (org-archive-save-context-info):
2833 * org/org-faces.el (org-hide):
2834 * org/org-irc.el (org-irc-parse-link):
2835 * org/org-macs.el (org-call-with-arg, org-autoload):
2836 * org/org-mew.el (org-mew-store-link):
2837 * org/org-remember.el (org-remember-store-without-prompt)
2838 (org-remember-templates): Fix typos in docstrings.
2839
2840 * org/org-info.el (org-info-store-link): Remove leftover docstring.
2841
2842 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
2843 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
2844 (org-bbdb-anniv-split): Fix typos in docstrings.
2845
2846 * org/org-publish.el (org-publish-project-alist): Doc fixes.
2847 (org-publish-use-timestamps-flag): Reflow docstring.
2848 (org-publish-files-alist): Fix typos in docstring.
2849
2850 2008-05-07 Sam Steingold <sds@gnu.org>
2851
2852 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
2853 appears to be too aggressive with window removal.
2854
2855 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
2856
2857 * verilog-mode.el (verilog-type-font-keywords): Add leda and 0in
2858 as pragma keywords.
2859 (verilog-pretty-expr): Support lining up assignments which include
2860 part selects.
2861 (verilog-mode): More portable check for the availability of
2862 hideshow support.
2863 (verilog-do-indent): Remove special indent for declarations inside
2864 a parenthetical list. The code is ill-advised, and doesn't work
2865 given the new user defined types.
2866 (verilog-set-auto-endcomments): Enhance function automatic
2867 endcomment to support functions that return user defined types.
2868 (verilog-mode): Add code to tell which-function-mode minor mode
2869 that Verilog supports this feature.
2870
2871 2008-05-08 Eli Zaretskii <eliz@gnu.org>
2872
2873 * epa-file.el: Require epa-hook.
2874
2875 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
2876
2877 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
2878 file-names clashes on 8+3 filesystems. Provide epa-hook.
2879
2880 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
2881 file-names clashes on 8+3 filesystems.
2882
2883 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
2884
2885 * org/org.el (org-read-date-get-relative): Interpret lone
2886 weekday abbreviation as relative to today.
2887
2888 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
2889
2890 * abbrev.el (define-abbrev-table):
2891 * composite.el (toggle-auto-composition):
2892 * json.el (json-alist-p, json-plist-p):
2893 * minibuffer.el (completion-table-with-predicate):
2894 * ps-mule.el (ps-mule-external-libraries):
2895 * emacs-lisp/advice.el (ad-special-form-p):
2896 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
2897 * eshell/em-smart.el (eshell-review-quick-commands):
2898 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
2899 (python-skip-out, python-check-comint-prompt):
2900 Don't use `iff' in docstrings.
2901
2902 * international/robin.el (robin-package-alist): Fix typo in docstring.
2903 (robin-current-package-name): Doc fix.
2904 (robin-activate): Don't use `iff' in docstring.
2905
2906 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
2907
2908 * vc.el, vc-dispatcher.el: VC-Dired support removed.
2909 The code uses a ewoc-based implementation now.
2910 * vc-hooks.el: Support for Meta-CVS has been removed.
2911
2912 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
2913
2914 * tool-bar.el: Choose images dynamically.
2915 (tool-bar-make-keymap, tool-bar-find-image): New function.
2916 (tool-bar-find-image-cache): New var.
2917 (tool-bar-local-item, tool-bar-local-item-from-menu):
2918 Don't select the image yet, do it later in tool-bar-make-keymap.
2919
2920 2008-05-07 Andreas Schwab <schwab@suse.de>
2921
2922 * window.el: Require 'cl when compiling.
2923
2924 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
2925
2926 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
2927
2928 2008-05-07 Glenn Morris <rgm@gnu.org>
2929
2930 * subr.el (ignore-errors): Move here from cl-macs.el.
2931 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
2932
2933 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
2934 oddness.
2935
2936 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
2937
2938 * vc-hooks.el (vc-find-file-hook):
2939 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
2940 further from vc.el.
2941 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
2942
2943 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
2944
2945 * verilog-mode.el (verilog-getopt-file): Cleanup warning message format.
2946 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
2947 (verilog-auto-inout, verilog-auto-inout-module)
2948 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
2949 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
2950 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
2951 (verilog-auto-sense-sigs, verilog-auto-tieoff)
2952 (verilog-auto-unused, verilog-auto-wire)
2953 (verilog-decls-get-assigns, verilog-decls-get-consts)
2954 (verilog-decls-get-gparams, verilog-decls-get-inouts)
2955 (verilog-decls-get-inputs, verilog-decls-get-outputs)
2956 (verilog-decls-get-ports, verilog-decls-get-regs)
2957 (verilog-decls-get-signals, verilog-decls-get-wires)
2958 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
2959 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
2960 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
2961 (verilog-inject-sense, verilog-library-filenames)
2962 (verilog-mode-release-date, verilog-mode-version)
2963 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
2964 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
2965 (verilog-modi-get-assigns, verilog-modi-get-consts)
2966 (verilog-modi-get-gparams, verilog-modi-get-inouts)
2967 (verilog-modi-get-inputs, verilog-modi-get-outputs)
2968 (verilog-modi-get-ports, verilog-modi-get-regs)
2969 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
2970 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
2971 (verilog-modi-get-wires, verilog-preserve-cache)
2972 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
2973 (verilog-read-sub-decls, verilog-read-sub-decls-line)
2974 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
2975 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
2976 Add caching of additional state, and rework signal extraction
2977 routines to improve AUTO expansion performance by 300%++.
2978
2979 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
2980
2981 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2982 Tweak Open Watcom regexp to distinguish between errors and warnings.
2983
2984 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2985
2986 * dired.el (dired-read-dir-and-switches): Fix up last change.
2987
2988 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
2989
2990 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
2991 out of this function, move it to vc-dispatcher-selection-set.
2992
2993 2008-05-05 Sam Steingold <sds@gnu.org>
2994
2995 * window.el (delete-other-windows-vertically): New function.
2996
2997 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2998
2999 * dired.el (dired-read-dir-and-switches):
3000 Obey read-file-name-completion-ignore-case.
3001
3002 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
3003
3004 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3005 Add regexp for Open Watcom compiler output.
3006
3007 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
3008
3009 * progmodes/python.el (python-block-pairs): Align finally with except.
3010
3011 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3012
3013 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
3014
3015 2008-05-05 Tom Tromey <tromey@redhat.com>
3016
3017 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
3018 looking at conflict marker.
3019
3020 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
3023 client-mode -> vc-client-object, and guess `funcall' was meant.
3024 (vc-dir-mode): Rename client-mode -> vc-client-mode.
3025
3026 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
3027
3028 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
3029 (dbus-debug): Move declarations outside eval-when-compile.
3030
3031 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3032
3033 * proced.el (proced-command-alist): Fix system-type values.
3034 Fix defcustom.
3035 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
3036 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
3037 (proced-sort-start, proced-sort, proced-sort-time): New commands.
3038 (proced-update): Use proced-sorting-scheme. Update modeline.
3039 (proced-send-signal): Use nreverse.
3040 (proced-sorting-scheme-p): New function.
3041
3042 2008-05-04 Andreas Schwab <schwab@suse.de>
3043
3044 * vc.el: Require dired when compiling.
3045
3046 * minibuffer.el (completion--insert-strings): Don't delete past bol.
3047
3048 2008-05-03 Glenn Morris <rgm@gnu.org>
3049
3050 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
3051 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
3052 Simplify compilation requirements.
3053 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
3054 declarations.
3055
3056 2008-05-03 Dave Love <fx@gnu.org>
3057
3058 * progmodes/python.el (python-beginning-of-statement):
3059 Loop at least once (fixes 2008-02-21 change).
3060
3061 2008-05-03 Eli Zaretskii <eliz@gnu.org>
3062
3063 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
3064 instead of `length' for comparing length of user and group names.
3065
3066 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
3067
3068 * vc-dispatcher.el: New file, separates out the UI and command
3069 execution machinery from VCS-specific logic left in vc.el.
3070 The separation is not yet completely clean, but it's a good start.
3071 * vc.el: This file is about 1700 lines shorter now.
3072 Remove obsolete logentry-check from the backend API.
3073 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
3074 implementation of the logentry-check method, and it guarded against
3075 a log length limit that has probably been obsolete for 15 years (!).
3076
3077 2008-05-02 Sam Steingold <sds@gnu.org>
3078
3079 * progmodes/compile.el (compilation-start): Move setting of
3080 compilation-directory after (funcall mode) as that resets local
3081 variables, this fixes recompile in grep buffers.
3082 * grep.el (grep-mode-map): Bind "g" to recompile (like in dired &c).
3083
3084 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3085
3086 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3087 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3088 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
3089 has one of these and that all are called in compatible ways.
3090 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
3091 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
3092 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
3093 backend has one of these.
3094
3095 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
3096
3097 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
3098 initialization into define-abbrev-table. Use :regexp.
3099 (octave-mode-syntax-table): Don't set word syntax for `.
3100
3101 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
3102 than only value.
3103
3104 * dired.el (dired-read-dir-and-switches):
3105 Set minibuffer-completing-file-name and call substitute-in-file-name.
3106 (dired-format-columns-of-files): Use completion--insert-strings.
3107
3108 * minibuffer.el (completion-hilit-commonality): Revert last change:
3109 the leftover code was actually useful.
3110 (completion--insert-strings): Use string-width rather than length.
3111
3112 2008-05-02 Sam Steingold <sds@gnu.org>
3113
3114 * vc.el (vc-dir-mode-map): Enable mouse bindings.
3115 (vc-at-event): New macro: run the body at the even location.
3116 (vc-dir-menu, vc-dir-toggle-mark): Use it.
3117 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
3118 * subr.el (mouse-event-p): Check if the event is mouse-related.
3119
3120 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
3121
3122 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
3123 Don't throw error if no file is found.
3124
3125 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
3126
3127 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
3128 (vc-default-state-heuristic): Doc fix.
3129
3130 2008-05-02 Richard Sharman <rsharman@pobox.com>
3131
3132 * hilit-chg.el (highlight-changes-mode): Remove references to
3133 hooks that no longer exist. Because define-minor-mode is used the
3134 hook highlight-changes-mode-hook exists and can do what both the
3135 old hooks used to do. The documentation at the top of the file
3136 was updated to demonstrate this.
3137 (highlight-changes-mode): Remove commented out call to a hook
3138 function that is no longer there.
3139 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
3140
3141 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
3142
3143 * vc.el (vc-default-dired-state-info): Change name of primitive
3144 to prettify-state-info, in preparation for ripping out dired mode.
3145 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
3146 to prettify-state-info, in preparation for ripping out dired mode.
3147 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
3148 tries this on a version-controlled buffer. It will do useless or
3149 actively bad things on any version control system newer than RCS.
3150 * vc-hooks.el (vc-dired-resynch-file):
3151 * vc.el (vc-dired-resynch-file): Change name of primitive to
3152 vc-directory-resynch-file, preparing to remove dired.
3153
3154 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
3155
3156 * vc-rcs.el (vc-rcs-state): Fix typos.
3157
3158 * vc.el (vc-register): Change argument order so that the prefix
3159 argument is assigned correctly.
3160 (vc-next-action, vc-dir-register): Update for the above change.
3161
3162 2008-05-01 Juri Linkov <juri@jurta.org>
3163
3164 * replace.el (occur-read-primary-args): Set default to the car of
3165 regexp-history and display it in the prompt, but don't add to the
3166 list of minibuffer defaults. Bind history-add-new-input to nil to
3167 not add automatically `default'. For empty input return `default'.
3168 Otherwise, add `input' to regexp-history and return it.
3169 (occur-1): Signal an error for the empty regexp.
3170
3171 * progmodes/compile.el (compilation-auto-jump):
3172 Set window point to `pos' explicitly.
3173
3174 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
3175
3176 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
3177 when appropriate.
3178 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
3179 we report the 'unregistered state reliably.
3180 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
3181 we report the 'unregistered state reliably.
3182 * vc-git.el (vc-git-state): Call vc-git-unregistered so
3183 we report the 'unregistered state reliably.
3184 * vc-hooks (vc-state): Document that vc-unregistered is
3185 now expected to be returned reliably.
3186 * vc.el (vc-default-dired-state): Change needs-patch state to
3187 needs-update, since the name now shows up in dir-status listings
3188 and was somewhat misleading.
3189 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
3190 immediately after removing the file.
3191 * vc.el (vc-next-action): More informative messages when a fileset
3192 is in a mixed state or files are missing.
3193
3194 2008-05-01 Sam Steingold <sds@gnu.org>
3195
3196 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
3197
3198 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
3199
3200 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
3201
3202 2008-05-01 Daiki Ueno <ueno@unixuser.org>
3203
3204 * epa-file-hook.el: New file split from epa-file.el.
3205 * epa-file.el: Require 'epa-file-hook.
3206 (epa-file-handler): Add autoload cookie.
3207 * loadup.el: Load epa-file-hook.
3208 * startup.el (command-line): Eval the body of auto-encryption-mode.
3209
3210 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
3211
3212 * vc.el (vc-dir-mode-map): Don't bind "r".
3213
3214 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
3215 (vc-hg-status-printer): New function.
3216 (vc-hg-after-dir-status): Deal with copied and renamed files.
3217 (vc-hg-dir-status): Add flag to show copied files.
3218
3219 2008-05-01 John Paul Wallington <jpw@pobox.com>
3220
3221 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
3222 (ibuffer-do-sort-by-recency): Reverse sorting order if last
3223 sorting mode was recency.
3224
3225 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
3226 reverse sorting order if last sorting mode was the sorter's.
3227
3228 2008-05-01 Jason Rumney <jasonr@gnu.org>
3229
3230 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
3231
3232 2008-04-30 John Paul Wallington <jpw@pobox.com>
3233
3234 * ibuffer.el (define-ibuffer-column filename): When the major mode
3235 is `vc-dir-mode' show the buffer's default directory.
3236
3237 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
3238 major mode is `vc-dir-mode' use the buffer's default directory.
3239
3240 2008-04-30 Sam Steingold <sds@gnu.org>
3241
3242 * vc.el (vc-dir-delete-file): Add.
3243 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
3244 (vc-delete-file): Do not barf when the file has been already deleted.
3245
3246 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3247
3248 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
3249
3250 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3251
3252 * progmodes/octave-mod.el (octave-help): New function.
3253 * progmodes/octave-hlp.el: Delete.
3254 * info-look.el (octave-mode): Add operator index.
3255
3256 * vc.el (vc-checkout): Typo.
3257
3258 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
3259
3260 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
3261 Add "..." in the appropriate places.
3262
3263 * epa.el (epa-key-list-mode-map): Add more menu entries.
3264 Add "..." in the appropriate places.
3265
3266 * dired.el (dired-mode-map): Add :help.
3267
3268 * vc.el (vc-deduce-fileset): Add new parameter.
3269 (vc-dir-marked-only-files): New function.
3270 (vc-next-action): Don't ignore directories, look at the files
3271 inside them.
3272 (vc-dir-mode): Document how the mark/unmark commands work.
3273
3274 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
3275
3276 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
3277 Rule out trailing spaces in file and directory names as well.
3278
3279 * minibuffer.el (completion--do-completion): Move point even if the
3280 completion makes no change.
3281 (completion-pcm-try-completion): Fix computation of new point.
3282
3283 2008-04-30 David Hansen <david.hansen@gmx.net>
3284
3285 * dired.el: Require 'cl.
3286
3287 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
3288
3289 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
3290 hollow if not in innermost frame.
3291
3292 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3293
3294 Make `checkout-model' apply to filesets.
3295 * vc-hooks.el (vc-checkout-model): Rewrite.
3296 (vc-before-save, vc-after-save): Adjust callers accordingly.
3297 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
3298 (vc-transfer-file): Adjust callers accordingly.
3299 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
3300 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
3301 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
3302 instead of vc-checkout-model.
3303 * vc-mcvs.el (vc-mcvs-revert):
3304 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
3305 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
3306 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
3307 * vc-svn.el (vc-svn-checkout-model):
3308 * vc-hg.el (vc-hg-checkout-model):
3309 * vc-git.el (vc-git-checkout-model):
3310 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
3311
3312 * dired.el (dired-read-dir-and-switches): Replace last change with
3313 a new approach that mixes read-file-name and read-directory-name.
3314
3315 * files.el (read-buffer-to-switch):
3316 Avoid making assumptions about `other-buffer'.
3317
3318 2008-04-29 Sam Steingold <sds@gnu.org>
3319
3320 * vc.el (vc-dir-mode-hook): Add normal hook.
3321 (vc-dir-mode): Run it.
3322
3323 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3324
3325 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
3326 Always split windows.
3327 (gdb-speedbar-timer-fn): Only raise frame after user input.
3328 (gdb-same-frame): Reverse initial value.
3329 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
3330
3331 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
3332 gdb-speedbar-timer-fn.
3333
3334 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3335
3336 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
3337
3338 2008-04-29 Daiki Ueno <ueno@unixuser.org>
3339
3340 * epa.el (epa-key-list-mode-map): Add menu.
3341 (epa-delete-keys, epa-import-keys): Fix typo.
3342
3343 2008-04-29 Glenn Morris <rgm@gnu.org>
3344
3345 * find-cmd.el (top-level): Does not need cl when compiling.
3346
3347 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
3348
3349 * find-cmd.el: New file.
3350
3351 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
3352
3353 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
3354 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
3355 (completion-pcm--hilit-commonality): New function.
3356 (completion-pcm-all-completions): Use it.
3357
3358 * minibuffer.el (completion-common-substring): Mark obsolete.
3359 (completions-first-difference, completions-common-part):
3360 Move from simple.el.
3361 (completion-hilit-commonality): New fun.
3362 (display-completion-list, completion-emacs21-all-completions)
3363 (completion-emacs22-all-completions): Use it.
3364 * simple.el (completions-first-difference, completions-common-part):
3365 Move to minibuffer.el.
3366 (choose-completion-string): Use field functions and minibufferp.
3367 (completion-setup-function): Don't set completions faces.
3368
3369 2008-04-29 Glenn Morris <rgm@gnu.org>
3370
3371 * calendar/calendar.el (calendar-nth-named-absday)
3372 (calendar-nth-named-day):
3373 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
3374 * calendar/holidays.el (holiday-float): Doc fixes.
3375
3376 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
3377 the `full' case.
3378
3379 * org/org-agenda.el (calendar-iso-from-absolute):
3380 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
3381 Fix declarations.
3382
3383 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
3384
3385 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
3386 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
3387 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
3388 (gdb-assembler-custom): Be careful not to match other addresses.
3389
3390 2008-04-29 Jason Rumney <jasonr@gnu.org>
3391
3392 * battery.el (battery-status-function): Use w32-battery-status
3393 on Windows.
3394 (battery-echo-area-format): Make apm format the general case.
3395 (battery-mode-line-format): Merge apm and pmset formats as the
3396 general case.
3397
3398 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
3399
3400 * progmodes/gdb-ui.el (gdb-info-stack-custom):
3401 Use gud-tool-bar-item-visible-no-fringe.
3402 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
3403 is already visible in frame. Remove optional size parameter
3404 and add optional frame parameter.
3405
3406 * progmodes/gud.el (gud-display-line): Only consider visible
3407 frames when looking for source buffer.
3408
3409 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
3410
3411 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
3412 argument to get-char-property, in case the current buffer hasn't
3413 been assigned to that window yet.
3414 (doc-view-display): Default to selected window if the current
3415 buffer hasn't been assigned to a window yet.
3416
3417 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
3418
3419 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
3420
3421 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
3422
3423 * net/tramp.el (tramp-mode): New defcustom.
3424 (tramp-file-name-handler, tramp-completion-file-name-handler):
3425 Use it.
3426 (tramp-replace-environment-variables): Handle "$$".
3427
3428 2008-04-28 Sam Steingold <sds@gnu.org>
3429
3430 * vc-hg.el (vc-hg-rename-file): Fix argument order.
3431
3432 2008-04-28 Bastien Guerry <bzg@altern.org>
3433
3434 * whitespace.el (whitespace-trailing): Fix typo.
3435
3436 2008-04-28 Sam Steingold <sds@gnu.org>
3437
3438 * textmodes/remember.el (diary-make-entry): Update the autoload.
3439
3440 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
3441
3442 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
3443 all-completions.
3444
3445 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
3446
3447 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
3448
3449 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
3450
3451 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
3452 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
3453 (vc-dir-mark-file): Add an optional argument.
3454 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
3455
3456 2008-04-27 Daiki Ueno <ueno@unixuser.org>
3457
3458 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
3459 rather than obsolete alias find-file-hooks.
3460 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
3461 Use find-file-hook rather than obsolete alias find-file-hooks.
3462 Add to find-file-not-found-functions.
3463 (epa-file-handler): Put 'safe-magic and 'operations properties.
3464
3465 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
3466 (epa-menu-items): Remove.
3467
3468 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
3469 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
3470 (epa-dired-mode, epa-global-dired-mode): Remove.
3471
3472 * dired.el (dired-mode-map): Bind encryption/decryption commands.
3473
3474 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
3475
3476 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
3477
3478 2008-04-27 Glenn Morris <rgm@gnu.org>
3479
3480 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
3481 Remove un-needed local `orig-list'. Replace cl `copy-list'.
3482
3483 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
3484
3485 * org/org.el (org-html-level-start): Always have id's in HTML.
3486 (org-export-as-html): Use `org-link-protocols' to
3487 retrieve the export form of the link.
3488 (org-add-link-type): Final parameter renamed from PUBLISH.
3489 Better documentation of how it is to be used. Avoid double entries for
3490 the same link type.
3491 (org-add-link-props): New function.
3492 (org-modules-loaded): New variable.
3493 (org-load-modules-maybe, org-set-modules): New function.
3494 (org-modules): New option.
3495 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
3496 (orgtbl-mode, org-store-link, org-insert-link-global)
3497 (org-open-at-point): Call `org-load-modules-maybe'.
3498 (org-search-view): Add more text properties.
3499 (org-agenda-schedule, org-agenda-deadline): Allow also in
3500 search-type agendas.
3501 (org-search-view): Order of arguments has been changed.
3502 Interpret prefix-arg as TODO-ONLY.
3503 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
3504 Take new argument order of `org-search-view' into account.
3505 (org-todo-only): New variable.
3506 (org-search-syntax-table): New variable and function.
3507 (org-search-view): Do the search with the special syntax table.
3508 (define-obsolete-function-alias): Make work with XEmacs.
3509 (org-add-planning-info): Use old date as default when modifying an
3510 existing deadline or scheduled item.
3511 (org-agenda-compute-time-span): Make argument N optional.
3512 (org-agenda-format-date-aligned): Require `cal-iso'.
3513 (org-agenda-list): Include week into agenda heading, don't
3514 list it at each date (only on Mondays).
3515 (org-read-date-analyze): Define local variable `iso-date'.
3516 (org-agenda-format-date-aligned): Remove dependency on
3517 `calendar-time-from-absolute'.
3518 (org-remember-apply-template, org-go-to-remember-target):
3519 Interpret filenames relative to `org-directory'.
3520 (org-complete): Silently fail when trying to complete
3521 keywords that don't have a default value.
3522 (org-get-current-options): Add a #+DATE: option.
3523 (org-additional-option-like-keywords): Remove "DATE:" from the
3524 list of additional keywords.
3525 (org-export-as-html): Remove (current-time) as unnecessary second
3526 argument of `format-time-string'.
3527 (org-clock-find-position): Handle special case at end of buffer.
3528 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
3529 `org-agenda-change-time-span'.
3530 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
3531 `org-agenda-change-time-span'.
3532 (org-agenda-month-view): New argument MONTH, pass it on to
3533 `org-agenda-change-time-span'.
3534 (org-agenda-year-view): New argument YEAR, pass it on to
3535 `org-agenda-change-time-span'.
3536 (org-agenda-change-time-span): New optional argument N, pass it on
3537 to `org-agenda-compute-time-span'.
3538 (org-agenda-compute-time-span): New argument N, interpret it by
3539 changing the starting day.
3540 (org-small-year-to-year): New function.
3541 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
3542 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
3543 into the future, and that the shift is at least one interval, never 0.
3544 (org-update-checkbox-count): Fix bug with checkbox counting.
3545 (org-add-note): New command.
3546 (org-add-log-setup): Rename from `org-add-log-maybe'.
3547 (org-log-note-headings): New entry for plain notes (i.e. notes not
3548 related to state changes or clocking).
3549 (org-get-org-file): Check for availability of `remember-data-file'.
3550 (org-cached-entry-get): Allow a regexp value for
3551 `org-use-property-inheritance'.
3552 (org-use-property-inheritance): Allow regexp value. Fix bug in
3553 customization type.
3554 (org-use-tag-inheritance): Allow a list and a regexp value for
3555 this variable.
3556 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
3557 (org-entry-get): Respect value `selective' for the INHERIT argument.
3558 (org-tag-inherit-p, org-property-inherit-p): New functions.
3559 (org-agenda-format-date-aligned): Allow 10 characters for
3560 weekday, to acomodate German locale.
3561 (org-add-archive-files): New function.
3562 (org-agenda-files): New argument `ext', to get archive files as well.
3563 (org-tbl-menu): Protect the use of variables that
3564 are only available when org-table.el gets loaded.
3565 (org-read-agenda-file-list): Error if `org-agenda-files' is a
3566 single directory.
3567 (org-open-file): Allow a batch process to trigger
3568 waiting after executing a system command.
3569 (org-store-link): Link to headline when there is not
3570 target and no region in an org-mode buffer when creating a link.
3571 (org-link-types-re): New variable.
3572 (org-make-link-regexps): Compute `org-link-types-re'.
3573 (org-make-link-description-function): New option.
3574 (org-agenda-date, org-agenda-date-weekend): New faces.
3575 (org-archive-sibling-heading): New option.
3576 (org-archive-to-archive-sibling): New function.
3577 (org-iswitchb): New command.
3578 (org-buffer-list): New function.
3579 (org-agenda-columns): Also try the #+COLUMNS line in
3580 the buffer associated with the entry at point (or with the first
3581 entry in the agenda view).
3582 (org-modules): Add entry for org-bibtex.el.
3583 (org-completion-fallback-command): Move into `org-completion' group.
3584 (org-clock-heading-function): Move to `org-progress' group.
3585 (org-auto-repeat-maybe): Make sure that a note can
3586 be enforces if `org-log-repeat' is `note'.
3587 (org-modules): Allow additional symbols for external packages.
3588 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
3589 (org-clock-goto): Hide drawers after showing an
3590 entry with `org-clock-goto'.
3591 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
3592 Try also a clocktable block shift.
3593 (org-clocktable-try-shift): New function.
3594 (org-columns-hscoll-title): New function.
3595 (org-columns-previous-hscroll): New variable.
3596 (org-columns-full-header-line-format): New variable.
3597 (org-columns-display-here-title, org-columns-remove-overlays):
3598 Install `org-columns-hscoll-title' in post-command-hook.
3599
3600 * org/org.el: Split into many small files.
3601
3602 * org/org-agenda.el: New file, split off from org.el.
3603
3604 * org/org-archive.el: New file, split off from org.el.
3605
3606 * org/org-bbdb.el: New file.
3607
3608 * org/org-bibtex.el: New file, split off from org.el.
3609
3610 * org/org-clock.el: New file, split off from org.el.
3611
3612 * org/org-colview.el: New file, split off from org.el.
3613
3614 * org/org-compat.el: New file, split off from org.el.
3615
3616 * org/org-exp.el: New file, split off from org.el.
3617
3618 * org/org-faces.el: New file, split off from org.el.
3619
3620 * org/org-gnus.el: New file, split off from org.el.
3621
3622 * org/org-info.el: New file, split off from org.el.
3623
3624 * org/org-infojs.el: New file.
3625
3626 * org/org-irc.el: New file.
3627
3628 * org/org-macs.el: New file, split off from org.el.
3629
3630 * org/org-mew.el: New file.
3631
3632 * org/org-mhe.el: New file, split off from org.el.
3633
3634 * org/org-publish.el: New file, split off from org.el.
3635
3636 * org/org-remember.el: New file, split off from org.el.
3637
3638 * org/org-rmail.el: New file, split off from org.el.
3639
3640 * org/org-table.el: New file, split off from org.el.
3641
3642 * org/org-vm.el: New file, split off from org.el.
3643
3644 * org/org-wl.el: New file, split off from org.el.
3645
3646 2008-04-27 Jason Riedy <jason@acm.org>
3647
3648 * lisp/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
3649 parameter that supresses lines that evaluate to NIL.
3650 (orgtbl-get-fmt): New inline function for
3651 picking apart formats that may be lists.
3652 (orgtbl-apply-fmt): New inline function for applying formats that
3653 may be functions.
3654 (orgtbl-eval-str): New inline function for strings that may be
3655 functions.
3656 (orgtbl-format-line, orgtbl-to-generic): Use and document.
3657 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
3658 (*orgtbl-llfmt*, *orgtbl-llstart*)
3659 (*orgtbl-llend*): Dynamic variables for last-line formatting.
3660 (orgtbl-format-section): Shift formatting to support detecting the
3661 last line and formatting it specially.
3662 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
3663 formats unless overridden.
3664 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
3665 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
3666 bound variables to hold the input collection of lines and output
3667 formatted text.
3668 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
3669 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
3670 format parameters.
3671 (orgtbl-format-line): New function encapsulating formatting for a
3672 single line.
3673 (orgtbl-format-section): Similar for each section. Rebinding the
3674 dynamic vars customizes the formatting for each section.
3675 (orgtbl-to-generic): Use orgtbl-format-line and
3676 orgtbl-format-section.
3677 (org-get-param): Now unused, so delete.
3678 (orgtbl-gather-send-defs): New function to
3679 gather all the SEND definitions before a table.
3680 (orgtbl-send-replace-tbl): New function to find the RECEIVE
3681 corresponding to the current name.
3682 (orgtbl-send-table): Use the previous two functions and implement
3683 multiple destinations for each table.
3684
3685 * doc/org.texi (A LaTeX example): Note that fmt may be a
3686 one-argument function, and efmt may be a two-argument function.
3687 (Radio tables): Document multiple destinations.
3688
3689 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
3690
3691 * org/org-agenda.el (org-add-to-diary-list): New function.
3692 (org-prefix-has-effort): New variable.
3693 (org-sort-agenda-noeffort-is-high): New option.
3694 (org-agenda-columns-show-summaries)
3695 (org-agenda-columns-compute-summary-properties): New options.
3696 (org-format-agenda-item): Compute the duration of the item.
3697 (org-agenda-weekend-days): New variable.
3698 (org-agenda-list, org-timeline): Use the proper faces for dates in
3699 the agenda and timeline buffers.
3700 (org-agenda-archive-to-archive-sibling): New command.
3701 (org-agenda-start-with-clockreport-mode): New option.
3702 (org-agenda-clockreport-parameter-plist): New option.
3703 (org-agenda-clocktable-mode): New variable.
3704 (org-agenda-deadline-leaders): Allow a function value for the
3705 deadline leader.
3706 (org-agenda-get-deadlines): Deal with new function value.
3707
3708 * lisp/org-clock.el (org-clock): New customization group.
3709 (org-clock-into-drawer, org-clock-out-when-done)
3710 (org-clock-in-switch-to-state, org-clock-heading-function):
3711 Move into the new group.
3712 (org-clock-out-remove-zero-time-clocks): New option.
3713 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
3714 (org-dblock-write:clocktable): Allow a Lisp form for the scope
3715 parameter.
3716 (org-dblock-write:clocktable): Fix bug with total time calculation.
3717 (org-dblock-write:clocktable): Request the unrestricted list of files.
3718 (org-get-clocktable): New function.
3719 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
3720 be strings but also integers (an absolute day number) and lists (m d y).
3721
3722 * org/org-colview.el (org-columns-next-allowed-value)
3723 (org-columns-edit-value): Limit the effort for updating in the
3724 agenda to recomputing a single file.
3725 (org-columns-compute): Only write property value if it has changed.
3726 This avoids raising the buffer-change-flag unnecessarily.
3727 (org-agenda-colview-summarize)
3728 (org-agenda-colview-compute): New functions.
3729 (org-agenda-columns): Call `org-agenda-colview-summarize'.
3730
3731 * org/org-exp.el (org-export-run-in-background): New option.
3732 (org-export-icalendar): Allow a batch process to trigger waiting
3733 after executing a system command.
3734 (org-export-preprocess-string): Rename from
3735 `org-cleaned-string-for-export'.
3736 (org-export-html-style): Made target class look like normal text.
3737 (org-export-as-html): Make use of the better proprocessing in
3738 `org-cleaned-string-for-export'.
3739 (org-cleaned-string-for-export): Better treatment of heuristic
3740 targets, many more internal links will now work in HTML export.
3741 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
3742 (org-export-inbuffer-options-extra): New variable.
3743 (org-export-options-filters): New hook.
3744 (org-infile-export-plist): Find also the settings keywords in
3745 `org-export-inbuffer-options-extra'.
3746 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
3747 multiple #+INFOJS_OPT lines.
3748 (org-export-html-handle-js-options): New function.
3749 (org-export-html-infojs-setup): New option.
3750 (org-export-as-html): Call `org-export-html-handle-js-options'.
3751 Add autoload to all entry points.
3752 (org-skip-comments): Function removed.
3753
3754 * org/org-table.el (org-table-make-reference): Extra parenthesis
3755 around single fields, to make sure that algebraic formulas get
3756 correctly interpreted by calc.
3757 (org-table-current-column): No longer interactive.
3758
3759 * org/org-export-latex.el (org-export-latex-preprocess):
3760 Rename from `org-export-latex-cleaned-string'.
3761
3762 2008-04-27 Bastien Guerry <bzg@altern.org>
3763
3764 * org/org-publish.el (org-publish-get-base-files-1): New function.
3765 (org-publish-get-base-files): Use it.
3766 (org-publish-temp-files): New variable.
3767 Don't require 'dired-aux anymore.
3768 (org-publish-initial-buffer): New variable.
3769 (org-publish-org-to, org-publish): Use it.
3770 (org-publish-get-base-files-1): Bug fix: get
3771 the proper list of files when recursing thru a directory.
3772 (org-publish-get-base-files): Use the :exclude property to skip
3773 both files and directories.
3774
3775 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
3776
3777 * net/tramp.el (tramp-handle-make-symbolic-link)
3778 (tramp-handle-file-name-directory)
3779 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
3780 (tramp-do-copy-or-rename-file-directly)
3781 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
3782 (tramp-handle-substitute-in-file-name)
3783 (tramp-handle-insert-file-contents, tramp-handle-write-region)
3784 * net/tramp-cache.el (tramp-get-file-property)
3785 (tramp-set-file-property, tramp-flush-file-property)
3786 (tramp-flush-directory-property)
3787 * net/tramp-compat.el (tramp-compat-make-temp-file)
3788 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
3789 Disable `file-name-handler-alist' when handling localname.
3790 It could have a remote file syntax, like a VMS file name.
3791
3792 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3793
3794 * whitespace.el: New version 11.1.
3795 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
3796 enclosed by \\( and \\)$. Docstring fix.
3797 (whitespace-trailing-regexp): Fun removed.
3798 (whitespace-report-list): Const initialization fix.
3799 (whitespace-color-on): Code fix.
3800
3801 2008-04-27 Andreas Schwab <schwab@suse.de>
3802
3803 * Makefile.el: Unbreak bootstrap.
3804
3805 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
3806
3807 * net/tramp.el (tramp-replace-environment-variables): New defun.
3808 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
3809 Use it.
3810
3811 2008-04-27 Glenn Morris <rgm@gnu.org>
3812
3813 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
3814
3815 * calculator.el (calculator-expt): Replace cl function `oddp'.
3816
3817 2008-04-27 Johan Bockgård <bojohan@gnu.org>
3818
3819 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
3820 Simplify. Collect `defun' and `autoload' entries.
3821 Avoid modifying load-history.
3822
3823 2008-04-26 Glenn Morris <rgm@gnu.org>
3824
3825 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
3826
3827 * simple.el (quoted-insert, zap-to-char): Revert previous change.
3828
3829 2008-04-26 John Paul Wallington <jpw@pobox.com>
3830
3831 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
3832 `hexl-mode-old-eldoc-documentation-function'.
3833 (hexl-mode-exit): Restore it.
3834 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
3835
3836 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
3837
3838 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
3839
3840 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
3841 (completion-pcm--all-completions): Doc fix.
3842 (completion-styles-alist, completion-all-completions):
3843 Fix typos in docstrings.
3844
3845 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3846
3847 * whitespace.el: There is now only one variable (whitespace-style) to
3848 specify which kind of blank is visualized. Doc and docstring fix.
3849 New version 11.0.
3850 (whitespace-style): New option, replace whitespace-style-mark and
3851 whitespace-style-color.
3852 (whitespace-style-mark, whitespace-style-color): Options removed.
3853 (whitespace-hspace, whitespace-tab, whitespace-newline)
3854 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
3855 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
3856 (whitespace-hspace-regexp, whitespace-space-regexp)
3857 (whitespace-tab-regexp, whitespace-trailing-regexp)
3858 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
3859 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
3860 (whitespace-space-after-tab-regexp, whitespace-line-column)
3861 (whitespace-display-mappings, whitespace-report): Docstring fix.
3862 (whitespace-color-value-list, whitespace-mark-value-list)
3863 (whitespace-active-color, whitespace-active-mark)
3864 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
3865 (whitespace-style-value-list, whitespace-active-style)
3866 (whitespace-toggle-style): New vars.
3867 (whitespace-toggle-option-alist, whitespace-help-text):
3868 Var initialization and docstring fix.
3869 (whitespace-toggle-options, global-whitespace-toggle-options)
3870 (whitespace-cleanup, whitespace-cleanup-region)
3871 (whitespace-report-region, whitespace-interactive-char)
3872 (whitespace-toggle-list): Docstring and code fix.
3873 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
3874 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
3875 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
3876 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
3877
3878 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3879
3880 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
3881 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
3882 (diff-sanity-check-hunk): Adjust code accordingly.
3883
3884 2008-04-26 Glenn Morris <rgm@gnu.org>
3885
3886 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
3887
3888 * forms-d2.dat: Move to ../etc.
3889 * forms-d2.el (forms-file): Adapt for above change.
3890
3891 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
3892 `translation-table-for-input'.
3893
3894 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
3895 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
3896
3897 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
3898 to punctuation now it's not needed for abbrevs.
3899 (fortran-mode-abbrev-table): Remove defvar, make use of new
3900 define-abbrev-table :regexp feature.
3901
3902 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
3903 insert, now that translation-table-for-input is not needed.
3904
3905 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
3906
3907 * emacs-lisp/pp.el (pp-display-expression): New function,
3908 extracted from pp-eval-expression.
3909 (pp-eval-expression): Use pp-display-expression.
3910 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
3911 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
3912 (pp-eval-last-sexp): Use pp-last-sexp.
3913
3914 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
3915
3916 * abbrev.el (define-abbrev-table): Apply props even if the table
3917 exists already.
3918
3919 * minibuffer.el (completion-table-with-context): Fix `pred' for the
3920 various kinds of completion tables.
3921 (completion-emacs22-try-completion): Place cursor after the /, as was
3922 done in Emacs-22's minibuffer-complete-word.
3923 Fix bug reported by David Hansen <david.hansen@gmx.net>.
3924 (completion-emacs22-try-completion): Merge all mergable text rather
3925 than just /.
3926 (completion-pcm--delim-wild-regex): New var.
3927 (completion-pcm-word-delimiters): New custom.
3928 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
3929 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
3930 (completion-pcm--all-completions, completion-pcm-all-completions)
3931 (completion-pcm--merge-completions, completion-pcm--pattern->string)
3932 (completion-pcm-try-completion): New functions.
3933 (completion-styles-alist): Add them.
3934 (completion-styles): Add it to the default.
3935
3936 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
3937
3938 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
3939 (gdb-var-create-handler): ...until here when there are values.
3940 (gdb-post-prompt): Don't do -var-update with no watch expressions.
3941 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
3942
3943 2008-04-25 Eli Zaretskii <eliz@gnu.org>
3944
3945 * ls-lisp.el (ls-lisp-format): Fix last change.
3946 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
3947 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
3948 (ls-lisp-filesize-f-fmt): New defvars.
3949 (ls-lisp-insert-directory): Dynamically compute format specifiers
3950 for displaying UID, GID, and file size, and store them in the
3951 above variables.
3952 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
3953 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
3954 instead of constant format strings.
3955 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
3956 ls-lisp-filesize-d-fmt instead of constant format strings.
3957
3958 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
3959
3960 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
3961 value of addresses rather than (partial) string value.
3962 (gdb-frame-handler): Change regexp according to above change.
3963 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
3964 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
3965 (gdb-assembler-mode): Disable undo in these buffers.
3966
3967 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
3968
3969 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
3970 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
3971
3972 2008-04-24 Sam Steingold <sds@gnu.org>
3973
3974 * textmodes/remember.el (remember-diary-extract-entries): Use
3975 diary-make-entry instead of the obsolete make-diary-entry.
3976
3977 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
3978
3979 * subr.el (translation-table-for-input): Mark as obsolete.
3980
3981 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
3982
3983 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
3984
3985 * textmodes/ispell.el (ispell-dictionary-alist-1)
3986 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
3987 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
3988 (ispell-dictionary-alist-6): Remove.
3989 (ispell-dictionary-base-alist): New var, merges the above.
3990 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
3991 Use it.
3992 (ispell-dictionary-alist): Default to nil. Remove autoload.
3993 (ispell-local-dictionary-alist): Remove autoload.
3994
3995 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
3996 (f90-mode-abbrev-table): Use the new :regexp feature.
3997 Merge defvar and mapc into define-abbrev-table.
3998 (f90-imenu-type-matcher): Remove unused `l'.
3999 (f90-imenu-generic-expression): Remove unused `not-ib'.
4000 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
4001 (f90-change-keywords): Use restore-buffer-modified-p.
4002
4003 2008-04-24 Glenn Morris <rgm@gnu.org>
4004
4005 * net/goto-addr.el (goto-address-prog-mode):
4006 * progmodes/bug-reference.el (bug-reference-prog-mode):
4007 Define for compiler.
4008
4009 * minibuffer.el (x-file-dialog): Declare as function.
4010
4011 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
4012 dframe-update-speed rather than obsolete alias speedbar-update-speed.
4013
4014 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
4015 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
4016 work with easymenu. Add :keys where needed.
4017
4018 * calendar/cal-move.el (calendar-scroll-left): Handle case when
4019 event-start is nil.
4020
4021 * calendar/calendar.el (calendar-mode-map): Fix typo.
4022
4023 2008-04-24 Tom Tromey <tromey@redhat.com>
4024
4025 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
4026 Document keywords. Add :suppress.
4027 * pcvs-defs.el (cvs-mode-map): Use :suppress.
4028
4029 * net/goto-addr.el (goto-address-unfontify): New function.
4030 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
4031 (goto-address-fontify-region, goto-address-mode)
4032 (goto-address-prog-mode): New functions.
4033
4034 * progmodes/bug-reference.el: New file.
4035
4036 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4037
4038 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
4039
4040 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
4041
4042 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
4043 macros within lambdas.
4044
4045 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4046
4047 * minibuffer.el (completion-try-completion): Add `point' argument.
4048 Change return value.
4049 (completion-all-completions): Add `point' argument.
4050 (minibuffer-completion-help): Pass the new `point' argument.
4051 (completion--do-completion): Pass the whole field to try-completion.
4052 (completion--try-word-completion): Rewrite, making fewer assumptions.
4053 (completion-emacs21-try-completion, completion-emacs21-all-completions)
4054 (completion-emacs22-try-completion, completion-emacs22-all-completions)
4055 (completion-basic-try-completion, completion-basic-all-completions):
4056 New functions.
4057 (completion-styles-alist): Use them.
4058
4059 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
4060
4061 * ispell.el (ispell-set-spellchecker-params): New function to make sure
4062 right params and dictionary alists are used after spellchecker changes.
4063 (ispell-aspell-dictionary-alist, ispell-last-program-name)
4064 (ispell-initialize-spellchecker-hook): New variables and hook.
4065 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
4066 (ispell-maybe-find-aspell-dictionaries): Remove.
4067 Calls replaced by (ispell-set-spellchecker-params) calls.
4068 (ispell-have-aspell-dictionaries): Remove.
4069 * flyspell.el: Replace ispell-maybe-find-aspell-dictionaries by
4070 ispell-set-spellchecker-params.
4071
4072 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4073
4074 * complete.el (PC-do-completion): Be more robust in the presence of
4075 unexpected values in minibuffer-completion-predicate.
4076
4077 * minibuffer.el (read-file-name): Don't let-bind default-directory.
4078 Only abbreviate default-filename if it's a file.
4079
4080 * minibuffer.el (read-file-name-function, read-file-name-predicate)
4081 (read-file-name-completion-ignore-case, insert-default-directory):
4082 New vars, moved from fileio.c.
4083 (read-file-name): New fun, moved from fileio.c.
4084 * cus-start.el: Remove insert-default-directory and
4085 read-file-name-completion-ignore-case.
4086
4087 2008-04-23 Magnus Henoch <mange@freemail.hu>
4088
4089 * tar-mode.el (tar-untar-buffer): If the entry has directory
4090 link type, extract it as a directory even if its file name doesn't
4091 end with a slash. Fixes extraction of NetBSD tar archives.
4092
4093 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4094
4095 * server.el (server-start): Also don't get confused by CRs since we
4096 don't quote them.
4097
4098 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
4099
4100 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
4101 (gdb-set-gud-minor-mode-existing-buffers)
4102 (gdb-info-breakpoints-custom, gdb-get-location)
4103 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
4104 Previously gdb-create-define-alist wasn't always run and added to
4105 after-save-hook.
4106
4107 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
4108
4109 2008-04-23 Kevin Ryde <user42@zip.com.au>
4110
4111 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
4112 comments like unindented ones.
4113
4114 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4115
4116 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
4117 parameter origins.
4118
4119 2008-04-23 Kevin Ryde <user42@zip.com.au>
4120
4121 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4122 Bind print-level to ensure output forms aren't truncated if
4123 print-level is set to eval-expression-print-level when going via
4124 eval-defun and friends, or has been otherwise fiddled with.
4125
4126 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
4127
4128 * progmodes/cc-mode.el (c-basic-common-init): Don't set
4129 font-lock-extend-after-change-region-function globally.
4130
4131 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
4132
4133 * speedbar.el (speedbar-use-tool-tips-flag)
4134 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
4135 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
4136 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
4137 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
4138 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
4139 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
4140 (speedbar-separator-face): Fix typos in docstrings.
4141 (speedbar-stealthy-function-list, speedbar-verbosity-level)
4142 (speedbar-supported-extension-expressions, speedbar-update-current-file)
4143 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
4144 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
4145 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
4146 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
4147 (speedbar-check-vc-this-line, speedbar-files-line-directory)
4148 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
4149 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
4150 (speedbar-recenter): Doc fixes.
4151 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
4152 declaration and remove redundant info in docstring.
4153
4154 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
4155
4156 * vc-git.el (vc-git-status-printer): Deal with directories.
4157
4158 * vc.el (vc-next-action): Look at more than the first file to
4159 determine the state.
4160
4161 2008-04-23 Glenn Morris <rgm@gnu.org>
4162
4163 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
4164 timers. Doc fix.
4165 (dframe-update-speed): Drop support for XEmacs < 20.
4166 (dframe-frame-mode): Drop support for Emacs < 20.
4167 (dframe-set-timer-internal): Drop support for Emacs without timers.
4168 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
4169
4170 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
4171 versions. Add doc-string. Mark as obsolete.
4172
4173 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
4174
4175 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
4176 rather than using an Emacs version test.
4177
4178 * tree-widget.el (tree-widget-image-enable): Use display-images-p
4179 rather than an Emacs version test.
4180
4181 * calendar/cal-china.el (holiday-chinese-qingming)
4182 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
4183 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
4184 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
4185
4186 * calendar/cal-islam.el (holiday-islamic): Doc fix.
4187
4188 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
4189 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
4190 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
4191
4192 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
4193
4194 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
4195 (gdb-previous-frame-pc-address): ...to this.
4196 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
4197 of "info frame" with Gdb 6.4+.
4198 (gdb-stack-list-frames-regexp): New regexp.
4199 (gdb-frame-handler-1): Parse output of -stack-info-frame.
4200
4201 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
4202
4203 * tar-mode.el (tar-prefix-offset): New constant.
4204 (tar-header-block-tokenize): Support paths with long names
4205 which use the "ustar" standard.
4206
4207 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
4208
4209 * image-dired.el (image-dired-track-original-file)
4210 (image-dired-modify-mark-on-thumb-original-file):
4211 Use `dired-goto-file' instead of `search-forward'. This solves
4212 a bug with finding files where the file name is a subset of other
4213 file names. Doc fix.
4214
4215 2008-04-22 Juri Linkov <juri@jurta.org>
4216
4217 * menu-bar.el (buffers-menu-max-size): Move its definition down to
4218 the "Buffers Menu" section. Change group name `mouse' to `menu'.
4219 (yank-menu-length): Change group name `mouse' to `menu'.
4220 (buffers-menu-buffer-name-length): New user option.
4221 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
4222 instead of the hard-coded number 27.
4223
4224 2008-04-22 Juri Linkov <juri@jurta.org>
4225
4226 * isearch.el (eval-when-compile): Require `help-macro'.
4227 (isearch-help-for-help-internal): Isearch specific Help screen
4228 created by `make-help-screen'.
4229 (isearch-help-map): New variable that binds "b", "k", "m" to
4230 isearch-specific commands, and binds other keys to
4231 isearch-other-control-char, thus allowing other Help keys to
4232 exit isearch mode and execute their global definitions.
4233 (isearch-help-for-help, isearch-describe-bindings)
4234 (isearch-describe-key, isearch-describe-mode): New commands.
4235 (isearch-mode-help): Define alias to isearch-describe-mode
4236 and remove its old function definition.
4237 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
4238 Remove old comments because this issue is settled now.
4239 (isearch-forward): Describe three new Help commands in the docstring.
4240 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
4241 leave the single sentence at the first line of the docstring,
4242 and prepend the word "function" before `isearch-forward'
4243 to make the Help link to the function instead of variable.
4244
4245 2008-04-22 Juri Linkov <juri@jurta.org>
4246
4247 * isearch.el (isearch-success-function): New variable with default
4248 to `isearch-success-function-default'.
4249 (isearch-search): Call a function from `isearch-success-function'
4250 instead of calling the hard-coded `isearch-range-invisible'.
4251 (isearch-success-function-default): New function that calls
4252 `isearch-range-invisible' and inverts its return value.
4253
4254 * info.el (Info-search): In two similar places that skip
4255 undesired search matches move code to Info-search-success-function,
4256 and call `isearch-success-function' instead.
4257 (Info-search-success-function): New function copied from code
4258 in Info-search. Replace isearch-range-invisible with
4259 text-property-not-all that checks for 'invisible and 'display
4260 properties to skip partially invisible matches (whose display
4261 properties were set by Info-fontify-node).
4262 (Info-mode): Set buffer-local isearch-success-function
4263 to Info-search-success-function.
4264
4265 2008-04-22 Juri Linkov <juri@jurta.org>
4266
4267 * minibuffer.el (internal-complete-buffer-except): New function.
4268
4269 * files.el (read-buffer-to-switch): New function.
4270 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
4271 Change interactive spec to call read-buffer-to-switch instead of
4272 using the letter "B".
4273
4274 * simple.el (minibuffer-default-add-shell-commands): New function.
4275 Use declare-function for mailcap-file-default-commands from "mailcap".
4276 (shell-command): Set local minibuffer-default-add-function to
4277 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
4278 before calling read-shell-command. Set 4th arg default-value of
4279 read-shell-command to relative buffer-file-name in file buffers.
4280
4281 * dired-aux.el (dired-read-shell-command-default): Move it to
4282 gnus/mailcap.el and change its name to more general name
4283 mailcap-file-default-commands.
4284 (minibuffer-default-add-dired-shell-commands): New function.
4285 Use declare-function for mailcap-file-default-commands from "mailcap".
4286 (dired-read-shell-command): Set local minibuffer-default-add-function
4287 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
4288 before calling read-shell-command. Remove dired-read-shell-command-default
4289 from the default value arg because default values are not set in
4290 minibuffer-default-add-dired-shell-commands. Doc fix.
4291
4292 * dired-x.el (dired-smart-shell-command): Sync arguments and
4293 interactive spec with changes in `shell-command'.
4294 Use dired-get-filename to get the dired file name at point
4295 as the default value in dired mode.
4296
4297 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4298
4299 * info.el (Info-complete-menu-item): Add missing parenthesis.
4300
4301 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * info.el (Info-complete-menu-item): Save point.
4304
4305 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
4306
4307 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
4308
4309 2008-04-22 Andreas Schwab <schwab@suse.de>
4310
4311 * Makefile.in (emacs-deps): Define.
4312 Use it instead of $(lisp)/subdirs.el.
4313
4314 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
4315
4316 * vc.el (vc-next-action): Do not consider directories when
4317 checking for state compatibility.
4318 (vc-transfer-file): Use when not if.
4319 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
4320 (vc-dir-mark-file): Use them.
4321 (vc-deduce-fileset): Also return the backend.
4322 (vc-diff-internal): Take as argument the value returned by
4323 vc-deduce-fileset instead of just the fileset.
4324 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
4325 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
4326 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
4327
4328 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
4329
4330 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
4331 set-window-vscroll but image-scroll-down. Fixes a bug where a
4332 command following SPC scrolled up again.
4333
4334 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
4335
4336 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
4337 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
4338 (gud-watch): Add "$" prefix when in registers buffer.
4339
4340 2008-04-22 Glenn Morris <rgm@gnu.org>
4341
4342 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
4343
4344 * whitespace.el (whitespace-display-table)
4345 (whitespace-display-table-was-local): Move definitions before use.
4346
4347 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
4348 (copyright-limit): Respect copyright-at-end-flag.
4349 (copyright-re-search, copyright-start-point)
4350 (copyright-offset-too-large-p): New functions.
4351 (copyright-update-year): Use copyright-re-search.
4352 (copyright-update, copyright-fix-years): Use copyright-start-point,
4353 and copyright-re-search.
4354 (copyright): Use copyright-offset-too-large-p.
4355 * add-log.el (change-log-mode): Set copyright-at-end-flag.
4356
4357 * add-log.el (top-level): Require 'cl when compiling.
4358
4359 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
4362 Treat minibuffer-completion-predicate as a predicate.
4363
4364 * minibuffer.el (completion--file-name-table): Accept both the old
4365 `dir' arg or the new `pred' arg.
4366
4367 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
4368 `predicate' argument to pass non-predicate data.
4369 (ffap-read-url-internal, ffap-read-file-or-url-internal):
4370 Use second arg as proper predicate.
4371
4372 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
4373 (vc-bzr-revision-completion-table): Use completion-table-with-context
4374 instead.
4375
4376 * simple.el (choose-completion-string): Use minibuffer-completion-table.
4377
4378 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
4379
4380 * term.el (term-emulate-terminal): Perform redisplay after the
4381 process filter has finished running.
4382
4383 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
4384
4385 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
4386
4387 * minibuffer.el (completion-try-completion): Change magic symbol
4388 property name. Rename from minibuffer-try-completion.
4389 (completion-all-completions): Rename from minibuffer-all-completions.
4390 Remove hide-spaces argument.
4391 (completion--do-completion): Rename from minibuffer--do-completion.
4392 (minibuffer-complete-and-exit): Call just try-completion rather than
4393 completion-try-completion to fix up the case.
4394 (completion--try-word-completion): Try to add space or hyphen before
4395 making `string' a prefix of `completion'.
4396 (completion--insert-strings): Rename from minibuffer--insert-strings.
4397
4398 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
4399
4400 * net/tls.el (tls-program): Add -ign_eof argument to call the
4401 openssl commands.
4402 (tls-checktrust): Ditto.
4403
4404 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
4405
4406 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
4407
4408 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
4409 (vc-check-master-templates, vc-file-not-found-hook)
4410 (vc-kill-buffer-hook):
4411 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
4412 (vc-find-position-by-context, vc-buffer-context)
4413 (vc-restore-buffer-context, vc-responsible-backend)
4414 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
4415 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
4416 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
4417 (vc-version-diff, vc-diff, vc-insert-headers)
4418 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
4419 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
4420 (vc-revert, vc-rollback, vc-version-backup-file)
4421 (vc-rename-master, vc-delete-file, vc-rename-file)
4422 (vc-branch-part, vc-default-retrieve-snapshot)
4423 (vc-annotate-display-autoscale, vc-annotate-display-select)
4424 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
4425 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
4426 (vc-dir-update): Handle directories.
4427 (vc-default-status-printer): Simplify.
4428
4429 * progmodes/asm-mode.el (asm-mode-map):
4430 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
4431
4432 * progmodes/m4-mode.el (m4-mode-map): Add menu.
4433
4434 2008-04-21 Kenichi Handa <handa@m17n.org>
4435
4436 * select.el (xselect-convert-to-string): Send a C_STRING only if
4437 the polymorphic target TEXT is requested.
4438
4439 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
4440
4441 * minibuffer.el (completion-setup-hook, display-completion-list)
4442 (completion--file-name-table): Fix typos in docstrings.
4443 (completion-table-dynamic): Fix typo, and reflow docstring.
4444
4445 2008-04-20 Andreas Schwab <schwab@suse.de>
4446
4447 * server.el (server-switch-buffer): Also consider clients in the
4448 selected frame.
4449
4450 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4451
4452 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
4453 Select window clicked on first.
4454 (gdb): Display thread number in mode-line.
4455 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
4456 (gdb-breakpoints-header): New variable.
4457 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
4458
4459 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4460
4461 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
4462 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
4463 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
4464 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4465 (vc-sccs-print-log): Use it.
4466
4467 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
4468
4469 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
4470 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
4471
4472 * tooltip.el (tooltip-previous-message): New var.
4473 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
4474 the C code (avoid overwriting a minibuffer, restore previous echo
4475 message, ...).
4476 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
4477 Simplify.
4478
4479 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
4480
4481 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
4482 (gdb-init-1): Initialise it.
4483 (gdb-annotation-rules): New entry for "new-thread".
4484 (gdb-thread-identification): New function to customize
4485 mode-line-buffer-identification.
4486 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
4487 (gdb-assembler-mode): Use it.
4488 (gdb-threads-mode): Force "info threads" onto queue.
4489
4490 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
4491
4492 * files.el (locate-file-completion-table): Rename from
4493 locate-file-completion and make it use `pred' in the normal way.
4494 (locate-file-completion): New compatibility wrapper.
4495 (load-library): Use locate-file-completion-table.
4496 * finder.el (finder-commentary):
4497 * subr.el (locate-library):
4498 * emacs-lisp/find-func.el (find-library): Likewise.
4499 * info.el: Use with-current-buffer and inhibit-read-only.
4500 (Info-read-node-name-2): Change to use `predicate' in the normal way.
4501 (Info-read-node-name-1): Adjust uses accordingly.
4502
4503 * minibuffer.el (completion-table-with-context): Add support for `pred'.
4504 (completion-table-with-terminator): Don't use complete-with-action
4505 since we have to distinguish all three cases anyway.
4506 (completion-table-with-predicate): New function.
4507 (dynamic-completion-table): Add obsolete alias.
4508
4509 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
4510
4511 2008-04-18 Sam Steingold <sds@gnu.org>
4512
4513 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
4514 Use quit-window instead of bury-buffer.
4515
4516 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4517
4518 * minibuffer.el (completion-table-with-terminator): Fix last fix.
4519
4520 2008-04-18 Andreas Schwab <schwab@suse.de>
4521
4522 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
4523 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
4524 Depend on $(lisp)/subdirs.el.
4525
4526 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
4527
4528 * descr-text.el (describe-char-after):
4529 Use `define-obsolete-function-alias'.
4530
4531 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
4532
4533 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
4534
4535 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
4536 Remove redundant obsolescence info in docstring.
4537
4538 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
4539 (vc-header-alist): Add WHEN to obsolescence declaration.
4540 (vc-state): Fix typo in docstring.
4541
4542 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
4543 Use `define-obsolete-variable-alias'.
4544
4545 * emulation/tpu-edt.el (tpu-have-ispell):
4546 * international/codepage.el (codepage-setup):
4547 Fix typo in obsolescence declaration.
4548
4549 * international/mule.el (char-coding-system-table):
4550 Remove redundant obsolescence info in docstring.
4551 (charset-list, generic-char-p, set-char-table-default):
4552 Fix typos in obsolescence decarations.
4553
4554 * international/mule-diag.el (non-iso-charset-alist):
4555 Fix typo in obsolescence declaration.
4556 (decode-codepage-char): Remove redundant obsolescence info in docstring.
4557
4558 * font-core.el (font-lock-defaults-alist):
4559 * font-lock.el (font-lock-reference-face):
4560 * frame.el (screen-height, screen-width, set-screen-width)
4561 (set-screen-height):
4562 * hilit-chg.el (highlight-changes-initial-state):
4563 * isearch.el (isearch-return-char):
4564 * log-edit.el (cvs-commit-buffer-require-final-newline)
4565 (cvs-changelog-full-paragraphs):
4566 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
4567 (mouse-popup-menubar-stuff):
4568 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
4569 (mouse-wheel-click-button):
4570 * outline.el (outline-visible):
4571 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
4572 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
4573 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
4574 * progmodes/compile.el (compile-internal):
4575 Add WHEN to obsolescence declarations.
4576
4577 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
4578
4579 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
4580 is not better anyway.
4581
4582 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4583
4584 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
4585 properly.
4586
4587 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
4590 (python-use-skeletons): Remove, unused.
4591 (python-skeletons): Remove. Use the abbrev table instead.
4592 (python-mode-abbrev-table): Fix regexp;
4593 add enable-function and case-fixed.
4594 (def-python-skeleton): Simplify.
4595 (python-expand-template): Use the abbrev-table and abbrev-insert.
4596 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
4597 Remove.
4598 (python-mode): Don't set pre-abbrev-expand-hook.
4599
4600 * skeleton.el: Set coding-tag.
4601
4602 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
4603 (expand-abbrev): Use it.
4604 (abbrev-table-menu): New function.
4605
4606 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
4607
4608 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
4609
4610 2008-04-17 Sam Steingold <sds@gnu.org>
4611
4612 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
4613 idiosyncratic bury-buffer/delete-window logic.
4614
4615 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
4616
4617 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
4618 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
4619
4620 2008-04-17 Kenichi Handa <handa@m17n.org>
4621
4622 * international/characters.el: Don't make the width of U+00AD to 0.
4623
4624 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
4625
4626 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
4627 (gdb, gdb-starting, gdb-frames-mode): Use it.
4628 (gdb-invalidate-frames): Advise to call "info stack" only if
4629 execution has occurred.
4630 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
4631 selected frame if no execution has occurred.
4632 (gdb-frames-force-update): New interactive function.
4633 (gdb-frames-mode-map): Bind it to "F".
4634
4635 2008-04-17 Michael Olson <mwolson@gnu.org>
4636
4637 * textmodes/remember.el (remember-version): Release Remember 2.0.
4638
4639 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
4640
4641 * textmodes/artist.el:
4642 * progmodes/vhdl-mode.el:
4643 * progmodes/verilog-mode.el:
4644 * progmodes/vera-mode.el:
4645 * progmodes/simula.el:
4646 * progmodes/ps-mode.el:
4647 * progmodes/cmacexp.el:
4648 * obsolete/hilit19.el:
4649 * emulation/viper.el:
4650 * ediff.el: Cleanup the bug-report email addresses and make sure the
4651 maintainer is still willing to handle bug reports.
4652
4653 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
4654
4655 * vc.el (vc-dir-kill-query): Fix thinko.
4656
4657 2008-04-16 Glenn Morris <rgm@gnu.org>
4658
4659 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
4660 by diary-sexp-entry.
4661
4662 2008-04-16 Markus Triska <markus.triska@gmx.at>
4663
4664 * proced.el (proced-command-alist): Add support for darwin.
4665
4666 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
4667
4668 * proced.el (proced-mode): Redefine as just the major-mode.
4669 (proced): Separate it from proced-mode.
4670
4671 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
4672
4673 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4674
4675 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
4676 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
4677 `tab-width' setting from user. New version 10.0. Doc and docstring
4678 fix.
4679 (whitespace-style, whitespace-chars): Remove options.
4680 (whitespace-style-mark): New option, replace whitespace-style deleted
4681 option. Fix docstring.
4682 (whitespace-style-color): New option, replace whitespace-chars deleted
4683 option. Fix docstring.
4684 (whitespace-space, whitespace-hspace, whitespace-tab)
4685 (whitespace-newline, whitespace-trailing, whitespace-line)
4686 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
4687 (whitespace-space-after-tab, whitespace-hspace-regexp)
4688 (whitespace-space-regexp, whitespace-tab-regexp)
4689 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
4690 (whitespace-empty-at-eob-regexp, whitespace-line-column)
4691 (whitespace-toggle-option-alist): Fix docstring.
4692 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
4693 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
4694 docstring and initialization.
4695 (global-whitespace-mode): Autoloaded global minor mode.
4696 (whitespace-chars-value-list, whitespace-style-value-list)
4697 (whitespace-active-chars, whitespace-active-style)
4698 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
4699 (whitespace-color-value-list): New var, replace
4700 whitespace-chars-value-list removed var.
4701 (whitespace-mark-value-list): New var, replace
4702 whitespace-style-value-list removed var.
4703 (whitespace-active-color): New var, replace whitespace-active-chars
4704 removed var.
4705 (whitespace-active-mark): New var, replace whitespace-active-style
4706 removed var.
4707 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
4708 removed var.
4709 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
4710 removed var.
4711 (whitespace-toggle-option-alist, whitespace-report-list)
4712 (whitespace-report-text, whitespace-help-text): Fix initialization.
4713 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
4714 (whitespace-toggle-options, global-whitespace-toggle-options)
4715 (whitespace-cleanup-region, whitespace-report-region)
4716 (whitespace-interactive-char): Fix docstring and code.
4717 (whitespace-cleanup, whitespace-report): Fix docstring.
4718 (whitespace-replace-spaces-by-tabs): Remove fun.
4719 (whitespace-replace-action): New fun, replace
4720 whitespace-replace-spaces-by-tabs removed fun.
4721 (whitespace-regexp, whitespace-indentation-regexp)
4722 (whitespace-space-after-tab-regexp, whitespace-insert-value)
4723 (whitespace-kill-buffer): New funs.
4724 (whitespace-insert-option-mark, whitespace-help-on)
4725 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
4726 (whitespace-color-on, whitespace-color-off)
4727 (whitespace-display-char-on): Fix code.
4728
4729 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
4730
4731 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
4732 (mouse-throw-magnifier-with-mouse-movement): Remove.
4733 (mouse-throw-magnifier-base): New const.
4734 (mouse-drag-scroll-delta): New fun.
4735 (mouse-drag-throw): Use it.
4736
4737 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
4738
4739 * international/uni-bidi.el, international/uni-category.el:
4740 * international/uni-combining.el, international/uni-comment.el:
4741 * international/uni-decimal.el, international/uni-decomposition.el:
4742 * international/uni-digit.el, international/uni-lowercase.el:
4743 * international/uni-mirrored.el, international/uni-name.el:
4744 * international/uni-numeric.el, international/uni-old-name.el:
4745 * international/uni-titlecase.el, international/uni-uppercase.el:
4746 * international/charprop.el: Regenerate.
4747
4748 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
4749
4750 * vc.el (vc-status-fileinfo): Add new member directoryp.
4751 (vc-default-status-printer): Print directories.
4752 (vc-status-update): Sort files before subdirectories.
4753
4754 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
4755 Add alternative implementation based on "cvs update".
4756
4757 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
4758
4759 * doc-view.el: Changed requirements section to tell that only one
4760 of dvipdf or dvipdfm is needed.
4761 (doc-view-already-converted-p): Fix bug that forced reconversion
4762 if doc was already converted.
4763
4764 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4765
4766 * minibuffer.el (minibuffer-message):
4767 Make sure we can put-text-property.
4768
4769 * emacs-lisp/crm.el: Complete rewrite.
4770
4771 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
4772 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
4773 case of an error in display-completion-list.
4774
4775 * filecache.el (file-cache-completions-keymap): Move init from
4776 file-cache-completion-setup-function into declaration.
4777 (file-cache-minibuffer-complete): Simplify.
4778 (file-cache-completion-setup-function): Use standard-output,
4779 preserve current-buffer.
4780
4781 * vc.el (vc-status-update): Fix typo.
4782 (vc-status-update): Set needs-update.
4783 (vc-status-refresh): η-reduce.
4784
4785 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
4786
4787 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
4788 to image-eol.
4789
4790 2008-04-14 Alexandre Julliard <julliard@winehq.org>
4791
4792 * vc.el (vc-status-update): Undo the previous revert.
4793
4794 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4795
4796 * minibuffer.el (completion-table-with-terminator): Those completions
4797 are never valid w.r.t test-completion.
4798 (completion--file-name-table):
4799 Check completion-all-completions-with-base-size.
4800
4801 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
4802
4803 * doc-view.el (doc-view-dvipdf-program): New variable.
4804 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
4805 (doc-view-mode-p): Check for doc-view-dvipdf-program as
4806 alternative for doc-view-dvipdfm-program.
4807 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
4808
4809 * doc-view.el (doc-view-start-process): Don't set
4810 default-directory to "~/" if the current value is valid.
4811 This broke PS files that run other files in the same directory.
4812
4813 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
4814
4815 * vc.el (vc-status-kill-query): New function.
4816 (vc-status-mode): Add it to kill-buffer-query-functions.
4817 (vc-status-show-fileentry): New function.
4818 (vc-status-menu-map): Bind it. Bind vc-next-action.
4819
4820 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
4821
4822 * minibuffer.el (minibuffer-message): Put cursor at the right place.
4823
4824 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4825
4826 * proced.el (proced-send-signal): Fix error recognition.
4827
4828 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4829
4830 * proced.el (proced-command-alist): Remove sort column.
4831 (proced-command, proced-procname-column):
4832 Use make-variable-buffer-local.
4833 (proced-signal-function): Rename from proced-kill-program.
4834 Allow for elisp symbols and string values representing system calls.
4835 (proced-marker-regexp, proced-success-message): New functions.
4836 (proced): Use defalias. Add autoload cookie.
4837 (proced-unmark-backward, proced-toggle-marks)
4838 (proced-hide-processes): New commands.
4839 (proced-do-mark): Simplify code.
4840 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
4841 (proced-update): Remove sorting.
4842 (proced-send-signal): Display number of processes to operate on.
4843 Allow for system calls or elisp functions to send signals.
4844 Check if signal was sent successfully.
4845
4846 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
4847
4848 * minibuffer.el (completion-all-completion-with-base-size): New var.
4849 (completion--some): New function.
4850 (completion-table-with-context, completion--file-name-table):
4851 Return the base-size if requested.
4852 (completion-table-in-turn): Generalize to multiple arguments.
4853 (complete-in-turn): Compatibility alias.
4854 (completion-styles-alist): New var.
4855 (completion-styles): New customization.
4856 (minibuffer-try-completion, minibuffer-all-completions):
4857 New functions.
4858 (minibuffer--do-completion, minibuffer-complete-and-exit)
4859 (minibuffer-try-word-completion): Use them.
4860 (display-completion-list, minibuffer-completion-help): Use them.
4861 Handle all-completions's new base-size info to set completion-base-size.
4862 * info.el (Info-read-node-name-1): Use completion-table-with-context,
4863 completion-table-with-terminator and complete-with-action.
4864 Remove the now obsolete completion-base-size-function property.
4865 * simple.el (completion-list-mode-map): Move init into declaration.
4866 (completion-list-mode): Use define-derived-mode.
4867 (completion-setup-function): Use any completion-base-size that may
4868 have been set before. Remove handling of completion-base-size-function.
4869 * loadup.el: Move abbrev.el up earlier.
4870
4871 2008-04-13 Alexandre Julliard <julliard@winehq.org>
4872
4873 * vc-git.el (vc-git-after-dir-status-stage)
4874 (vc-git-dir-status-goto-stage): New functions.
4875 (vc-git-after-dir-status-stage1)
4876 (vc-git-after-dir-status-stage1-empty-db)
4877 (vc-git-after-dir-status-stage2): Remove, functionality moved
4878 into the new generic stage functions.
4879 (vc-git-dir-status-files): New function.
4880
4881 * vc.el (vc-status-update): Revert an incorrect rewrite.
4882 Add some comments.
4883 (vc-status-refresh-files): New function.
4884 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
4885 state of up-to-date files.
4886 (vc-default-dir-status-files): New function.
4887
4888 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
4889
4890 * minibuffer.el (completion--embedded-envvar-table)
4891 (read-file-name-internal): Fix typos in 2008-04-11 change.
4892
4893 * faces.el (read-face-name): Use `completion-table-in-turn',
4894 not `complete-in-turn'.
4895
4896 2008-04-13 Andreas Schwab <schwab@suse.de>
4897
4898 * progmodes/etags.el: Require 'cl when compiling.
4899
4900 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
4901
4902 * progmodes/gud.el (gud-menu-map): Expand tooltip.
4903
4904 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
4905 (menu): Add/expand menu tooltips.
4906
4907 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
4908
4909 * progmodes/sh-script.el (sh-show-indent): Fix typo.
4910 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
4911
4912 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
4913 considered registered.
4914
4915 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
4916
4917 * emacs-lisp/copyright.el (copyright-update-directory): New command.
4918
4919 * ediff-wind.el (ediff-split-window-function)
4920 (ediff-merge-split-window-function): Improve custom type.
4921
4922 2008-04-12 Eli Zaretskii <eliz@gnu.org>
4923
4924 * loadup.el ("minibuffer"): Move after "faces".
4925
4926 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
4927
4928 * progmodes/hideif.el (hif-factor): Handle unary minus.
4929
4930 2008-04-12 Glenn Morris <rgm@gnu.org>
4931
4932 * calendar/cal-china.el (chinese-calendar-time-zone):
4933 Mark obsolete name as risky too.
4934
4935 * calendar/calendar.el (calendar-faces): New custom group.
4936 (calendar-today, diary, holiday): Doc fix.
4937 Move to calendar-faces group.
4938 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
4939 (diary-button): Doc fix. Move to calendar-faces group.
4940
4941 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
4942 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
4943 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
4944 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
4945 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
4946 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
4947 not in dumped files before the associated defcustom.
4948
4949 2008-04-11 Johan Bockgård <bojohan@gnu.org>
4950
4951 * minibuffer.el (lazy-completion-table): Fix debug spec.
4952
4953 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4954
4955 * minibuffer.el (complete-with-action, lazy-completion-table):
4956 Move from subr.el.
4957 (apply-partially, completion-table-dynamic)
4958 (completion-table-with-context, completion-table-with-terminator)
4959 (completion-table-in-turn): New funs.
4960 (completion--make-envvar-table, completion--embedded-envvar-table):
4961 New funs.
4962 (read-file-name-internal): Use them.
4963 (completion-setup-hook): Move from simple.el.
4964 * subr.el (complete-with-action, lazy-completion-table):
4965 * simple.el (completion-setup-hook): Move to minibuffer.el.
4966
4967 2008-04-11 Glenn Morris <rgm@gnu.org>
4968
4969 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
4970
4971 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
4972
4973 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
4974
4975 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
4976
4977 * textmodes/fill.el (fill-forward-paragraph-function): New var.
4978 (fill-forward-paragraph): New fun.
4979 (fill-paragraph, fill-region): Use it.
4980
4981 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
4982 (vc-status-create-fileinfo): Make `extra' optional.
4983 (vc-status-busy): New fun.
4984 (vc-status-menu-map): Use it.
4985 (vc-status-crt-marked): Remove.
4986 (vc-status-update): Rename from vc-status-add-entries.
4987 Add argument so as to prevent addition of entries. Rewrite.
4988 (vc-update-vc-status-buffer): Remove.
4989 (vc-status-refresh): Don't remove old entries, set them to
4990 up-to-date instead. Also do it after the update is complete.
4991 (vc-status-marked-files): η-reduce.
4992
4993 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
4994 for non-dialogs.
4995
4996 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
4997
4998 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
4999
5000 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
5001
5002 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
5003 to t and don't truncate msg.
5004
5005 2008-04-11 Glenn Morris <rgm@gnu.org>
5006
5007 * calendar/calendar.el (diary, holidays):
5008 Move custom groups to other files.
5009 (holiday-general-holidays, holiday-oriental-holidays)
5010 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
5011 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
5012 (holiday-hebrew-holidays, holiday-christian-holidays)
5013 (holiday-islamic-holidays, holiday-bahai-holidays)
5014 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
5015 * calendar/diary-lib.el: Move custom group here from calendar.el.
5016 * calendar/holidays-lib.el: Move custom group and variables here
5017 from calendar.el.
5018
5019 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
5020
5021 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
5022 Fix custom group.
5023 (calendar-current-time-zone-cache): Autoload riskiness.
5024
5025 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
5026
5027 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
5028
5029 * woman.el (woman2-TH): Use string-equal instead of string-match.
5030
5031 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
5032
5033 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
5034 (smerge-resolve): Merge the "2-way refinement" case with one half of
5035 the "mere whitespace" resolution.
5036
5037 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5038
5039 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
5040
5041 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
5042
5043 * subr.el (assoc-ignore-case, assoc-ignore-representation):
5044 Add WHEN to obsolescence declaration.
5045
5046 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
5047
5048 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
5049
5050 * vc-hooks.el (vc-state): Add new state `conflict'.
5051 (vc-after-save): Use when not if.
5052 (vc-default-mode-line-string): Deal with the conflict state.
5053 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
5054
5055 * vc.el (vc-editable-p, vc-default-status-printer)
5056 (vc-next-action): Deal with the conflict state.
5057 (vc-mark-resolved): New function.
5058 (vc-status-mode): Fix mode name.
5059 (vc-default-comment-history): Use when not if.
5060 (Todo): Add new entries, remove old ones.
5061
5062 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
5063 (vc-cvs-parse-status, vc-cvs-after-dir-status):
5064 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
5065 Detect the conflict state.
5066
5067 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
5068
5069 2008-04-10 Glenn Morris <rgm@gnu.org>
5070
5071 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
5072 Respect truncate-partial-width-windows in non-full windows,
5073 with regards to :toggle and :enable state.
5074
5075 * simple.el (toggle-truncate-lines): Doc fix.
5076
5077 * Makefile.in (MH_E_DIR): New variable.
5078 (MH_E_SRC): Restore variable removed 2008-03-13.
5079 (mh-loaddefs.el): Depend on $MH_E_SRC.
5080 (CAL_DIR, CAL_SRC): New variables.
5081 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
5082 Depend on CAL_SRC.
5083
5084 * calendar/calendar.el (calendar, diary): Add :prefix.
5085 (holidays): Change :prefix.
5086 (calendar-today, holiday, calendar-holiday-marker)
5087 (european-calendar-style): Change custom groups.
5088
5089 * calendar/calendar.el (diary-hook, diary-display-hook):
5090 Move to diary-lib.el.
5091 * calendar/diary-lib.el (diary-hook, diary-display-hook):
5092 Move here from calendar.el.
5093 * calendar/appt.el: Require diary-lib rather than calendar.
5094 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
5095
5096 * calendar/appt.el (appt): Add :prefix.
5097
5098 * calendar/diary-lib.el (diary-hook): Doc fix.
5099 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
5100
5101 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5102
5103 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
5104 New functions.
5105
5106 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
5107 the arg to recursive calls.
5108
5109 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
5110
5111 * minibuffer.el (completion-auto-help): Fix typo.
5112
5113 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
5116
5117 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
5118
5119 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
5120 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
5121
5122 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5123
5124 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
5125
5126 * minibuffer.el (minibuffer): Move group from cus-edit.el.
5127 (completion-auto-help): Move from C code.
5128 (minibuffer--maybe-completion-help): Remove.
5129 (minibuffer--bitset): New function.
5130 (minibuffer--do-completion): Rename from minibuffer-do-completion.
5131 Renumber a bit. Really complete on string *before* point.
5132 Add argument used for word-completion.
5133 Join trailing / in completion with following text, as done in
5134 minibuffer-complete-word.
5135 Handle new value `lazy' for completion-auto-help.
5136 (minibuffer-try-word-completion): New function extracted from
5137 minibuffer-complete-word.
5138 (minibuffer-complete-word): Use minibuffer--do-completion.
5139 (minibuffer--insert-strings): Rename from
5140 minibuffer-complete-insert-strings.
5141 (exit-minibuffer): Fix typo.
5142 * cus-edit.el (minibuffer): Move group to minibuffer.el.
5143 * cus-start.el: Remove completion-auto-help.
5144
5145 2008-04-09 Alexandre Julliard <julliard@winehq.org>
5146
5147 * vc.el (vc-status-add-entries): New function.
5148 (vc-status-add-entry): Remove.
5149 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
5150 Use vc-status-add-entries.
5151
5152 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
5153 order.
5154
5155 2008-04-09 Jason Rumney <jasonr@gnu.org>
5156
5157 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
5158 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
5159 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
5160 (AUTOGENEL): New variable.
5161 (distclean, maintainer-clean): New targets.
5162
5163 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
5164
5165 * emacs-lisp/regexp-opt.el (regexp-opt):
5166 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
5167
5168 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
5169
5170 * nxml/nxml-mode.el (nxml-cleanup): New function.
5171 (nxml-mode): Add it to change-major-mode-hook.
5172
5173 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5174
5175 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
5176
5177 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
5178
5179 * calc/.cvsignore: New file.
5180
5181 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
5182
5183 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
5184
5185 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
5186 show-help-function when turning tooltip off.
5187 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
5188 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
5189
5190 2008-04-09 Alan Mackenzie <acm@muc.de>
5191
5192 * font-lock.el (font-lock-extend-after-change-region-function):
5193 Make it buffer local.
5194
5195 2008-04-09 Glenn Morris <rgm@gnu.org>
5196
5197 * calendar/calendar.el (diary-file, european-calendar-style):
5198 Remove autoload cookies.
5199
5200 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5201
5202 * outline.el (outline-mode-menu-bar-map):
5203 * log-view.el (log-view-mode-menu):
5204 * log-edit.el (log-edit-menu): Add :help.
5205
5206 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
5207
5208 * emacs-lisp/regexp-opt.el (regexp-opt-group):
5209 Use substring-no-properties for correct handling of unibyte strings.
5210
5211 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5212
5213 * add-log.el (change-log-next-buffer): Handle the case where version<
5214 signals an error.
5215
5216 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
5217 mouse-major-mode-menu.
5218 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
5219 (mouse-major-mode-menu, mouse-popup-menubar)
5220 (mouse-popup-menubar-stuff): Use them.
5221 (C-down-mouse-3): Bind to a dynamic map rather than to
5222 mouse-popup-menubar-stuff.
5223
5224 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
5225 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
5226
5227 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5228
5229 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
5230 file:// access method.
5231
5232 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5233
5234 * minibuffer.el: New file.
5235 * loadup.el: Load it.
5236
5237 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5238
5239 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
5240 rather than subdirs.el. It introduces an ugly circular dependency, tho.
5241
5242 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
5243 (calc-mode-map, calc-digit-map, calc-dispatch-map):
5244 Move initialization into declaration.
5245 * calc/calc-yank.el:
5246 * calc/calc-misc.el:
5247 * calc/calc-embed.el:
5248 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
5249
5250 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
5251
5252 * ps-samp.el (ps-add-printer, ps-remove-printer)
5253 (ps-make-dynamic-printer-menu): New functions.
5254
5255 * net/zeroconf.el: New file.
5256
5257 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5258
5259 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
5260
5261 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5262
5263 * vc-rcs.el (vc-rcs-modify-change-comment):
5264 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
5265
5266 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
5267
5268 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
5269
5270 * international/mule-cmds.el (set-locale-environment): Don't warn if
5271 coding system doesn't agree with system locale (this reverts changes
5272 by Dave Love, dated 2002-10-27 and 2002-10-09).
5273
5274 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
5275 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
5276
5277 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
5278
5279 2008-04-08 Glenn Morris <rgm@gnu.org>
5280
5281 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
5282 * textmodes/remember.el (remember-diary-convert-entry):
5283 Require calendar.
5284
5285 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
5286 diary-file, since it is the default for make-diary-entry anyway.
5287
5288 * calendar/cal-menu.el (cal-menu-event-to-date):
5289 Rename calendar-event-to-date. Update callers.
5290 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
5291 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
5292 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
5293 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
5294 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
5295 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
5296 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
5297 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
5298 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
5299 (calendar-mouse-tex-month-landscape):
5300 Rename cal-tex-mouse-month-landscape.
5301 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
5302 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
5303 (calendar-mouse-tex-year-landscape):
5304 Rename cal-tex-mouse-year-landscape.
5305 (cal-menu-context-mouse-menu): Update for above name changes.
5306
5307 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5308 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5309 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
5310 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
5311 * calendar/holidays.el: Replace int-to-string with number-to-string.
5312
5313 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
5314
5315 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
5316 region if point moves.
5317
5318 2008-04-08 Kenichi Handa <handa@m17n.org>
5319
5320 * faces.el (font-slant-table): Change numeric values for `r',
5321 `roman', and `normal'.
5322
5323 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
5324
5325 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
5326
5327 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
5328
5329 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
5330 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
5331
5332 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
5333
5334 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
5335 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
5336
5337 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5338
5339 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
5340
5341 2008-04-07 Sam Steingold <sds@gnu.org>
5342
5343 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
5344 Add helper functions.
5345 (lisp-do-defun): Extract the common part of lisp-eval-defun and
5346 lisp-compile-defun; DEFVAR forms reset the variables to the init
5347 values, just like in emacs-lisp mode eval-defun.
5348 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
5349 (lisp-compile-region): Use lisp-compile-string.
5350
5351 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
5352
5353 * subr.el (combine-and-quote-strings): Also quote strings that contain
5354 the separator.
5355
5356 * pcvs-util.el (cvs-map): Avoid recursion :-(
5357
5358 2008-04-07 Glenn Morris <rgm@gnu.org>
5359
5360 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
5361
5362 * calendar.el (diary-view-entries-initially-flag): Rename
5363 view-diary-entries-initially. Keep old name as alias, update users.
5364 (calendar-mark-diary-entries-flag): Rename
5365 mark-diary-entries-in-calendar. Keep old name as alias, update users.
5366 (calendar-view-holidays-initially-flag): Rename
5367 view-calendar-holidays-initially. Keep old name as alias, update users.
5368 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
5369 Keep old name as alias, update users.
5370 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
5371 Keep old name as alias, update users.
5372 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
5373 Keep old name as alias, update users.
5374 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
5375 Keep old name as alias, update users.
5376 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
5377 (diary-american-date-forms): Rename american-date-diary-pattern.
5378 Keep old name as alias, update users.
5379 (diary-european-date-forms): Rename european-date-diary-pattern.
5380 Keep old name as alias, update users.
5381 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
5382 Keep old name as alias, update users.
5383 (calendar-european-date-display-form): Rename
5384 european-calendar-display-form. Keep old name as alias, update users.
5385 (calendar-american-date-display-form): Rename
5386 european-calendar-display-form. Keep old name as alias, update users.
5387 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
5388 Keep old name as alias, update users.
5389 (holiday-general-holidays): Rename general-holidays.
5390 Keep old name as alias, update users.
5391 (holiday-oriental-holidays): Rename oriental-holidays.
5392 Keep old name as alias, update users.
5393 (holiday-local-holidays): Rename local-holidays.
5394 Keep old name as alias, update users.
5395 (holiday-other-holidays): Rename other-holidays.
5396 Keep old name as alias, update users.
5397 (holiday-hebrew-holidays): Rename hebrew-holidays.
5398 Keep old name as alias, update users.
5399 (holiday-christian-holidays): Rename christian-holidays.
5400 Keep old name as alias, update users.
5401 (holiday-islamic-holidays): Rename islamic-holidays.
5402 Keep old name as alias, update users.
5403 (holiday-bahai-holidays): Rename bahai-holidays.
5404 Keep old name as alias, update users.
5405 (holiday-solar-holidays): Rename solar-holidays.
5406 Keep old name as alias, update users.
5407 (diary-fancy-buffer): Rename fancy-diary-buffer.
5408 Keep old name as alias, update users.
5409 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
5410 Update users.
5411 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
5412 Update users.
5413 (calendar-increment-month): Rename increment-calendar-month.
5414 Keep old name as alias, update callers.
5415 (calendar-increment-month-cons): Rename old calendar-increment-month.
5416 Update callers.
5417 (calendar-extract-month): Rename extract-calendar-month.
5418 Keep old name as alias, update callers.
5419 (calendar-extract-day): Rename extract-calendar-day.
5420 Keep old name as alias, update callers.
5421 (calendar-extract-year): Rename extract-calendar-year.
5422 Keep old name as alias, update callers.
5423 (calendar-generate-window): Rename generate-calendar-window.
5424 Update callers.
5425 (calendar-generate): Rename generate-calendar. Update callers.
5426 (calendar-generate-month): Rename generate-calendar-month.
5427 Update callers.
5428 (calendar-redraw): Rename redraw-calendar. Update callers.
5429 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
5430 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
5431 Update callers.
5432 (calendar-update-mode-line): Rename update-calendar-mode-line.
5433 Update callers.
5434 (calendar-exit): Rename exit-calendar. Keep old name as alias,
5435 update callers.
5436 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
5437 Keep old name as alias, update callers.
5438 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
5439 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
5440 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
5441 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
5442 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
5443 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
5444 * calendar/solar.el: Update for calendar.el name changes.
5445 * org/org.el (org-agenda-format-date-aligned)
5446 (org-agenda-execute-calendar-command): Access date elements directly
5447 rather than using calendar functions.
5448 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
5449 Also set calendar-view-diary-initially-flag,
5450 calendar-view-holidays-initially-flag.
5451 (org-get-entries-from-diary): Also set diary-fancy-buffer.
5452 (org-agenda-execute-calendar-command): No need to set displayed-day.
5453
5454 2008-04-06 Alan Mackenzie <acm@muc.de>
5455
5456 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
5457 typo in the doc string.
5458
5459 * progmodes/cc-mode.el (c-basic-common-init):
5460 Set font-lock-extend-after-change-region-function.
5461 (c-extend-after-change-region): New function, used in
5462 font-lock-extend-after-change-region-function, thus superseding
5463 advice on the Font Lock after change functions.
5464 (c-advise-fl-for-region): Remove this macro.
5465
5466 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
5467
5468 * textmodes/flyspell.el (flyspell-duplicate-distance):
5469 Improve custom type.
5470
5471 2008-04-06 Glenn Morris <rgm@gnu.org>
5472
5473 * calendar/diary-lib.el (diary-sexp-entry-symbol):
5474 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
5475 (diary-list-entries-hook): Rename list-diary-entries-hook.
5476 Keep old name as alias, update users.
5477 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
5478 Keep old name as alias, update users.
5479 (diary-nongregorian-listing-hook): Rename
5480 nongregorian-diary-listing-hook. Keep old name as alias, update users.
5481 (diary-nongregorian-marking-hook): Rename
5482 nongregorian-diary-marking-hook. Keep old name as alias, update users.
5483 (diary-print-entries-hook): Rename print-diary-entries-hook.
5484 Keep old name as alias, update users.
5485 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
5486 Keep old name as alias, update users.
5487 (diary-number-of-entries): Rename number-of-diary-entries.
5488 Keep old name as alias, update users.
5489 (view-diary-entries, list-diary-entries, show-all-diary-entries):
5490 Give version of obsolescence.
5491 (diary-view-other-diary-entries): Rename view-other-diary-entries.
5492 Keep old name as alias, update callers.
5493 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
5494 update callers.
5495 (diary-include-other-diary-files): Rename include-other-diary-files.
5496 Keep old name as alias, update callers.
5497 (diary-simple-display): Rename simple-diary-display.
5498 Keep old name as alias, update callers.
5499 (diary-fancy-display): Rename fancy-diary-display.
5500 Keep old name as alias, update callers.
5501 (diary-print-entries): Rename print-diary-entries.
5502 Keep old name as alias, update callers.
5503 (diary-marking-entries-flag): Rename marking-diary-entries.
5504 Update users.
5505 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
5506 (diary-mark-entries): Rename mark-diary-entries.
5507 Keep old name as alias, update callers.
5508 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
5509 Keep old name as alias, update callers.
5510 (diary-mark-included-diary-files): Rename mark-included-diary-files.
5511 Keep old name as alias, update callers.
5512 (calendar-mark-days-named): Rename mark-calendar-days-named.
5513 Keep old name as alias, update callers.
5514 (calendar-mark-month): Rename mark-calendar-month.
5515 Keep old name as alias, update callers.
5516 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
5517 Keep old name as alias, update callers.
5518 (diary-sort-entries): Rename sort-diary-entries.
5519 Keep old name as alias, update callers.
5520 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
5521 Keep old name as alias, update callers.
5522 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
5523 update callers.
5524 (diary-insert-entry): Rename insert-diary-entry.
5525 Keep old name as alias.
5526 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
5527 Keep old name as alias.
5528 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
5529 Keep old name as alias.
5530 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
5531 Keep old name as alias.
5532 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
5533 Keep old name as alias.
5534 (diary-insert-block-entry): Rename insert-block-diary-entry.
5535 Keep old name as alias.
5536 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
5537 Keep old name as alias.
5538 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
5539 Keep old name as alias, update users.
5540 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
5541 Keep old name as alias, update callers.
5542 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
5543 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
5544 * calendar/icalendar.el: Update for diary-lib name changes.
5545
5546 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
5547
5548 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
5549
5550 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
5551 for copy, move, and link operations.
5552
5553 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
5554
5555 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
5556 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
5557
5558 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
5559 'require' statements with 1-argument ones (wrapped in if's).
5560 For compatibility with the current stable version of XEmacs.
5561
5562 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5563
5564 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
5565
5566 2008-04-06 Jason Rumney <jasonr@gnu.org>
5567
5568 * language/burmese.el ("Burmese"): Make sample text consistent with
5569 language name.
5570
5571 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * progmodes/gdb-ui.el (gdb): New group.
5574 (gdb-debug-log-max, gdb-enable-debug)
5575 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
5576 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
5577 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
5578 (gdb-show-changed-values, gdb-max-children)
5579 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
5580 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
5581 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
5582 (gdb-memory-unit): Move to new group from GUD group.
5583 (menu): Allow customization from GDB-UI menu-item.
5584
5585 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5586
5587 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
5588
5589 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5590
5591 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
5592 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
5593 Revision numbers can include ".".
5594
5595 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
5596 "+" lines not accounted for by counting "-" and context lines.
5597
5598 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5599
5600 * term/mac-win.el (mac-service-open-file): Use file URL instead of
5601 file name string.
5602
5603 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5604
5605 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
5606 (vc-bzr-annotate-time): Accept space used to preserve alignment.
5607
5608 2008-04-05 Richard Stallman <rms@gnu.org>
5609
5610 * emacs-lisp/advice.el (defadvice): Add usage pattern.
5611
5612 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
5613
5614 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
5615 thread in [h-e-w]).
5616
5617 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
5618
5619 * files.el (abort-if-file-too-large): Fix typo in docstring.
5620
5621 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5622
5623 * subr.el (functionp): Return nil for special forms.
5624
5625 2008-04-05 Glenn Morris <rgm@gnu.org>
5626
5627 * emacs-lisp/autoload.el (autoload-ensure-default-file):
5628 Provide a feature.
5629 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
5630 Require loaddef file rather than loading it.
5631 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
5632 autoload-ensure-default-file provides a feature.
5633
5634 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
5635 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
5636 (compile, compile-always, recompile): Use $LOADDEFS.
5637 (cal-autoloads): Remove.
5638
5639 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
5640 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
5641
5642 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
5643 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
5644
5645 * calendar/calendar.el (diary-hebrew-entry-symbol):
5646 Rename hebrew-diary-entry-symbol. Keep old name as alias.
5647 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
5648 Keep old name as alias.
5649 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
5650 Keep old name as alias.
5651 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
5652 to diary-bahai-entry-symbol.
5653 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
5654 to diary-hebrew-entry-symbol.
5655 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
5656 to diary-islamic-entry-symbol.
5657 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
5658
5659 * calendar/solar.el (diary-sabbath-candles-minutes)
5660 (diary-sabbath-candles): Move to cal-hebrew.
5661 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
5662 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
5663 Doc fix. Keep old name as alias.
5664 (diary-hebrew-sabbath-candles): Simplify.
5665 (solar-setup, solar-sunrise-sunset, calendar-latitude)
5666 (calendar-longitude, calendar-time-zone): Declare for compiler.
5667 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
5668 rename.
5669
5670 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
5671 Rename coptic-calendar-month-name-array. Update callers.
5672 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
5673 (calendar-coptic-name): Rename coptic-name. Update callers.
5674 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
5675 Update callers.
5676 (calendar-coptic-last-day-of-month):
5677 Rename coptic-calendar-last-day-of-month. Update callers.
5678 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
5679 Keep old name as alias, update callers.
5680 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
5681 Keep old name as alias, update callers.
5682 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
5683 Keep old name as alias.
5684 (calendar-ethiopic-month-name-array):
5685 Rename ethiopic-calendar-month-name-array. Update callers.
5686 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
5687 Update callers.
5688 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
5689 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
5690 Keep old name as alias, update callers.
5691 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
5692 Keep old name as alias, update callers.
5693 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
5694 Keep old name as alias.
5695
5696 * calendar/cal-french.el (calendar-french-epoch):
5697 Rename french-calendar-epoch. Update callers.
5698 (calendar-french-month-name-array): Rename variable and function
5699 french-calendar-month-name-array. Update callers.
5700 (calendar-french-multibyte-month-name-array):
5701 Rename french-calendar-multibyte-month-name-array. Update callers.
5702 (calendar-french-day-name-array): Rename variable and function
5703 french-calendar-day-name-array. Update callers.
5704 (calendar-french-special-days-array): Rename variable and function
5705 french-calendar-special-days-array. Update callers.
5706 (calendar-french-multibyte-special-days-array):
5707 Rename french-calendar-multibyte-special-days-array. Update callers.
5708 (calendar-french-accents-p): Rename french-calendar-accents.
5709 Update callers.
5710 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
5711 Update callers.
5712 (calendar-french-last-day-of-month):
5713 Rename french-calendar-last-day-of-month. Update callers.
5714 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
5715 Keep old name as alias, update callers.
5716 (calendar-french-print-date): Rename calendar-print-french-date.
5717 Keep old name as alias, update callers.
5718 (calendar-french-goto-date): Rename calendar-goto-french-date.
5719 Keep old name as alias.
5720
5721 * calendar/cal-menu.el, calendar/calendar.el:
5722 Update for Coptic and French name changes.
5723
5724 * calendar/cal-china.el (calendar-chinese): Rename custom group
5725 from chinese-calendar. Update users.
5726 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
5727 Keep old name as alias, update users.
5728 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
5729 Keep old name as alias.
5730 (calendar-chinese-daylight-time-offset):
5731 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
5732 update users.
5733 (calendar-chinese-standard-time-zone-name):
5734 Rename chinese-calendar-standard-time-zone-name.
5735 Keep old name as alias, update users.
5736 (calendar-chinese-daylight-saving-start):
5737 Rename chinese-calendar-daylight-savings-starts.
5738 Keep old name as alias, update users.
5739 (calendar-chinese-daylight-saving-end):
5740 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
5741 update users.
5742 (calendar-chinese-daylight-saving-start-time):
5743 Rename chinese-calendar-daylight-savings-starts-time.
5744 Keep old name as alias, update users.
5745 (calendar-chinese-daylight-saving-end-time):
5746 Rename chinese-calendar-daylight-savings-ends-time.
5747 Keep old name as alias, update users.
5748 (calendar-chinese-celestial-stem): Rename
5749 calendar-chinese-celestial-stem. Keep old name as alias, update users.
5750 (calendar-chinese-terrestrial-branch):
5751 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
5752 update users.
5753 (calendar-chinese-zodiac-sign-on-or-after):
5754 Rename chinese-zodiac-sign-on-or-after. Update callers.
5755 (calendar-chinese-new-moon-on-or-after):
5756 Rename chinese-new-moon-on-or-after. Update callers.
5757 (calendar-chinese-month-list): Rename chinese-month-list.
5758 Update callers.
5759 (calendar-chinese-number-months): Rename number-chinese-months.
5760 Update callers.
5761 (calendar-chinese-compute-year): Rename compute-chinese-year.
5762 Update callers.
5763 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
5764 (calendar-chinese-year): Rename chinese-year. Update callers.
5765 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
5766 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
5767 Keep old name as alias, update callers.
5768 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
5769 Keep old name as alias, update callers.
5770 (calendar-chinese-months-to-alist):
5771 Rename make-chinese-month-assoc-list. Update callers.
5772 (calendar-chinese-months): Rename chinese-months. Update callers.
5773 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
5774 Keep old name as alias, update callers.
5775
5776 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
5777 Rename hebrew-calendar-leap-year-p. Update callers.
5778 (calendar-hebrew-last-month-of-year):
5779 Rename hebrew-calendar-last-month-of-year. Update callers.
5780 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
5781 Update callers.
5782 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
5783 Update callers.
5784 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
5785 Update callers.
5786 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
5787 Update callers.
5788 (calendar-hebrew-last-day-of-month):
5789 Rename hebrew-calendar-last-day-of-month. Update callers.
5790 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
5791 Keep old name as alias, update callers.
5792 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
5793 Keep old name as alias, update callers.
5794 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
5795 Keep old name as alias, update callers.
5796 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
5797 Keep old name as alias.
5798 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
5799 Keep old name as alias.
5800 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
5801 Keep old name as alias.
5802 (holiday-hebrew-passover): Rename holiday-passover-etc.
5803 Keep old name as alias.
5804 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
5805 Keep old name as alias, update callers.
5806 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
5807 Keep old name as alias.
5808 (calendar-hebrew-mark-date-pattern):
5809 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
5810 update callers.
5811 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
5812 Keep old name as alias.
5813 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
5814 Keep old name as alias.
5815 (diary-hebrew-insert-monthly-entry):
5816 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
5817 (diary-hebrew-insert-yearly-entry):
5818 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
5819 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
5820 Keep old name as alias.
5821 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
5822 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
5823 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
5824 Keep old name as alias.
5825 (calendar-hebrew-parashiot-names):
5826 Rename hebrew-calendar-parashiot-names. Update callers.
5827 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
5828 (calendar-hebrew-year-Saturday-incomplete-Sunday):
5829 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
5830 (calendar-hebrew-year-Saturday-complete-Tuesday):
5831 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
5832 (calendar-hebrew-year-Monday-incomplete-Tuesday):
5833 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
5834 (calendar-hebrew-year-Monday-complete-Thursday):
5835 Rename hebrew-calendar-year-Monday-complete-Thursday.
5836 (calendar-hebrew-year-Tuesday-regular-Thursday):
5837 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
5838 (calendar-hebrew-year-Thursday-regular-Saturday):
5839 Rename hebrew-calendar-year-Thursday-regular-Saturday.
5840 (calendar-hebrew-year-Thursday-complete-Sunday):
5841 Rename hebrew-calendar-year-Thursday-complete-Sunday.
5842 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
5843 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
5844 (calendar-hebrew-year-Saturday-complete-Thursday):
5845 Rename hebrew-calendar-year-Saturday-complete-Thursday.
5846 (calendar-hebrew-year-Monday-incomplete-Thursday):
5847 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
5848 (calendar-hebrew-year-Monday-complete-Saturday):
5849 Rename hebrew-calendar-year-Monday-complete-Saturday.
5850 (calendar-hebrew-year-Tuesday-regular-Saturday):
5851 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
5852 (calendar-hebrew-year-Thursday-incomplete-Sunday):
5853 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
5854 (calendar-hebrew-year-Thursday-complete-Tuesday):
5855 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
5856 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
5857 Update for above name changes of constants.
5858
5859 * calendar/cal-menu.el, calendar/calendar.el:
5860 Update for chinese and hebrew name changes.
5861 * calendar/diary-lib.el: Update for hebrew name changes.
5862
5863 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5864
5865 * subr.el (keymap-canonicalize): Correct thinko.
5866
5867 * server.el: Undo part of the multi-tty change, which is only
5868 needed if server.el is preloaded, and broke server-running-p.
5869 (server-socket-dir): Initialize in the defvar, as before.
5870 (server-start): Remove initialization of server-socket-dir.
5871
5872 2008-04-05 Eli Zaretskii <eliz@gnu.org>
5873
5874 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
5875 3-member cons cells.
5876
5877 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
5878
5879 * cus-face.el (custom-face-attributes): Handle roman slant.
5880
5881 * faces.el (default): Ensure the face-defface-spec property is set.
5882
5883 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
5884
5885 * files.el (abort-if-file-too-large): New function.
5886 (find-file-noselect, insert-file-1): Use it.
5887
5888 2008-04-05 Reto Zimmermann <reto@gnu.org>
5889
5890 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
5891 Replace C-c[a-zA-Z] key bindings.
5892
5893 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
5894
5895 * progmodes/hideif.el (hif-token-alist): New var.
5896 (hif-token-regexp, hif-tokenize): Use it.
5897 (hif-mathify-binop): New macro.
5898 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
5899 (hif-greater-equal, hif-less-equal): Use it.
5900 (hif-logior, hif-logand): New functions.
5901 (hif-math): Accept | and & as well.
5902
5903 * progmodes/etags.el: Fix problem with completion for buffer-local
5904 tables. Reported by Radey Shouman <shouman@comcast.net>.
5905 (tags-complete-tag): Remove.
5906 (tags-lazy-completion-table): New function to replace it.
5907 (find-tag-tag, complete-tag): Update users.
5908
5909 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
5910
5911 * vc-rcs.el (vc-rcs-dir-status):
5912 * vc-sccs.el (vc-sccs-dir-status): New function.
5913
5914 * outline.el (outline-mode-menu-bar-map):
5915 * term.el (terminal-signal-menu): Add :help.
5916
5917 * net/eudc.el (eudc-mode-map): Declare and define in one step.
5918 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
5919
5920 * emacs-lisp/re-builder.el (reb-mode-map):
5921 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
5922
5923 * diff-mode.el (diff-file-junk-re): Recognize the git format for
5924 new files, deleted files and for changing permissions.
5925 (diff-mode): Set beginning-of-defun-function and
5926 end-of-defun-function.
5927
5928 * vc-bzr.el (vc-bzr-state): Use when instead of if.
5929
5930 * vc.el (vc-default-status-fileinfo-extra): New function.
5931 (vc-status-mark-buffer-changed): Use it.
5932 (vc-update-vc-status-buffer): Allow for partial updates.
5933
5934 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
5935
5936 * net/tramp.el (after-init-hook): Don't wrap a lambda around
5937 tramp-register-completion-file-name-handler.
5938
5939 * subr.el (keymap-canonicalize): New function.
5940 * mouse.el (mouse-menu-non-singleton): Use it.
5941 (mouse-major-mode-menu): Remove hack made unnecessary.
5942
5943 * simple.el (set-fill-column): Prompt rather than error by default.
5944
5945 2008-04-04 Andreas Schwab <schwab@suse.de>
5946
5947 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
5948 Reset new-rules after each round.
5949
5950 * Makefile.in (cal-autoloads): New target.
5951 (compile, compile-always, recompile): Depend on it.
5952 ($(lisp)/calendar/cal-loaddefs.el)
5953 ($(lisp)/calendar/diary-loaddefs.el)
5954 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
5955
5956 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
5957
5958 * ediff*.el: Replace load with require in eval-when-compile.
5959
5960 * ediff-hook: Delete all invocations of (autoload ...).
5961
5962 * ediff-util.el (ediff-setup): Make window-min-height a local variable
5963 in ediff control window, and set its min height to 2.
5964 (ediff-setup-control-buffer): Dedicate the control window.
5965 (ediff-toggle-multiframe): Undedicate control window.
5966 Work directly with ediff-setup-windows-multiframe and
5967 ediff-setup-windows-plain.
5968
5969 * ediff-wind (ediff-choose-window-setup-function-automatically):
5970 New function.
5971 (ediff-window-setup-function): Change initialization.
5972 (ediff-setup-windows-automatic): Delete.
5973 (ediff-setup-windows-plain-merge): Make control window dedicated.
5974 (ediff-destroy-control-frame): Do not skip frames if working in a
5975 single frame.
5976
5977 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
5978 eval-when-compile.
5979
5980 * emulation/viper-util.el: Move provide's forward, prevent recursion in
5981 eval-when-compile.
5982
5983 2008-04-04 Glenn Morris <rgm@gnu.org>
5984
5985 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
5986 calendar-absolute-from-bahai. Update callers, keep old name as alias.
5987
5988 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
5989 Rename islamic-calendar-leap-year-p. Update callers.
5990 (calendar-islamic-last-day-of-month):
5991 Rename islamic-calendar-last-day-of-month. Update callers.
5992 (calendar-islamic-day-number):
5993 Rename islamic-calendar-day-number. Update callers.
5994 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
5995 Update callers, keep old name as alias.
5996 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
5997 Update callers, keep old name as alias.
5998 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
5999 Keep old name as alias.
6000 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
6001 Update callers, keep old name as alias.
6002 (calendar-islamic-mark-date-pattern):
6003 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
6004 name as alias.
6005 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
6006 Keep old name as alias.
6007 (diary-islamic-insert-monthly-entry):
6008 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
6009 (diary-islamic-insert-yearly-entry):
6010 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
6011
6012 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
6013 calendar-absolute-from-iso. Update callers, keep old name as alias.
6014 (calendar-iso-print-date): Rename calendar-print-iso-date.
6015 Update callers, keep old name as alias.
6016 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
6017 Keep old name as alias.
6018 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
6019 Keep old name as alias.
6020
6021 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
6022 calendar-absolute-from-julian. Update callers, keep old name as alias.
6023 (calendar-julian-print-date): Rename calendar-print-julian-date.
6024 Update callers, keep old name as alias.
6025 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
6026 Update callers, keep old name as alias.
6027 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
6028 Update callers, keep old name as alias.
6029 (calendar-astro-print-day-number):
6030 Rename calendar-print-astro-day-number. Update callers, keep old
6031 name as alias.
6032 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
6033 Update callers, keep old name as alias.
6034
6035 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
6036 Rename calendar-string-to-mayan-long-count. Update callers.
6037 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
6038 Update callers, keep old name as alias.
6039 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
6040 Update callers.
6041 (calendar-mayan-read-tzolkin-date):
6042 Rename calendar-read-mayan-tzolkin-date. Update callers.
6043 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
6044 Keep old name as alias.
6045 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
6046 Keep old name as alias.
6047 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
6048 Keep old name as alias.
6049 (calendar-mayan-previous-tzolkin-date):
6050 Rename calendar-previous-tzolkin-date. Keep old name as alias.
6051 (calendar-mayan-next-round-date):
6052 Rename calendar-next-calendar-round-date. Keep old name as alias.
6053 (calendar-mayan-previous-round-date):
6054 Rename calendar-previous-calendar-round-date. Keep old name as alias.
6055 (calendar-mayan-long-count-to-absolute): Rename
6056 calendar-absolute-from-mayan-long-count. Keep old name as alias.
6057 (calendar-mayan-goto-long-count-date):
6058 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
6059
6060 * calendar/cal-persia.el (calendar-persian-month-name-array):
6061 Rename persian-calendar-month-name-array. Update callers.
6062 (calendar-persian-epoch): Rename persian-calendar-epoch.
6063 Update callers.
6064 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
6065 Update callers.
6066 (calendar-persian-last-day-of-month):
6067 Rename persian-calendar-last-day-of-month. Update callers.
6068 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
6069 Update callers, keep old name as alias.
6070 (calendar-persian-print-date): Rename calendar-print-persian-date.
6071 Update callers, keep old name as alias.
6072 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
6073 Keep old name as alias.
6074
6075 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
6076 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
6077 * calendar/solar.el: Update for cal-julian name changes.
6078
6079 * calendar/cal-dst.el: Update for persian name changes.
6080
6081 * calendar/cal-menu.el, calendar/calendar.el:
6082 Update for islamic, iso, julian, mayan, persian name changes.
6083
6084 * calendar/diary-lib.el: Update for islamic name changes.
6085
6086 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
6087 Rename all-hebrew-calendar-holidays. Update callers, keep old name
6088 as alias.
6089 (calendar-christian-all-holidays-flag):
6090 Rename all-christian-calendar-holidays. Update callers, keep old
6091 name as alias.
6092 (calendar-islamic-all-holidays-flag):
6093 Rename all-islamic-calendar-holidays. Update callers, keep old
6094 name as alias.
6095 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
6096 Update callers, keep old name as alias.
6097 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
6098 Update for the above name changes.
6099
6100 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
6101
6102 * hilit-chg.el (global-highlight-changes-mode)
6103 (highlight-changes-passive-string, highlight-changes-active-string):
6104 Mark as obsolete since 23.1, not 22.1.
6105
6106 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
6107
6108 * hilit-chg.el (highlight-changes-visibility-initial-state)
6109 (hilit-chg-update, highlight-changes-mode-turn-on):
6110 Fix typos in docstrings.
6111
6112 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
6113
6114 * newcomment.el (comment-enter-backward): Be careful to restore
6115 position changed during narrowing.
6116
6117 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
6118
6119 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
6120 Recognize `sub ($$)'.
6121
6122 2008-04-03 Richard Sharman <rsharman@pobox.com>
6123
6124 * hilit-chg.el (highlight-changes-mode): Rename from
6125 highlight-changes; no longer uses sub-modes active and passive;
6126 implemented by define-minor-mode.
6127 (highlight-changes-toggle-visibility): New function, to replace
6128 the old passive/active submodes of global-highlight-changes-mode;
6129 implemented by define-minor-mode.
6130 (global-highlight-changes-mode): Rename from global-highlight-changes;
6131 rewrite using define-globalized-minor-mode.
6132 (hilit-chg-major-mode-hook, hilit-chg-check-global)
6133 (hilit-chg-post-command-hook, hilit-chg-check-global)
6134 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
6135 to use of define-globalized-minor-mode.
6136 (highlight-changes-global-initial-state): Change to be boolean.
6137 (highlight-changes-visible-string, highlight-changes-invisible-string):
6138 Rename from highlight-changes-active-string and
6139 highlight-changes-passive-string.
6140 (hilit-chg-update, hilit-chg-set): Use them.
6141 (global-highlight-changes-mode): Rename from global-highlight-changes.
6142 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
6143 docstring.
6144 (hilit-chg-hide-changes): Rewrite to use dolist.
6145 (hilit-chg-set-face-on-change, hilit-chg-update)
6146 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
6147 variable instead of testing highlight-changes-mode.
6148 (highlight-markup-buffers): Add require ediff-util; argument on calls
6149 to highlight-changes-mode changed.
6150 (highlight-compare-with-file): Fix problems with interactive
6151 call giving invalid default file.
6152
6153 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
6154
6155 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6156 Fix in disassembly buffer (regression in 22.2).
6157
6158 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
6159
6160 * emulation/viper-macs.el (viper-read-fast-keysequence):
6161 Use viper-read-event instead of viper-read-key.
6162
6163 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
6164
6165 * emulation/viper-utils.el (viper-get-saved-cursor-color-in-insert-mode)
6166 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
6167 let-statements.
6168
6169 * emulation/viper-ex.el, emulation/viper-macs.el:
6170 * emulation/viper-mous.el:
6171 Replace load with require in eval-when-compile.
6172
6173 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6174
6175 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
6176
6177 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
6178 (archive-try-jka-compr): New function.
6179 (archive-set-buffer-as-visiting-file): Use it.
6180
6181 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
6182
6183 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
6184
6185 * simple.el (handle-shift-selection): New arg.
6186
6187 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6188
6189 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
6190
6191 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
6192
6193 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
6194
6195 * shell.el (shell-dynamic-complete-filename): New fun.
6196 (shell-dynamic-complete-functions): Use it.
6197
6198 * help-fns.el (describe-variable): Undo 2008-02-25 change.
6199
6200 2008-04-03 Kenichi Handa <handa@m17n.org>
6201
6202 * international/fontset.el (create-fontset-from-x-resource):
6203 Handle the error of X resource more gracefully.
6204
6205 * international/latin1-disp.el (latin1-display): Don't use make-char.
6206 Fix the argument to set-char-table-range.
6207 (latin1-display-identities): Don't use make-char.
6208 (latin1-display-reset): Use map-charset-chars instead of directly
6209 calling standard-display-default.
6210 (latin1-display-check-font): Don't use make-char.
6211 (latin1-display-setup): Likewise.
6212 (latin1-display-ucs-per-lynx): Likewise.
6213
6214 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6215
6216 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
6217 name the fields, to make the code clearer.
6218 Rewrite all `aset' and `aref' using the defined accessors.
6219 (timer--time): New pseudo-field.
6220 (timer-set-time, timer-set-idle-time, timer-inc-time)
6221 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
6222 (timer--time-less-p): New function.
6223 (timer--activate): New function, extracted from timer-activate.
6224 (timer-activate-when-idle, timer-activate): Use it.
6225 (cancel-function-timers): Use dolist.
6226
6227 2008-04-03 Glenn Morris <rgm@gnu.org>
6228
6229 * add-log.el (c-beginning-of-defun, c-end-of-defun):
6230 Remove declarations; no longer used.
6231 (c-cpp-define-name, c-defun-name): Declare as functions.
6232
6233 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
6234 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
6235
6236 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
6237 (holiday-passover-etc, holiday-hanukkah): Doc fix.
6238 Add optional argument. Simplify.
6239 (holiday-tisha-b-av-etc): Use memq rather than unless.
6240 (holiday-julian): Autoload it.
6241 (holiday-hebrew-misc): New function.
6242
6243 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
6244
6245 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
6246 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
6247 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
6248 all-hebrew-calendar-holidays.
6249 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
6250 Simplify using new functions.
6251 (calendar-holidays): Doc fix.
6252 (generate-calendar-window): Use bound-and-true-p.
6253
6254 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
6255
6256 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
6257 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
6258 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
6259 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
6260
6261 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
6262
6263 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6264
6265 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
6266
6267 * vc-bzr.el (vc-bzr-checkout): Simplify.
6268
6269 * image-mode.el (image-mode-fit-frame): New command.
6270
6271 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
6272 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
6273 (keyboard-escape-quit): Check region-active-p i.s.o
6274 transient-mark-mode.
6275
6276 2008-04-02 Simon Josefsson <simon@josefsson.org>
6277
6278 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
6279 (imap-message-copyuid-1): Use it.
6280 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
6281 J. Williams in
6282 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
6283
6284 2008-04-02 Alan Mackenzie <acm@muc.de>
6285
6286 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
6287 New optimised functions to get the name of the current defun/macro.
6288
6289 * add-log.el (add-log-current-defun): Move the functionality which
6290 gets the current function name for C like modes to cc-cmds.el,
6291 thus optimising for speed.
6292
6293 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
6294
6295 * simple.el (deactivate-mark): When the mark is temporarily
6296 active, restore the original value of transient-mark-mode.
6297 (set-mark-command): First deactivate the mark if was temporarily active.
6298 (exchange-point-and-mark): Reactivate the mark if it was
6299 temporarily active.
6300 (handle-shift-selection): New fun.
6301 (transient-mark-mode): Move var documentation here from buffer.c.
6302 (next-line, previous-line, backward-word, move-end-of-line)
6303 (move-beginning-of-line, forward-to-indentation)
6304 (backward-to-indentation, back-to-indentation)
6305 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
6306
6307 * mouse.el (mouse-set-region-1): Save the old value of
6308 transient-mark-mode.
6309 (mouse-drag-track): Ignore the now-obsolete value `identity' for
6310 transient-mark-mode.
6311
6312 * textmodes/paragraphs.el (forward-paragraph)
6313 (backward-paragraph, forward-sentence, backward-sentence): Add ^
6314 interactive spec.
6315
6316 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
6317
6318 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
6319
6320 * net/tramp.el (tramp-make-tramp-temp-file):
6321 Use `tramp-drop-volume-letter' for the local file name part.
6322
6323 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
6324
6325 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
6326 Add menu entries corresponding to all the key bindings.
6327
6328 * emacs-lisp/debug.el (debugger-mode-map):
6329 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
6330 (conf-align-assignments): Only work on the region if it is active.
6331 (conf-quote-normal): Use when instead of if. Remove redundant test.
6332
6333 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
6334 for tracing and re-builder.
6335
6336 2008-04-02 Glenn Morris <rgm@gnu.org>
6337
6338 * calendar/appt.el (appt-disp-window-function): Doc fix.
6339 (appt-display-message): Move beep before display.
6340 (appt-check): Make interactive. Reduce the number of lets.
6341 Use string-equal to compare mode-line strings.
6342 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
6343 read-only.
6344 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
6345 (appt-delete): Simplify.
6346
6347 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
6348
6349 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
6350
6351 * calendar/cal-hebrew.el (list-yahrzeit-dates):
6352 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
6353 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
6354
6355 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
6356 (calendar-holiday-marker, mark-visible-calendar-date):
6357 * calendar/diary-lib.el (fancy-diary-display):
6358 Check for font-lock-mode before using faces.
6359
6360 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
6361 (calendar-gregorian-from-absolute): Reduce the number of lets.
6362 (hebrew-holidays-4, generate-calendar-window): Simplify.
6363 (calendar-for-loop): Make obsolete.
6364 (calendar-nth-named-day): Doc fix.
6365
6366 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
6367 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
6368 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
6369 Reduce the number of lets.
6370 (mark-sexp-diary-entries, calendar-mark-complex):
6371 Expand calendar-for-loops.
6372
6373 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
6374
6375 * find-dired.el (find-dired-filter): Fix last patch to handle
6376 multi-line process input. Pad link numbers too.
6377
6378 2008-04-01 Jari Aalto <jari.aalto@cante.net>
6379
6380 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
6381
6382 2008-04-01 Jason Rumney <jasonr@gnu.org>
6383
6384 * international/characters.el (script-list): Add phonetic script,
6385 covering IPA (previously Latin), Phonetic Extensions and
6386 Phonetic Extensions Supplement (both previously unassigned).
6387
6388 * international/fontset.el (setup-default-fontset): Use unicode fonts
6389 that cover bopomofo script for bopomofo.
6390 Likewise for braille and mathematical.
6391 Use unicode scripts that cover the phonetic script for IPA.
6392
6393 2008-04-01 Johan Bockgård <bojohan@gnu.org>
6394
6395 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
6396 return the assigned value.
6397
6398 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6399
6400 * abbrev.el (abbrev-mode): Use define-minor-mode.
6401
6402 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
6403 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
6404 Use map-keymap.
6405 (minor-mode-menu-from-indicator): Use it. Simplify.
6406
6407 * bindings.el (mode-line-mode-menu): Move before (new) first use.
6408 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
6409 Bind the key directly to the menu.
6410 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
6411
6412 2008-04-01 Daiki Ueno <ueno@unixuser.org>
6413
6414 * epa.el (epa-decrypt-region): Explain the reason why this
6415 function should not be used in Lisp programs.
6416 (epa-decrypt-armor-in-region): Ditto.
6417 (epa-verify-region): Ditto.
6418 (epa-verify-cleartext-in-region): Ditto.
6419 (epa-sign-region): Ditto.
6420 (epa-encrypt-region): Ditto.
6421
6422 * epg.el (epg-start-receive-keys): Fix typo in docstring.
6423
6424 * epa.el (epa-select-keys): Show menu even if there is no key in
6425 GnuPG's keyring.
6426
6427 2008-04-01 Glenn Morris <rgm@gnu.org>
6428
6429 * calendar/calendar.el (calendar-make-temp-face): New function.
6430 (mark-visible-calendar-date):
6431 * calendar/diary-lib.el (fancy-diary-display): Use it.
6432
6433 * vc-hooks.el (vc-responsible-backend): Declare as function.
6434
6435 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
6436 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
6437 * calendar/cal-julian.el (holiday-julian): Use it.
6438
6439 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
6440 (calendar-hebrew-date-is-visible-p): Extract some common code into
6441 separate function.
6442 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
6443
6444 * calendar/cal-menu.el (cal-menu-holidays-menu):
6445 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
6446 rather than obsolete alias.
6447
6448 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
6449 for mark characters.
6450 (calendar-unmark): Unmark by removing all overlays, rather than
6451 redrawing.
6452 (calendar-starred-day): Remove.
6453 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
6454 (calendar-cursor-to-date): No need for special star handling now
6455 using overlays.
6456 (calendar-star-date): Use overlays.
6457
6458 * calendar/cal-french.el (calendar-goto-french-date):
6459 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
6460 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
6461 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
6462 * calendar/cal-persia.el (calendar-persian-date-string):
6463 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
6464 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
6465 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
6466 * calendar/solar.el (solar-equinoxes-solstices):
6467 Reduce nesting of some lets.
6468
6469 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
6470 (calendar-goto-mayan-long-count-date): Simplify.
6471
6472 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
6473 Simplify by using mapcar.
6474 (calendar-list-holidays): Return holiday-list.
6475 (list-holidays): Use let rather than let*. Remove un-needed locals
6476 `d', `never'.
6477 (calendar-check-holidays): Return result from dolist.
6478 (holiday-float): Use a single let*. Simplify if-and to and.
6479 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
6480 single let*.
6481
6482 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
6483
6484 * calc/calc.el: Autoload `calc-yank'.
6485 (calc-mode-map): Add keybindings for `calc-yank'.
6486 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
6487 assignments for `calc-yank'.
6488
6489 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
6490
6491 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
6492 (vc-status-mark-buffer-changed): Handle the extra field.
6493
6494 * vc-bzr.el (vc-bzr-after-dir-status):
6495 * vc-cvs.el (vc-cvs-after-dir-status):
6496 * vc-hg.el (vc-hg-after-dir-status):
6497 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
6498
6499 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6500
6501 * doc-view.el: Compute displayed pages first (in PDF).
6502 (doc-view-current-converter-processes): Rename from
6503 doc-view-current-converter-process. Update users.
6504 (doc-view-sentinel): Test buffer's liveness.
6505 (doc-view-pdf/ps->png-sentinel): Remove.
6506 (doc-view-start-process): New function.
6507 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
6508 (doc-view-ps->pdf): Use it.
6509 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
6510 New functions.
6511 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
6512 (doc-view-mode): Kill the processes when leaving the mode.
6513
6514 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
6515
6516 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
6517 Use `byte-compile-warning-types'. Add docstring.
6518
6519 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6520
6521 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
6522 (smerge-resolve): Add various resolution heuristics.
6523
6524 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
6525 in 3-way conflicts.
6526
6527 2008-03-31 Glenn Morris <rgm@gnu.org>
6528
6529 * calendar/cal-bahai.el (diary-bahai-mark-entries):
6530 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
6531 * calendar/cal-islam.el (mark-islamic-diary-entries):
6532 Fix argument order in call to diary-mark-entries-1.
6533
6534 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
6535 pre-Bahai dates.
6536 (holiday-bahai): Use an algorithm actually relevant to this calendar
6537 system.
6538
6539 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
6540
6541 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
6542 Use and.
6543
6544 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
6545 in the last fortnight in Julian October.
6546
6547 * calendar/calendar.el (increment-calendar-month): Optionally handle
6548 systems without 12 months per year.
6549
6550 (calendar-date-is-visible-p): Doc fix. Simplify.
6551
6552 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
6553 from dolist.
6554
6555 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
6556
6557 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
6558 (hi-lock-unload-function): New function.
6559
6560 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
6561
6562 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
6563 overwriting when NEWNAME is a local file.
6564
6565 * net/trampver.el: Update release number.
6566
6567 2008-03-30 Alexandre Julliard <julliard@winehq.org>
6568
6569 * vc-git.el: Make vc-status display information about copies,
6570 renames and permission changes.
6571 (vc-git-extra-fileinfo): New defstruct.
6572 (vc-git-escape-file-name, vc-git-file-type-as-string)
6573 (vc-git-rename-as-string, vc-git-permissions-as-string)
6574 (vc-git-status-printer): New functions.
6575 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
6576 (vc-git-after-dir-status-stage1): Look for copies, renames and
6577 permission changes.
6578 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
6579 (vc-git-dir-status): Ask for staged files and renames.
6580
6581 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
6582
6583 * vc.el: Allow backends to display backend specific information in
6584 the vc-status listing.
6585 (vc-status-fileinfo): Add a field for backend specific information.
6586 (vc-status-printer): Rename to ...
6587 (vc-default-status-printer): ... this.
6588 (vc-status-printer): New function.
6589 (vc-update-vc-status-buffer): Set the backend specific file info
6590 if provided.
6591
6592 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
6593
6594 * textmodes/remember.el (remember-diary-convert-entry): Revert last
6595 change (ill-conceived).
6596
6597 2008-03-29 Glenn Morris <rgm@gnu.org>
6598
6599 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
6600 * calendar/cal-julian.el (holiday-julian): Simplify.
6601
6602 * calendar/holidays.el (list-holidays): Use or.
6603
6604 2008-03-29 Juri Linkov <juri@jurta.org>
6605
6606 * window.el (split-window-preferred-horizontally): New function.
6607
6608 * cus-start.el (split-window-preferred-function):
6609 Set choice for "vertically" to nil instead of split-window.
6610 Set choice for "horizontally" to split-window-preferred-horizontally
6611 instead of lambda.
6612
6613 2008-03-29 Juri Linkov <juri@jurta.org>
6614
6615 * simple.el (minibuffer-default-add-function): New variable with
6616 the default to minibuffer-default-add-completions.
6617 (minibuffer-default-add-done): New variable. Make it buffer-local.
6618 (minibuffer-default-add-completions): New function.
6619 (goto-history-element): Set minibuffer-default-add-done to t and
6620 call a function in minibuffer-default-add-function when the
6621 specified absolute history position is greater than the length of
6622 the minibuffer-default list and minibuffer-default-add-done is nil.
6623 Change "^End of history; no next item$" to "^End of defaults;
6624 no next item$".
6625
6626 * bindings.el (debug-ignored-errors): Change "^End of history;
6627 no next item$" to "^End of defaults; no next item$".
6628
6629 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6630
6631 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
6632
6633 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
6634 to with-no-warnings.
6635
6636 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
6637
6638 Sync with Tramp 2.1.13.
6639
6640 * net/tramp-ftp.el: Require 'cl when byte-compiling.
6641
6642 * net/trampver.el: Update release number.
6643
6644 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6645
6646 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
6647 the current backend.
6648
6649 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
6650 (vc-status-refresh): Create a temporary buffer and call the
6651 `dir-status' backend function from that buffer.
6652
6653 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
6654 (vc-bzr-after-dir-status): Don't kill the buffer.
6655
6656 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
6657 (vc-cvs-after-dir-status): Don't kill the buffer.
6658
6659 * vc-git.el (vc-git-dir-status): Don't create a buffer.
6660 (vc-git-after-dir-status-stage2): Don't kill the buffer.
6661
6662 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
6663 (vc-hg-after-dir-status): Don't kill the buffer.
6664
6665 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
6666 (vc-svn-after-dir-status): Don't kill the buffer.
6667
6668 2008-03-29 Glenn Morris <rgm@gnu.org>
6669
6670 * calendar/calendar.el (diary-file, american-date-diary-pattern)
6671 (european-date-diary-pattern, european-calendar-display-form)
6672 (american-calendar-display-form, diary-display-hook): Doc fixes.
6673 (european-calendar-style): Doc fix. Use calendar-set-date-style for
6674 custom :set. Mark as obsolete.
6675 (calendar-date-style, iso-date-diary-pattern)
6676 (iso-calendar-display-form): New user variables.
6677 (diary-date-forms, calendar-date-display-form): Set using
6678 calendar-date-style. Doc fix.
6679 (calendar-set-date-style): New command.
6680 (european-calendar, american-calendar): Use calendar-set-date-style.
6681 Mark as obsolete.
6682
6683 * calendar/diary-lib.el (number): Move declaration where needed.
6684 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
6685 (diary-make-date): New function.
6686 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
6687 Use diary-make-date.
6688 (diary-date-display-form, diary-insert-entry-1): New functions.
6689 (insert-monthly-diary-entry, insert-yearly-diary-entry):
6690 Use diary-insert-entry-1.
6691 (insert-anniversary-diary-entry, insert-block-diary-entry)
6692 (insert-cyclic-diary-entry): Use diary-date-display-form.
6693
6694 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6695 Autoload diary-insert-entry-1.
6696 * calendar/cal-bahai.el (diary-bahai-insert-entry)
6697 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
6698 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
6699 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
6700 * calendar/cal-islam.el (insert-islamic-diary-entry)
6701 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
6702 Use diary-insert-entry-1.
6703
6704 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
6705 (diary-yahrzeit): Doc fix. Use diary-make-date.
6706
6707 * calendar/icalendar.el (icalendar--datetime-to-american-date):
6708 New name for icalendar--datetime-to-noneuropean-date. Make old name
6709 obsolete alias.
6710 (icalendar--datetime-to-iso-date): New function.
6711 (icalendar--datetime-to-diary-date): Doc fix. Respect
6712 calendar-date-style if bound.
6713
6714 * textmodes/remember.el (remember-diary-convert-entry):
6715 Respect calendar-date-style if bound.
6716
6717 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6718
6719 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
6720 (xterm-mouse-handle-delete-frame): Delete.
6721
6722 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
6723 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
6724 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
6725 in xterm-modify-other-keys-terminal-list.
6726
6727 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
6728 are conflicts.
6729
6730 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
6731
6732 * vc.el (vc-update): Check if the buffer is unsaved only if it
6733 actually exists.
6734 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
6735 vc-print-log.
6736
6737 2008-03-28 Magnus Henoch <mange@freemail.hu>
6738
6739 * net/dns.el (dns-write): Use set-buffer-multibyte.
6740
6741 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6742
6743 * vc-bzr.el (vc-bzr-sha1): New fun.
6744 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
6745 (vc-bzr-registered): Use it.
6746
6747 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
6748
6749 * vc.el (vc-status-kill-dir-status-process): Simplify.
6750 (vc-status-refresh): Make sure the buffer is live.
6751 (ring): Don't require it, not used.
6752
6753 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
6754
6755 * progmodes/verilog-mode.el (verilog-auto-inout-module):
6756 Add optional regular expression to AUTOINOUTMODULE.
6757 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
6758 (verilog-auto-inst-param, verilog-auto-reg)
6759 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
6760 (verilog-auto-output-every, verilog-auto-input)
6761 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
6762 (verilog-auto-unused, verilog-auto): Update documentation to use
6763 more obvious instance module names versus cell names.
6764
6765 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
6766
6767 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
6768 kill if a process is running.
6769
6770 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
6771
6772 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
6773
6774 * vc.el: Add new backend function 'status-extra-headers.
6775 (vc-default-status-extra-headers): New function.
6776 (vc-status-headers): Call 'status-extra-headers. Add colors.
6777
6778 * vc-git.el (vc-git-status-extra-headers): New function.
6779
6780 2008-03-28 Glenn Morris <rgm@gnu.org>
6781
6782 * calendar/cal-menu.el (cal-menu-holidays-menu)
6783 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
6784 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
6785 holiday-list is optional.
6786 (calendar-mouse-holidays): Remove un-needed local `l'.
6787
6788 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
6789 Remove un-needed local `date'.
6790 (calendar-cursor-to-visible-date): Use let rather than let*.
6791 Remove un-needed local `first-of-month-weekday'.
6792
6793 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
6794
6795 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
6796 Doc fixes.
6797 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
6798 (diary-header-line-flag, diary-header-line-format): Declare.
6799 (diary-pull-attrs): Check for multiple matches.
6800 (diary-list-entries-2): Simplify finding start of date.
6801 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
6802 pop-up-frames.
6803 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
6804 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
6805
6806 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
6807
6808 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
6809
6810 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
6811
6812 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6813
6814 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
6815
6816 * image-mode.el (image-mode-reapply-winprops): Fix last change.
6817
6818 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
6819
6820 * international/mule-conf.el (define-iso-single-byte-charset):
6821 Don't make latin-iso8859-* supplementary.
6822 (#'set-charset-priority): Don't change the priority of charsets
6823 `unicode' and `emacs'.
6824
6825 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6826
6827 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
6828 temp buffer.
6829
6830 2008-03-27 Glenn Morris <rgm@gnu.org>
6831
6832 * calendar/cal-bahai.el (diary-bahai-list-entries):
6833 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
6834 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
6835
6836 * calendar/calendar.el (diary-file): Doc fix.
6837
6838 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
6839 (list-diary-entries-hook, mark-diary-entries-hook)
6840 (include-other-diary-files, diary-mail-entries)
6841 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
6842 (diary-set-header): New function.
6843 (diary-header-line-flag, diary-header-line-format):
6844 Use diary-set-header for custom :set function.
6845 (diary-set-maybe-redraw): Use symbol-value rather than eval.
6846 (diary-attrtype-convert): Use intern-soft rather than read.
6847 (diary-display-no-entries): New function.
6848 (simple-diary-display, fancy-diary-display): Use it.
6849 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
6850 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
6851
6852 * calendar/holidays.el (list-holidays): Doc fix.
6853
6854 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
6855
6856 * calc/calc-store.el (calc-read-var-name-history): New variable.
6857 (calc-read-var-name): Use `calc-read-var-name-history'.
6858
6859 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6860
6861 * image-mode.el (image-mode-reapply-winprops): Simplify now that
6862 window-configuration-change-hook works buffer-locally.
6863
6864 2008-03-26 Johan Bockgård <bojohan@gnu.org>
6865
6866 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
6867 for Emacs Lisp, not Lisp.
6868
6869 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
6870
6871 * help-fns.el (describe-function-1, describe-variable):
6872 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
6873
6874 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
6875 replacement is provided, don't print "use nil instead".
6876
6877 2008-03-26 Johan Bockgård <bojohan@gnu.org>
6878
6879 * complete.el (PC-do-completion): Use regexp-quote.
6880
6881 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6882
6883 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
6884 Detect missing files.
6885
6886 * vc-git.el (vc-git-extra-menu-map): New key map.
6887 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
6888 New functions.
6889
6890 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
6891 and 'missing files.
6892
6893 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6894
6895 * calendar/holidays.el (list-holidays): Make Y2 optional.
6896
6897 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
6898 buffers shown to the user.
6899 (appt-disp-window): Disable undo explicitly now that the leading space
6900 is gone.
6901
6902 * simple.el (activate-mark): New function.
6903 (set-mark-command): Use it with region-active-p to clean up the code.
6904 (exchange-point-and-mark): Invert the meaning of C-u when
6905 transient-mark-mode is active.
6906
6907 * dired-aux.el (dired-create-files): Use dolist.
6908
6909 * bindings.el (mode-line-change-eol): Use with-selected-window.
6910
6911 * apropos.el (apropos-command): Include macros.
6912
6913 2008-03-26 Glenn Morris <rgm@gnu.org>
6914
6915 * calendar/cal-bahai.el: Require calendar, not cal-julian.
6916 (calendar-bahai-epoch): Doc fix.
6917
6918 * calendar/cal-china.el: Explicitly require calendar.
6919
6920 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
6921 Require calendar rather than cal-julian.
6922 Autoload calendar-absolute-from-julian.
6923 * calendar/cal-coptic.el (coptic-calendar-epoch):
6924 * calendar/cal-islam.el (calendar-islamic-epoch):
6925 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
6926
6927 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
6928
6929 * calendar/cal-dst.el: Don't require cal-persia.
6930 (calendar-absolute-from-persian): Autoload it.
6931 (dst-adjust-time): Doc fix.
6932
6933 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
6934 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
6935 calendar.
6936
6937 * calendar/cal-menu.el: Require calendar rather than declaring
6938 functions.
6939 * calendar/calendar.el: Provide calendar before requiring cal-menu.
6940
6941 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
6942 calendar-after-frame-setup-hooks. Update callers, make old name an
6943 obsolete alias. Doc fix.
6944 (calendar-frame-1): Doc fix.
6945
6946 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
6947
6948 * calendar/calendar.el (oriental-holidays, solar-holidays):
6949 * calendar/holidays.el (list-holidays): Assume atan always bound.
6950
6951 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
6952 Explicitly require calendar, not cal-julian.
6953 * calendar/lunar.el: Explicitly require cal-dst.
6954
6955 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6956
6957 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
6958
6959 * help-fns.el (describe-function-1, describe-variable): If no
6960 replacement is provided, don't print "use nil instead".
6961
6962 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6963
6964 * proced.el: New file.
6965
6966 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
6967
6968 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
6969
6970 2008-03-25 Juri Linkov <juri@jurta.org>
6971
6972 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
6973 in battery-mode-line-format.
6974
6975 * bindings.el (minibuffer-local-map): For the command
6976 file-cache-minibuffer-complete replace keymap minibuffer-local-map
6977 with map which is already locally bound to minibuffer-local-map.
6978
6979 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6980
6981 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
6982 Remove `sort-first' argument.
6983
6984 * subr.el (redisplay-end-trigger-functions)
6985 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
6986 (process-filter-multibyte-p, set-process-filter-multibyte):
6987 Mark as obsolete.
6988
6989 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
6990
6991 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
6992 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
6993 use the LOCAL arg of `add-hook'.
6994 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
6995 Remove spurious * from defcustom docstrings.
6996 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
6997 Fix typos in messages.
6998 (reb-mode-buffer-p): New function.
6999 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
7000 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
7001 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
7002 Use `unless', `when'.
7003 (re-builder-unload-function): New function.
7004
7005 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
7006
7007 * vc-hooks.el (vc-state): Add documentation for 'missing.
7008
7009 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
7010
7011 * progmodes/verilog-mode.el (verilog-auto-output)
7012 (verilog-auto-input, verilog-auto-inout, verilog-auto)
7013 (verilog-delete-auto): Add optional regular expression to
7014 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
7015 (verilog-signals-matching-regexp): New internal function for
7016 signal matching.
7017
7018 2008-03-25 Johan Bockgård <bojohan@gnu.org>
7019
7020 * info.el (Info-isearch-search): Always return point.
7021
7022 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
7023
7024 * diff-mode.el (diff-remembered-defdir): New var.
7025 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
7026
7027 2008-03-25 Glenn Morris <rgm@gnu.org>
7028
7029 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
7030 calendar-bahai-prompt-for-date. Update callers, make old name an
7031 obsolete alias. Doc fix.
7032 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
7033 coptic-prompt-for-date. Update callers, make old name an
7034 obsolete alias. Doc fix.
7035 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
7036 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
7037 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
7038 calendar-islamic-prompt-for-date. Update callers. Doc fix.
7039 * calendar/cal-iso.el (calendar-iso-read-date): New name for
7040 calendar-iso-read-args. Update callers, make old name an obsolete
7041 alias.
7042 * calendar/cal-persia.el (calendar-persian-read-date): New name for
7043 persian-prompt-for-date. Update callers, make old name an
7044 obsolete alias. Doc fix. Move definition before use.
7045
7046 * calendar/cal-x.el (diary-frame-parameters)
7047 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
7048 (calendar-frame-1): Doc fixes.
7049 (make-fancy-diary-buffer): Remove declaration.
7050 (calendar-dedicate-diary): Replace call to deleted function
7051 make-fancy-diary-buffer.
7052 (calendar-frame-setup): New function.
7053 (calendar-one-frame-setup, calendar-only-one-frame-setup)
7054 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
7055 work, and mark as obsolete.
7056 (special-display-buffer-names): Don't mess with this; it's not our
7057 business.
7058 (cal-x-load-hook): Defvar it, and mark as obsolete.
7059
7060 * calendar/calendar.el (calendar-remove-frame-by-deleting):
7061 Default to t. Add to 'calendar group.
7062 (calendar): Doc fix. Use calendar-frame-setup.
7063 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
7064 (generate-calendar-window): Doc fix.
7065
7066 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7067
7068 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
7069
7070 2008-03-24 Drew Adams <drew.adams@oracle.com>
7071
7072 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
7073 New variables.
7074 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
7075 (finder-exit): Ignore errors rather than avoiding them.
7076 Kill *Finder-package* buffer also.
7077
7078 2008-03-24 Andreas Schwab <schwab@suse.de>
7079
7080 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
7081
7082 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
7083
7084 * vc-hg.el (vc-hg-after-dir-status):
7085 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
7086
7087 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
7088 Detect removed files.
7089
7090 * vc.el (vc-status-printer): Use a different face for missing files.
7091 (vc-status-hide-up-to-date): Rename from
7092 vc-status-remove-up-to-date. Update all callers.
7093 (vc-status-mode-map): Bind C-m.
7094
7095 2008-03-24 Alexandre Julliard <julliard@winehq.org>
7096
7097 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
7098 code ...
7099 (vc-git--state-code): ... to this new function.
7100 (vc-git-state): Use it.
7101
7102 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
7103
7104 * textmodes/remember.el (remember-mail-date)
7105 (remember-store-in-mailbox): Write date and From line in such a
7106 way that Mutt can read it.
7107
7108 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
7109
7110 * simple.el (transient-mark-mode): Turn on by default.
7111
7112 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7113
7114 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
7115 'unregistered for unregistered files.
7116
7117 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
7118
7119 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
7120
7121 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
7122 subdirectories.
7123
7124 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
7125 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
7126 Add :enable for vc-status-refresh.
7127 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
7128 (vc-status-tool-bar-map): Add binding for
7129 vc-status-kill-dir-status-process.
7130 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
7131 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
7132 Reset vc-status-process-buffer.
7133 (vc-status-refresh): Don't run two refreshes at a time.
7134 (vc-status): If the buffer is already in vc-status-mode only refresh.
7135 (vc-status-mark-buffer-changed): Add an optional file parameter.
7136 (vc-resynch-buffer): Use it.
7137 (vc-delete-file): Expand the file name before using it.
7138 Be careful to not create a new buffer with the old file contents.
7139 Update the VC state after performing the operation.
7140
7141 2008-03-23 Andreas Schwab <schwab@suse.de>
7142
7143 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
7144 Fix radio button condition.
7145 [box]: Likewise.
7146 [customize]: Add radio button.
7147
7148 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
7149
7150 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
7151 (calc-user-parse-tables, calc-gnuplot-default-device)
7152 (calc-gnuplot-default-output, calc-gnuplot-print-device)
7153 (calc-gnuplot-print-output, calc-gnuplot-geometry)
7154 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
7155 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
7156 (calc-undo-list, calc-redo-list, calc-main-buffer)
7157 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
7158 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
7159 (calc-said-hello, calc-executing-macro, calc-any-selections)
7160 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
7161 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
7162 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
7163 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
7164 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
7165 (calc-create-buffer, calc-quit): Add docstrings.
7166
7167 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
7168
7169 * makefile.w32-in (WINS_ALMOST): Add org.
7170
7171 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
7172
7173 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
7174 New functions to implement vc-status support.
7175
7176 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7177
7178 * vc.el (vc-status-prepare-status-buffer): New function.
7179 (vc-status): Use it.
7180
7181 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
7182 appropriate.
7183
7184 2008-03-22 Alexandre Julliard <julliard@winehq.org>
7185
7186 * vc-git.el (vc-git--empty-db-p)
7187 (vc-git-after-dir-status-stage1-empty-db): New functions.
7188 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
7189 Add support for empty repositories.
7190
7191 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
7192
7193 * vc-git.el (vc-git-annotate-extract-revision-at-line):
7194 Allow "^" in a version name.
7195
7196 * vc-mtn.el (vc-mtn-state): Support the added state.
7197
7198 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
7199
7200 * org: New directory for Org-mode.
7201
7202 * org/org-export-latex.el: Moved from lisp/texmodes.
7203
7204 * org/org-irc.el: Moved from lisp/texmodes.
7205
7206 * org/org-mac-message.el: Moved from lisp/texmodes.
7207
7208 * org/org-mouse.el: Moved from lisp/texmodes.
7209
7210 * org/org-publish.el: Moved from lisp/texmodes.
7211
7212 2008-03-21 Juri Linkov <juri@jurta.org>
7213
7214 * comint.el (comint-dynamic-simple-complete):
7215 Use variable `stub' for the second arg `common-substring'
7216 of `comint-dynamic-list-completions'.
7217 (comint-dynamic-list-filename-completions):
7218 Use variable `filenondir' for the second arg `common-substring'
7219 of `comint-dynamic-list-completions'.
7220 (comint-dynamic-list-completions): Add new optional arg
7221 `common-substring'. Add `common-substring' as the second arg of
7222 the call to `display-completion-list'. Doc fix.
7223
7224 * comint.el (comint-dynamic-complete-as-filename)
7225 (comint-dynamic-list-filename-completions)
7226 (comint-dynamic-simple-complete): Use `minibuffer-message'
7227 to display message "No completions of %s" when a command
7228 is called in the minibuffer.
7229 (comint-dynamic-simple-complete): Don't display other
7230 completion messages when a command is called in the minibuffer.
7231 (comint-dynamic-list-completions): Use `minibuffer-message'
7232 to display message " [Type space to flush ...]" when a command
7233 is called in the minibuffer.
7234
7235 * shell.el (shell-dynamic-complete-command)
7236 (shell-dynamic-complete-environment-variable): Don't display
7237 completion messages when command is called in the minibuffer.
7238
7239 * emacs-lisp/lisp.el (lisp-complete-symbol):
7240 Use `minibuffer-message' to display message "No completions of %s"
7241 when this command is called in the minibuffer.
7242
7243 * bindings.el (standard-mode-line-modes): Put special help-echo
7244 tooltip on recursive edit %[ %] mode-line constructs.
7245
7246 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
7247 "^No dynamic expansion for .* found$" to allow error messages like
7248 "No dynamic expansion for \"%s\" found in this-buffer".
7249
7250 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
7251
7252 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
7253 "psftp".
7254
7255 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7256
7257 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
7258 * vc.el (vc-default-dired-state-info): Use just "modified".
7259 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
7260 (vc-cvs-mode-line-string): Make use of the better default.
7261 (vc-cvs-parse-entry): Use the new `added'.
7262 (vc-cvs-dired-state-info): Remove.
7263 * vc-svn.el (vc-svn-dired-state-info): Remove.
7264 * vc-hg.el (vc-hg-dired-state-info): Remove.
7265 * vc-git.el (vc-git-dired-state-info): Remove.
7266
7267 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7268
7269 * vc-git.el (vc-git-status-result): New variable.
7270 (vc-git-dir-status): Split out ...
7271 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
7272 ... these new functions and work asynchronously.
7273
7274 2008-03-21 Alexandre Julliard <julliard@winehq.org>
7275
7276 * vc-git.el (vc-git-after-dir-status): Remove.
7277 (vc-git-dired-state-info): Reimplement.
7278
7279 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
7280
7281 * replace.el (occur-mode-map): Add :help.
7282
7283 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
7284 for disassemble.
7285
7286 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
7287 the 'added state.
7288 (vc-status-remove-up-to-date): New function.
7289 (vc-status-mode-map, vc-status-menu-map): Bind it.
7290 (vc-status-printer): Use a different face up-to-date files.
7291 (vc-resynch-buffer): Update the vc-status buffer if it exists.
7292 (Todo): Remove solved entries.
7293
7294 * vc-hg.el (vc-hg-state):
7295 * vc-git.el (vc-git-state):
7296 * vc-cvs.el (vc-cvs-parse-status):
7297 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
7298 state.
7299
7300 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7301
7302 * progmodes/compile.el (compile):
7303 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
7304
7305 * simple.el (minibuffer-local-shell-command-map): New var.
7306 (minibuffer-complete-shell-command, read-shell-command): New funs.
7307 (shell-command, shell-command-on-region): Use them.
7308
7309 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7310
7311 * vc.el (vc-status-mark-buffer-changed): New function to implement
7312 updating of the *vc-status* buffer when a buffer is saved.
7313 (vc-status-mode): Use it for after-change-hook.
7314 (vc-add-to-vc-status-buffer): Rename to ...
7315 (vc-status-add-entry): ... this.
7316 (Todo): Add new entry.
7317
7318 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7319
7320 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
7321
7322 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
7323
7324 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
7325 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
7326 Remove spurious * from defcustom docstrings.
7327 (icomplete-compute-delay): Fix docstring and remove spurious *.
7328 (icomplete-delay-completions-threshold): Fix typo in docstring and
7329 remove spurious *.
7330 (icomplete-completions): While collecting the list of prospective
7331 candidates, don't overshoot `icomplete-prospects-length'.
7332
7333 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
7334
7335 * textmodes/refbib.el:
7336 * textmodes/reftex.el:
7337 * textmodes/reftex-global.el:
7338 * textmodes/reftex-vars.el:
7339 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
7340 compiler pacifying defvars.
7341 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
7342 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
7343 not needed.
7344
7345 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
7346
7347 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
7348 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
7349 (verilog-customize, verilog-font-customize)
7350 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
7351 (verilog-mode): Update documentation strings to match tool tips.
7352 (verilog-auto-search-do, verilog-auto-re-search-do)
7353 (verilog-skip-forward-comment-or-string): Fix verilog-auto
7354 expansion when a .* appears inside a string.
7355 (verilog-re-search-forward, verilog-re-search-backward):
7356 Add comment to recall how this works.
7357 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
7358
7359 2008-03-20 Glenn Morris <rgm@gnu.org>
7360
7361 * calendar/calendar.el (calendar-other-dates): New function.
7362 (calendar-print-other-dates): Use calendar-other-dates.
7363 * calendar/cal-menu.el (calendar-other-dates): Declare it, and removes
7364 the declarations it replaces.
7365 (calendar-mouse-print-dates): Use calendar-other-dates.
7366
7367 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
7368 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
7369 (calendar-absolute-from-bahai): Fix the leap-year case.
7370 (calendar-bahai-from-absolute): Re-use the Gregorian month.
7371 (calendar-bahai-date-string, calendar-bahai-print-date):
7372 Handle pre-Bahai dates.
7373
7374 * calendar/cal-china.el (chinese-calendar-celestial-stem)
7375 (chinese-calendar-terrestrial-branch): Make defcustoms.
7376
7377 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
7378 (calendar-mouse-view-diary-entries): Use or.
7379 (calendar-mouse-chinese-date): Remove unused command.
7380 (cal-menu-load-hook): Mark as obsolete.
7381
7382 * calendar/solar.el (calendar-location-name, calendar-latitude)
7383 (calendar-longitude, solar-arctan, sunrise-sunset)
7384 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
7385
7386 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
7387
7388 * calc/calc.el: Remove outdated comments.
7389 (defcalcmodevar, calc-mode-var-list-restore-default-values)
7390 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
7391 Add docstrings.
7392
7393 2008-03-19 Jason Rumney <jasonr@gnu.org>
7394
7395 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
7396
7397 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
7398
7399 * net/tls.el (open-tls-stream): Reindent.
7400
7401 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
7402
7403 * net/tramp.el (tramp-let-maybe): Removed.
7404 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
7405 It does not exist under XEmacs.
7406 (tramp-handle-file-truename, tramp-handle-expand-file-name)
7407 (tramp-completion-file-name-handler): Let-bind
7408 `directory-sep-char'.
7409
7410 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
7411 `directory-sep-char'.
7412
7413 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7414
7415 * help-fns.el (describe-function-1): Don't signal "missing arglist"
7416 for autoloaded keymaps.
7417
7418 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
7419 (electric-verilog-terminate-line, verilog-in-struct-region-p)
7420 (verilog-backward-ws&directives, verilog-forward-ws&directives)
7421 (verilog-in-comment-p, verilog-in-star-comment-p)
7422 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
7423 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
7424 (verilog-skip-forward-comment-or-string, verilog-in-paren)
7425 (verilog-skip-forward-comment-p): Use it.
7426
7427 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7428
7429 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
7430 (org-remember-templates, org-time-stamp-rounding-minutes)
7431 (org-back-over-empty-lines, org-find-base-buffer-visiting)
7432 (org-columns-new): Fix typos in docstrings.
7433
7434 2008-03-19 Glenn Morris <rgm@gnu.org>
7435
7436 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
7437 (tramp-handle-shell-command): Use condition-case rather than
7438 ignore-errors.
7439
7440 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
7441
7442 * diff-mode.el (diff-header): Make the color louder.
7443 (diff-refine-change): Tone the color down.
7444
7445 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
7446
7447 * descr-text.el (describe-char): When `describe-char-unidata-list'
7448 is set to show all properties, list them in the right order.
7449
7450 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7451
7452 * international/mule.el (load-with-code-conversion): Avoid setting
7453 default-enable-multibyte-characters.
7454
7455 2008-03-19 Gustav HÃ¥llberg <gustav@virtutech.com> (tiny change)
7456
7457 * vc.el (vc-annotate-background): Fix custom type.
7458
7459 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
7460
7461 * descr-text.el (describe-char-unidata-list): Allow specifying
7462 just all properties.
7463 (describe-char): Handle that new value.
7464
7465 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
7466
7467 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7468
7469 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
7470 instead of file name extension to make docs with uncommon
7471 extensions work.
7472
7473 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
7474
7475 * doc-view.el (require): Require cl at compile time because
7476 `assert' needs it.
7477
7478 2008-03-18 Glenn Morris <rgm@gnu.org>
7479
7480 * calendar/calendar.el (initial-calendar-window-hook)
7481 (today-visible-calendar-hook): Doc fixes.
7482
7483 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
7484
7485 * net/tramp.el (tramp-root-regexp): Simplify.
7486 (tramp-completion-file-name-regexp-separate): Don't insist on
7487 leading "[". This prevents method or user or host completion.
7488 (tramp-let-maybe): Autoload it.
7489 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
7490 is an alias for `identity'.
7491 (tramp-handle-write-region): Protect `last-coding-system-used'
7492 over the trailing statements.
7493 (tramp-completion-file-name-handler-post-function): Remove.
7494 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
7495 instead of calling `tramp-drop-volume-letter'.
7496
7497 * net/tramp.el:
7498 * net/tramp-uu.el:
7499 * net/trampver.el: Move coding cookie at the end.
7500
7501 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
7502
7503 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
7504 elements which may be something else than characters.
7505
7506 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
7507
7508 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
7509 New functions to implement vc-status support.
7510
7511 * vc.el (vc-default-extra-status-menu)
7512 (vc-add-to-vc-status-buffer): New functions.
7513
7514 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7515 for eldoc and ielm.
7516
7517 2008-03-17 Glenn Morris <rgm@gnu.org>
7518
7519 * calendar/cal-x.el (diary-frame-parameters)
7520 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
7521 Fix custom type; add options.
7522 (calendar-frame, diary-frame): Doc fixes.
7523 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
7524 new functions.
7525 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
7526 Use calendar-frame-1 and calendar-dedicate-diary.
7527 (calendar-one-frame-setup): Also handle only-one-frame case.
7528 (calendar-only-one-frame-setup): Doc fix. Just call
7529 calendar-one-frame-setup.
7530
7531 * calendar/diary-lib.el: Re-order some definitions before their use.
7532 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
7533 (diary-list-entries): Doc fixes.
7534 (make-fancy-diary-display): Remove function.
7535
7536 * calendar/calendar.el (calendar-today-marker)
7537 (initial-calendar-window-hook, today-visible-calendar-hook)
7538 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
7539 (calendar-star-date, calendar-mark-today): Doc fixes.
7540 (today-visible-calendar-hook): Add options.
7541 (calendar-in-read-only-buffer): New macro.
7542 (calendar-basic-setup): Adapt for change in calendar-read-date.
7543 Place holiday let inside if.
7544 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
7545 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
7546 (calendar-print-other-dates): Use one let rather than many.
7547
7548 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
7549 (calendar-print-other-dates):
7550 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7551 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
7552 * calendar/holidays.el (calendar-list-holidays, list-holidays)
7553 (calendar-cursor-holidays):
7554 * calendar/lunar.el (calendar-phases-of-moon): Use
7555 calendar-in-read-only-buffer to replace previous code and disable undo.
7556
7557 2008-03-16 Juri Linkov <juri@jurta.org>
7558
7559 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
7560 and regexp-search-ring-yank-pointer for the HISTPOS argument of
7561 read-from-minibuffer to provide the correct initial minibuffer
7562 history position in isearch-edit-string when it is called from
7563 isearch-ring-adjust.
7564
7565 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
7566 to check if the current buffer is the minibuffer, and in this case
7567 call abort-recursive-edit to kill the minibuffer. Doc fix.
7568 (kill-this-buffer-enabled-p): Allow this function to return non-nil
7569 when the current buffer is the minibuffer.
7570
7571 * simple.el (goto-line): Leave mark at previous position. Doc fix.
7572
7573 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
7574
7575 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
7576 Use non-nil PARENTS attribute of make-directory instead of
7577 explicitly checking existence the current cache directory.
7578
7579 2008-03-16 Daiki Ueno <ueno@unixuser.org>
7580
7581 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
7582 M-x epa-file-select-keys.
7583
7584 2008-03-16 Kenichi Handa <handa@m17n.org>
7585
7586 * international/mule.el (auto-coding-alist):
7587 Use no-conversion-multibyte for archive files.
7588
7589 2008-03-16 Glenn Morris <rgm@gnu.org>
7590
7591 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
7592 New functions.
7593 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
7594 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
7595 Use calendar-mark-1.
7596 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
7597 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
7598 Use calendar-mark-complex.
7599 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
7600 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
7601 Use calendar-mark-1.
7602
7603 * calendar/calendar.el (calendar-mod): Remove.
7604 * calendar/cal-china.el (calendar-chinese-from-absolute)
7605 (calendar-chinese-date-string): Expand calendar-mod calls.
7606 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
7607 Expand calendar-mod calls.
7608
7609 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
7610 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
7611 (diary-bahai-insert-yearly-entry): Use let rather than let*.
7612 Move obsolete aliases after the functions that replaced them.
7613
7614 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
7615 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
7616 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
7617 Use let rather than let*.
7618 (calendar-hebrew-prompt-for-date): New function.
7619 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
7620 (holiday-tisha-b-av-etc): Use unless, let.
7621
7622 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
7623 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
7624
7625 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
7626
7627 * calendar/calendar.el (calendar-for-loop): Add indent spec.
7628
7629 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
7630 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
7631 than concat.
7632 (diary): Remove un-needed let.
7633 (view-other-diary-entries): Rename argument.
7634 (diary-list-entries-2): New function.
7635 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
7636 (print-diary-entries): Use unless.
7637 (diary-mark-entries-1): Change argument order, make all but
7638 markfunc optional. Handle the standard (Gregorian) case.
7639 Use match-string-no-properties. Handle marks.
7640 (mark-diary-entries): Use diary-mark-entries-1.
7641 (diary-font-lock-keywords-1): New macro.
7642 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
7643
7644 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
7645
7646 * icalendar.el (icalendar-version): Increase to 0.18.
7647 (icalendar-export-hidden-diary-entries): New variable.
7648 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
7649 In case of error, insert full error-val.
7650 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
7651 Use calendar-day-of-week. Return the day number.
7652 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
7653
7654 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
7655
7656 * icalendar.el (icalendar-recurring-start-year): New variable.
7657 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
7658 (icalendar-export-region): Ignore hidden diary entries.
7659 (icalendar--convert-ordinary-to-ical): Fix case where event
7660 spans across midnight boundary.
7661 (icalendar-first-weekday-of-year): New function.
7662 (icalendar--convert-weekly-to-ical): Allow user-selectable start
7663 year for recurring events (Mozilla calendars do not propagate
7664 recurring events forever, so year 2000 start date was not working).
7665 (icalendar--convert-yearly-to-ical): Remove extra spaces in
7666 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
7667
7668 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
7669
7670 * net/tramp.el (tramp-root-regexp): New defconst.
7671 (tramp-completion-file-name-regexp-unified)
7672 (tramp-completion-file-name-regexp-separate)
7673 (tramp-completion-file-name-regexp-url): Use it.
7674 (tramp-do-copy-or-rename-file-via-buffer):
7675 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
7676 t for `insert-file-contents-literally'.
7677 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
7678 Autoload it.
7679 (tramp-completion-file-name-handler-post-function): New defconst.
7680 (tramp-completion-file-name-handler): Use it.
7681 (tramp-maybe-open-connection): Update calls to
7682 `tramp-flush-connection-property' for removed 2nd argument.
7683
7684 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
7685
7686 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
7687 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
7688 New functions.
7689
7690 2008-03-15 Glenn Morris <rgm@gnu.org>
7691
7692 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
7693 New functions.
7694 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
7695 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7696 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7697 (diary-bahai-list-entries): Use diary-list-entries-1.
7698 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
7699 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
7700 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7701 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7702 (list-hebrew-diary-entries): Use diary-list-entries-1.
7703 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
7704 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
7705 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
7706 (diary-list-entries-1, diary-mark-entries-1): Autoload.
7707 (list-islamic-diary-entries): Use diary-list-entries-1.
7708 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
7709
7710 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
7711
7712 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
7713
7714 * calendar/cal-china.el (number-chinese-months)
7715 (calendar-chinese-from-absolute): Use nth, caar.
7716
7717 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
7718
7719 * calendar/cal-french.el (french-calendar-accents): Doc fix.
7720
7721 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
7722 (calendar-hebrew-month-name-array-leap-year)
7723 (hebrew-calendar-parashiot-names): Make constants.
7724 (diary-parasha): Move definition after constants it uses.
7725
7726 * calendar/cal-html.el (cal-html-insert-link-yearpage)
7727 (cal-html-htmlify-list): Doc fix.
7728 (cal-html-htmlify-entry): Use nth.
7729
7730 * calendar/cal-islam.el (calendar-islamic-month-name-array)
7731 (calendar-islamic-epoch): Make constants.
7732 (calendar-islamic-epoch): Doc fix.
7733
7734 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
7735
7736 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
7737 (cal-tex-month-name): Doc fix.
7738 (cal-tex-last-blank-p): Use zerop.
7739
7740 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
7741 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
7742 (calendar-cursor-to-date): Doc fix.
7743 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
7744 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
7745 (calendar-day-number): Use when.
7746 (generate-calendar-month): Use dotimes.
7747 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
7748 (calendar-set-mark): Reverse conditional.
7749 (calendar-make-alist): Move definition before use.
7750
7751 * calendar/diary-lib.el (diary-face-attrs)
7752 (diary-glob-file-regexp-prefix, diary-selective-display)
7753 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
7754 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
7755 (diary-anniversary, diary-cyclic)
7756 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
7757 (diary-header-line-format): Change wording.
7758 (diary-list-entries): Set `date-start' in let.
7759 (include-other-diary-files, mark-included-diary-files): Use format.
7760 (simple-diary-display, fancy-diary-display): Use cadr, unless.
7761 (mark-diary-entries): Use 1+.
7762 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
7763 (mark-calendar-month): Use dotimes.
7764
7765 * calendar/holidays.el (displayed-month, displayed-year):
7766 Move declarations where needed.
7767 (calendar-list-holidays): Doc fix.
7768
7769 * calendar/parse-time.el (parse-time-string): Simplify.
7770
7771 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
7772 Make constants.
7773 (solar-sunrise-sunset): Rename some local variables for clarity.
7774 (sunrise-sunset): Use zerop.
7775 (solar-mean-equinoxes/solstices): Doc fix.
7776
7777 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
7778 Use nth.
7779 (timeclock-completing-read, timeclock-generate-report): Use zerop.
7780 (timeclock-mean, timeclock-generate-report): Use dolist.
7781
7782 * calendar/todo-mode.el (todo-add-category): Simplify.
7783 (todo-more-important-p, todo-delete-item, todo-file-item):
7784 Use unless, when.
7785 (todo-top-priorities): Use zerop.
7786
7787 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
7788
7789 * buff-menu.el (list-buffers-noselect): Display buffer name in
7790 tooltip instead of mouse binding when it doesn't fit in the list.
7791
7792 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7793
7794 * faces.el (xw-defined-colors):
7795 * simple.el (widget-convert, shell-mode): Declare as functions
7796 instead of autoloading.
7797
7798 * abbrev.el:
7799 * button.el:
7800 * cus-face.el:
7801 * ediff-hook.el:
7802 * emacs-lisp/backquote.el:
7803 * emacs-lisp/timer.el:
7804 * facemenu.el:
7805 * faces.el:
7806 * menu-bar.el:
7807 * simple.el:
7808 * subr.el:
7809 * textmodes/fill.el:
7810 * textmodes/paragraphs.el: Remove autoloads, redundant when the
7811 files are preloaded.
7812
7813 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7814
7815 * desktop.el (desktop-create-buffer): Don't catch errors if
7816 debug-on-error is set.
7817
7818 2008-03-14 Eli Zaretskii <eliz@gnu.org>
7819
7820 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
7821 ($(lisp)/calendar/diary-loaddefs.el)
7822 ($(lisp)/calendar/hol-loaddefs.el): New targets.
7823 (LOADDEFS): New macro.
7824 (autoloads): Depend on $(LOADDEFS).
7825
7826 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7827
7828 * font-lock.el (featurep): Remove test, not useful anymore.
7829 (facemenu-keymap): Move key binding ...
7830 * facemenu.el (facemenu-keymap): ... here.
7831
7832 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
7833 for each file in the list.
7834 (vc-bzr-log-view-mode): Recognize the file marker.
7835
7836 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7837 for checkdoc and profiling.
7838
7839 2008-03-14 Bastien Guerry <bzg@altern.org>
7840
7841 * textmodes/flyspell.el (nxml-mode): Add the right
7842 `flyspell-mode-predicate'.
7843
7844 * wid-edit.el (link): Use 'mouse-face for :follow-link.
7845
7846 2008-03-14 Glenn Morris <rgm@gnu.org>
7847
7848 * calendar/solar.el: Reorder so that functions are defined before use.
7849 (displayed-month, displayed-year): Move declarations where needed.
7850 (solar-get-number): Move definition before use. Use unless.
7851 (solar-equatorial-coordinates): Simplify.
7852 (solar-sunrise-and-sunset): Use let rather than let*.
7853 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
7854
7855 * startup.el (command-line-1): Rename -internal-script back to
7856 -scriptload (reverts previous change).
7857
7858 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
7859 (calendar-bahai-leap-base): Add doc strings.
7860 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
7861 Move definition before use.
7862 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
7863 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
7864 variables outside the loop. Use dolist.
7865 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
7866
7867 * calendar/cal-china.el: Re-order so that functions are defined before
7868 use.
7869 (displayed-month, displayed-year): Move declarations where needed.
7870 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
7871 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
7872 Add doc strings.
7873 (chinese-year-cache): Recenter on 2010. Doc fix.
7874 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
7875 Doc fix. Simplify.
7876 (chinese-year-cache-init): New function.
7877 (compute-chinese-year, holiday-chinese-new-year)
7878 (calendar-chinese-date-string, calendar-goto-chinese-date)
7879 (make-chinese-month-assoc-list): Use cadr, nth.
7880 (chinese-months): Remove un-needed let.
7881
7882 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
7883 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
7884 (coptic-prompt-for-date): Move definition before use.
7885
7886 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7887 (calendar-dst-find-data, calendar-daylight-time-offset)
7888 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
7889 (calendar-daylight-savings-starts-time)
7890 (calendar-daylight-savings-ends-time): Use cadr, nth.
7891
7892 * calendar/cal-french.el (french-calendar-epoch)
7893 (calendar-goto-french-date): Doc fix.
7894 (french-calendar-month-name-array)
7895 (french-calendar-multibyte-month-name-array)
7896 (french-calendar-day-name-array, french-calendar-special-days-array):
7897 Add doc strings.
7898
7899 * calendar/cal-hebrew.el (displayed-month, displayed-year)
7900 (original-date): Move declarations where needed.
7901 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
7902 Doc fix.
7903 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
7904 constant variables outside the loop. Use dolist.
7905
7906 * calendar/cal-islam.el (displayed-month, displayed-year)
7907 (original-date): Move declarations where needed.
7908 (islamic-calendar-day-number): Remove unused local variable `day'.
7909 (calendar-goto-islamic-date): Doc fix.
7910 (holiday-islamic): Use unless.
7911 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
7912 constant variables outside the loop. Use dolist.
7913 (mark-islamic-calendar-date-pattern): Move definition before use.
7914 Use unless.
7915 (mark-islamic-diary-entries): Doc fix.
7916 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
7917 (insert-yearly-islamic-diary-entry): Use let rather than let*.
7918
7919 * calendar/cal-julian.el (calendar-absolute-from-julian):
7920 Move definition before use. Remove un-needed local `day'.
7921 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
7922
7923 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
7924 (calendar-mayan-tzolkin-names-array): Add doc strings.
7925 (calendar-mayan-long-count-from-absolute): Use a single let.
7926 (calendar-string-to-mayan-long-count): Simplify.
7927 (calendar-next-haab-date, calendar-previous-haab-date)
7928 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
7929 (calendar-previous-calendar-round-date)
7930 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
7931 Doc fix.
7932 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
7933 (calendar-mayan-date-string, calendar-print-mayan-date)
7934 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
7935 (calendar-mayan-long-count-common-era): Move definitions before use.
7936
7937 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
7938 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
7939 Doc fix.
7940 (calendar-mouse-goto-date): Move definition before use.
7941
7942 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
7943 Move definition before use.
7944 (calendar-cursor-to-visible-date): Move definition before use.
7945 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
7946 and place inside the conditional.
7947 (calendar-forward-day): Simplify.
7948 (calendar-end-of-month): Use unless.
7949 (calendar-goto-day-of-year): Doc fix.
7950 Relocate obsolete aliases after their replacements.
7951
7952 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
7953
7954 * calendar/diary-lib.el (mark-diary-entries): Move some constant
7955 variables outside the diary-date-forms loop.
7956
7957 * calendar/calendar.el (diary-file): Doc fix.
7958 (calendar-buffer-list): Return buffers rather than strings (fixes
7959 previous change).
7960 (hebrew-holidays-4): Fix typo.
7961
7962 * calendar/holidays.el (displayed-month, displayed-year):
7963 Move declarations where needed.
7964 (calendar-holiday-list, calendar-list-holidays)
7965 (holiday-filter-visible-calendar): Move definitions before use.
7966 (list-holidays): Use cadr.
7967 Relocate obsolete aliases after their replacements.
7968
7969 * calendar/lunar.el (date, displayed-month, displayed-year):
7970 Move declarations where needed.
7971 (lunar-phase-list): Move definition after functions it uses.
7972 (calendar-phases-of-moon, diary-phases-of-moon)
7973 (lunar-new-moon-on-or-after): Use cadr, nth.
7974 (lunar-new-moon-on-or-after): Doc fix.
7975
7976 * textmodes/org-irc.el (top-level): CL not required when compiling.
7977 (org-irc-visit-erc): Replace runtime CL functions.
7978
7979 * textmodes/org-publish.el (declare-function): Add compatibility stub.
7980 (org-publish-delete-dups): Declare as function.
7981
7982 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
7983
7984 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
7985 (vc-bzr-show-log-entry): Make regexp match more cases.
7986 (vc-diff-switches-list): Remove autoload, not needed.
7987
7988 2008-03-14 Juri Linkov <juri@jurta.org>
7989
7990 * isearch.el (isearch-edit-string): Remove one call to
7991 `isearch-push-state' not to push an inconsistent state,
7992 but keep another correct call to `isearch-push-state'.
7993 (isearch-ring-adjust): Call `isearch-push-state' only when
7994 `search-ring-update' is non-nil since `isearch-edit-string'
7995 already pushes its state.
7996 (isearch-message): Improve matching the failed part by checking
7997 if the original message starts with the last successful message.
7998
7999 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
8000 (dired-perm-write): Rename from `dired-warn-writable'.
8001 Change parent face from `font-lock-warning-face' to
8002 `font-lock-comment-delimiter-face'.
8003 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
8004 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
8005 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
8006 with `dired-perm-write-face'.
8007
8008 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
8009
8010 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
8011 Create cache dir only if it doesn't already exist.
8012
8013 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8014
8015 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
8016 of \ and '.
8017
8018 2008-03-13 Johan Bockgård <bojohan@gnu.org>
8019
8020 * net/browse-url.el (browse-url-text-xterm):
8021 Unquote browse-url-text-browser.
8022
8023 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
8024
8025 * textmodes/org-mouse.el: Version number change.
8026
8027 * textmodes/org-publish.el (org-publish-expand-components):
8028 Remove null projects from the list of components.
8029 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
8030 Remove unused retrieval of the :publishing-directory property.
8031 (org-publish-file): Bugfix: when using a relative directory as the
8032 publishing directory, convert it to a directory filename.
8033 (org-publish-project): New alias.
8034 (org-publish-get-files): Protect against empty p.
8035 (org-publish-file): Send an error when file is not part of any project.
8036 (org-publish-file): Offer to refresh the list of files in known
8037 project when the current file is not part of any project.
8038 (org-publish-before-export-hook)
8039 (org-publish-after-export-hook): New hooks.
8040 (org-publish-org-to): Use new hooks and kill buffers.
8041 (org-publish-file): Remove the code for killing buffers.
8042 (org-publish-initialize-files-alist): Use interactive.
8043 (org-publish-file): If the publishing function creates a new
8044 buffer, kill it after publishing.
8045 (org-publish-timestamp-filename): Protect ":" in file name path
8046 under windows.
8047
8048 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
8049 change that killed the LaTeX buffer.
8050
8051 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
8052 in the decision tree.
8053 (org-select-remember-template): Clean the code.
8054 (org-prepare-dblock): Add the extra :content parameter.
8055 (org-write-agenda): New output type ".ics" files.
8056 (org-write-agenda): Call `org-icalendar-verify-function', both for
8057 time stamps and for TODO entries.
8058 (org-agenda-collect-markers, org-create-marker-find-array)
8059 (org-check-agenda-marker-table): New functions.
8060 (org-agenda-marker-table): New variable.
8061 (org-export-as-html): Revert the change that killed the html
8062 buffer. Side effects first need to be studied carefully.
8063 (org-get-tags-at): Fix the structure of the condition-case statement.
8064 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
8065 (org-timestamp-change): Fix regulear expressions to swallow the
8066 extra character for repeat-shift control.
8067 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
8068 (org-get-legal-level): Alias to `org-get-valid-level'.
8069 (org-dblock-write:clocktable): Add a :link parameter, linking
8070 headlines to their location in the Org agenda files.
8071 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
8072 throwing an error when getting tags before headlines.
8073 (org-timestamp-change, org-modify-ts-extra)
8074 (org-ts-regexp1): Fix timestamp editing.
8075 (org-agenda-custom-commands-local-options): New constant.
8076 (org-agenda-custom-commands):
8077 Use `org-agenda-custom-commands-local-options' to improve customize
8078 type. "htmlize": Removed hack to fix face problem with htmlize,
8079 it no longer seem necessary.
8080 (org-follow-link-hook): New hook.
8081 (org-agenda-custom-commands): Add "Component" as a tag for each
8082 item in a command serie.
8083 (org-open-at-point): Run `org-follow-link-hook'.
8084 (org-agenda-schedule): Bugfix: don't display marker type when it
8085 is nil.
8086 (org-store-link): org-irc required.
8087 (org-set-regexps-and-options): Parse the new logging options.
8088 (org-extract-log-state-settings): New function.
8089 (org-todo): Handle the new ways of recording state change stuff.
8090 (org-local-logging): New function.
8091 (org-columns-open-link): Fix bug with opening link in column view.
8092 (org-local-logging): New function.
8093 (org-todo): Make sure that LOGGING properties are honoured.
8094 (org-todo-keywords): Improve docstring.
8095 (org-startup-options): Cleanup startup options.
8096 (org-set-regexps-and-options): Process the "!" markers.
8097 (org-todo): Respect the new logging stuff.
8098 (org-log-note-how): New variable.
8099 (org-add-log-maybe): New parameter HOW that defines how logging
8100 should be done and also overrides PURPOSE. Add a docstring.
8101 (org-add-log-note): Check if we really need to ask for a note.
8102 (org-get-current-options): Digest the new keyword.
8103 (org-agenda-reset-markers): Rename from
8104 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
8105 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
8106 function, without force argument.
8107 (org-buffer-property-keys): Bind local variables s and p.
8108 (org-make-tags-matcher): Allow "" to match an empty or
8109 non-existent property value.
8110 (org-export-as-html): Join unsorted lists when they directly
8111 follow each other. Such lists may be created by headlines that
8112 are converted to lists.
8113 (org-nofm-to-completion): New function.
8114 (org-export-as-html): Use :html-extension instead of
8115 org-export-html-extension.
8116 (org-store-link): Support for links from `rmail-summary-mode'.
8117 (org-columns-new, org-complete, org-set-property): Set the
8118 `include-columns' argument in the call to
8119 `org-buffer-property-keys'.
8120 (org-buffer-property-keys): New argument `include-columns', to
8121 include properties expected by any of the COLUMS formats in the
8122 current buffer.
8123 (org-cleaned-string-for-export): Get rid of drawers first, so that
8124 they will be removed also in the text before the first headline.
8125 (org-clock-report): Show the clocktable when found.
8126 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
8127 (org-version): With prefix argument, insert `org-version' at point.
8128 (org-agenda-goto): Recenter the window after finding the target
8129 location, to make sure the correct position will be displayed.
8130 (org-agenda-get-deadlines): Don't scale priority with the warning
8131 period.
8132 (org-insert-heading): Don't break line in the middle of the line.
8133 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
8134 be 0.
8135 (org-update-checkbox-count): Revamp to deal with hierarchical
8136 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
8137 (org-remove-timestamp-with-keyword): New function.
8138 (org-schedule, org-deadline):
8139 Use `org-remove-timestamp-with-keyword' to make sure all such time
8140 stamps are removed.
8141 (org-mode): Support for `align'.
8142 (org-agenda-get-deadlines): Make sure priorities increase as the
8143 due date approaches and is passed.
8144 (org-remember-apply-template): Fix problem with tags that
8145 contain "_" or "@".
8146 (org-make-link-regexps): Improve the regular expression for plain links.
8147 (org-agenda-get-closed): List each clocking entry.
8148 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
8149 (org-special-ctrl-k): New option.
8150 (org-kill-line): New function.
8151 (org-archive-all-done): Fix incorrect number of stars in regexp.
8152 (org-refile-get-location): New function.
8153 (org-refile-goto-last-stored): New function.
8154 (org-global-tags-completion-table): Add the value of org-tag-alist
8155 in each buffer, to make sure that also unused tags will be
8156 available for completion.
8157 (org-columns-edit-value)
8158 (org-columns-next-allowed-value): Only update if not in agenda.
8159 (org-clocktable-steps): New function.
8160 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
8161 (org-archive-subtree): Add the outline tree context as a property.
8162 (org-closest-date): New optional argument `prefer'.
8163 (org-goto-auto-isearch): New option.
8164 (org-goto-map, org-get-location): Implement auto-isearch.
8165 (org-goto-local-auto-isearch-map): New variable.
8166 (org-goto-local-search-forward-headings)
8167 (org-goto-local-auto-isearch): New functions.
8168
8169 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
8170
8171 * textmodes/org-irc.el: New file.
8172
8173 2008-03-13 John Wiegley <johnw@gnu.org>
8174
8175 * textmodes/org-mac-message.el: New file.
8176
8177 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
8178
8179 * font-lock.el (font-lock-comment-face): Set the foreground for
8180 the light background 8 colors case.
8181
8182 2008-03-13 Glenn Morris <rgm@gnu.org>
8183
8184 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
8185 generate-autoload-cookie patterns.
8186
8187 * startup.el (command-line-1): Rename -scriptload to -internal-script.
8188
8189 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
8190 (MH_E_SRC): Remove variable.
8191 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
8192 Simplify file header. Use $@ for generated-autoload-file.
8193
8194 * Makefile.in (LOADDEFS): New variable.
8195 (AUTOGENEL): Use $LOADDEFS.
8196 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
8197 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
8198 ($(lisp)/calendar/hol-loaddefs.el): New targets.
8199 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8200 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
8201 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8202 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8203 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
8204 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
8205 Add calendar-specific autoload cookies, and remove any setting of
8206 generated-autoload-file.
8207 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
8208 * calendar/diary-lib.el: Replace explicit autoloads with reading of
8209 diary-loaddefs.
8210 * calendar/holidays.el: Replace explicit autoloads with reading of
8211 hol-loaddefs.
8212
8213 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
8214 (calendar-buffer-list): Simplify.
8215 (generate-calendar-window): Use calendar-mark-holidays rather than
8216 obsolete alias.
8217
8218 * calendar/cal-hebrew.el (list-yahrzeit-dates):
8219 Use cal-hebrew-yahrzeit-buffer.
8220
8221 * calendar/cal-x.el (calendar-only-one-frame-setup)
8222 (calendar-two-frame-setup): Doc fixes.
8223 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
8224
8225 * calendar/appt.el (appt-mode-string): Mark as risky.
8226 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
8227
8228 * calendar/cal-html.el (diary-list-entries):
8229 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
8230 (calendar-iso-from-absolute): Fix autoloads.
8231
8232 * calendar/cal-iso.el (calendar-absolute-from-iso)
8233 (calendar-iso-read-args): Simplify.
8234 (calendar-iso-date-string, calendar-iso-read-args)
8235 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
8236
8237 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
8238 (displayed-month, displayed-year): Move declarations where needed.
8239 (calendar-print-astro-day-number): Doc fix.
8240
8241 * calendar/cal-persia.el (persian-calendar-month-name-array)
8242 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
8243 (persian-prompt-for-date): Remove local variable `today'.
8244
8245 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
8246
8247 * calendar/solar.el (solar-moment, solar-exact-local-noon)
8248 (solar-sunrise-sunset, solar-sunrise-sunset-string)
8249 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
8250 (diary-sabbath-candles, solar-equinoxes/solstices)
8251 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
8252 (solar-time-equation, solar-date-to-et): Simplify.
8253
8254 * mail/supercite.el: Remove the `function' in `(function (lambda'.
8255 Replace `(car (cdr' with cadr'.
8256
8257 * progmodes/f90.el (f90-font-lock-n): New function.
8258 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
8259 Use f90-font-lock-n.
8260 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
8261
8262 * progmodes/f90.el (f90-mode-abbrev-table):
8263 * progmodes/fortran.el (fortran-mode-abbrev-table):
8264 Use newer form of define-abbrev, where supported. No need to bind
8265 abbrevs-changed for system abbrevs.
8266
8267 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
8270 delete-frame-functions.
8271
8272 * bookmark.el (Info-current-node): Remove.
8273
8274 2008-03-12 Juri Linkov <juri@jurta.org>
8275
8276 * help.el (describe-project): Remove defaliases for view-todo and
8277 describe-project that are now unnecessary after the merge from
8278 emacs--rel--22 that added define-obsolete-function-alias.
8279
8280 * startup.el (inhibit-startup-screen): Revert incomplete
8281 2008-03-10 merge from emacs--rel--22 that partly reverted
8282 2008-02-28 change that added initial message to *scratch* buffer
8283 regardless of the value of `inhibit-startup-screen'.
8284 Now keep this change in the trunk, but not in the 22 branch.
8285
8286 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8287
8288 * international/quail.el (quail-setup-completion-buf, quail-help):
8289 * mail/binhex.el (binhex-decode-region-internal):
8290 * mail/uudecode.el (uudecode-decode-region-internal):
8291 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8292 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8293 setting default-enable-multibyte-characters.
8294
8295 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
8296
8297 * comint.el: Fix up indentation and comment style. Remove `function'.
8298
8299 * international/mule-cmds.el (reset-language-environment)
8300 (set-language-environment-nonascii-translation):
8301 Don't set-unibyte-charset.
8302
8303 * doc-view.el: Remove all cb-args, use closures instead.
8304 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
8305 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
8306 doing an incorrect check). Update all callers to use the new name.
8307 (doc-view-doc->txt): Add missing `txt' argument.
8308
8309 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8310
8311 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
8312 md5 sum calculation to single-byte.
8313
8314 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8315
8316 * doc-view.el (doc-view-new-window-function): Add assertion.
8317 (doc-view-doc-type): New var.
8318 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
8319 (doc-view-intersection): New fun.
8320 (doc-view-mode): Use it to set the new var.
8321
8322 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
8323
8324 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
8325 (doc-view-already-converted-p): New functions.
8326 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
8327 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
8328 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
8329 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
8330 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
8331 (doc-view-convert-current-doc): Don't hardwire the functions the
8332 sentinels call. Now they're provided by two args CALLBACK and
8333 CB-ARGS to the functions.
8334 (doc-view-search): Use doc-view-doc->txt.
8335 (doc-view-initiate-display): Use doc-view-already-converted-p.
8336 Mention new binding C-c C-t if doc-view-mode doesn't work.
8337
8338 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
8339
8340 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
8341
8342 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
8343
8344 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
8345 Mark " outside of tags as punctuation.
8346
8347 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
8348
8349 * menu-bar.el (minibuffer-local-map): Use the same command for the
8350 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
8351 Prefer RET over C-j for exit-minibuffer.
8352
8353 * files.el (display-buffer-other-frame): Eliminate problematic code.
8354
8355 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
8356 (menu-bar-select-buffer): Remove.
8357 (menu-bar-select-frame): Make non-interactive and take a frame arg.
8358 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
8359
8360 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
8361
8362 * icomplete.el (icomplete-completions): Remove obsolete code.
8363
8364 * net/net-utils.el (iwconfig-program-options): Doc fix.
8365 (net-utils-run-program, run-network-program): Define as functions.
8366
8367 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
8368
8369 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
8370
8371 2008-03-11 Glenn Morris <rgm@gnu.org>
8372
8373 * faces.el (mode-line-emphasis): New face.
8374 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
8375
8376 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
8377
8378 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
8379
8380 * simple.el (set-mark-command): Doc fix.
8381
8382 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
8383
8384 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
8385
8386 * emacs-lisp/autoload.el (autoload-find-destination):
8387 Don't force raw-text.
8388
8389 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
8390 * calendar/cal-loaddefs.el: Don't version control.
8391
8392 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8393
8394 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
8395 entries and add :help to the existing ones.
8396
8397 2008-03-10 Glenn Morris <rgm@gnu.org>
8398
8399 * calendar/cal-hebrew.el (date, entry, number): Move declarations
8400 to where they are needed.
8401
8402 * calendar/calendar.el (diary-file, hebrew-holidays-1)
8403 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8404 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
8405 (calendar-version): Doc fixes.
8406 (calendar-absolute-from-gregorian): Use zerop.
8407 (calendar-mode-line-format): Make it a defcustom.
8408
8409 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
8410 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
8411 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
8412 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
8413 (mark-included-diary-files, mark-calendar-days-named)
8414 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
8415 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
8416 (insert-monthly-diary-entry, insert-yearly-diary-entry)
8417 (insert-anniversary-diary-entry, insert-block-diary-entry)
8418 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
8419 (diary-font-lock-sexps): Doc fixes.
8420 (diary-remind-message, mark-calendar-month): Use zerop.
8421 (diary-attrtype-convert, diary-pull-attrs): Simplify.
8422 (diary-list-entries): Revert let to let* (previous change).
8423
8424 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
8425
8426 2008-03-10 Kim F. Storm <storm@cua.dk>
8427
8428 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
8429 function aliases for the old names.
8430
8431 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
8432
8433 * iswitchb.el (iswitchb-use-faces): Doc fix.
8434 (iswitchb-buffer-ignore, iswitchb-read-buffer):
8435 Fix typos in docstrings.
8436
8437 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8438
8439 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
8440 Fix typo.
8441 (verilog-type-font-keywords): Reindent.
8442
8443 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
8444
8445 * verilog-mode.el (verilog-font-grouping-keywords): Fix bug in the
8446 grouping-keyword regular expression.
8447 (verilog-font-lock-keywords): Allow users to toggle special
8448 highlight of grouping-keywords.
8449 (verilog-highlight-grouping-keywords): The toggle for special
8450 highlighting of grouping keywords.
8451
8452 2008-03-10 Juri Linkov <juri@jurta.org>
8453
8454 * startup.el: Revert 2008-02-28 change that adds initial message
8455 to *scratch* buffer regardless of the value of
8456 `inhibit-startup-screen'.
8457
8458 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
8459
8460 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
8461 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
8462 * progmodes/verilog-mode.el (verilog-mode):
8463 * net/socks.el (socks):
8464 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
8465
8466 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8467
8468 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
8469 (doc-view-bookmark-make-record): Use them.
8470 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
8471 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
8472
8473 * bookmark.el (bookmark-make-record-function): Change expected return
8474 value to include a suggested bookmark name.
8475 (bookmark-make): Split into bookmark-make-record and bookmark-store.
8476 Fix reversed `overwrite' semantics.
8477 (bookmark-set): Call bookmark-make-record before prompting the user.
8478 Then pass the result to bookmark-store later on.
8479 (bookmark-make-name-function): Remove.
8480 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
8481 * info.el (bookmark-make-name-function): Remove.
8482 (Info-mode): Don't set it.
8483 (Info-bookmark-make-name): Remove.
8484 (Info-bookmark-make-record): Use Info-current-node as suggested default
8485 bookmark name.
8486
8487 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
8488 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
8489 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
8490 (bookmark-annotation-buffer, bookmark-annotation-file)
8491 (bookmark-annotation-point, bookmark-send-annotation)
8492 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
8493 (bookmark-edit-annotation-text-func): Rename from
8494 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
8495 (bookmark-edit-annotation-mode-map): Move initialization into
8496 declaration.
8497
8498 * bookmark.el: Remove spurious * in docstrings.
8499 (bookmark-minibuffer-read-name-map): New var.
8500 (bookmark-set): Use it. Also pass the default value as it should.
8501 (bookmark-send-edited-annotation): Take no chances with text properties.
8502 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
8503 (bookmark-insert-buffer-name): Remove.
8504 (bookmark-buffer-file-name): Signal an error rather than returning nil.
8505
8506 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
8507
8508 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
8509
8510 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
8511
8512 * diff-mode.el (diff-mode-menu): Add :help.
8513
8514 2008-03-09 Glenn Morris <rgm@gnu.org>
8515
8516 * calendar/calendar.el (general-holidays, oriental-holidays)
8517 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
8518 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
8519 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
8520 (calendar-holidays): Restore autoload cookies, because people are
8521 used to using these variables without loading calendar.el.
8522
8523 * calendar/cal-islam.el (diary-islamic-date): Move to end.
8524 (date, number): Declare where needed.
8525
8526 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
8527 (list-sexp-diary-entries): Doc fixes.
8528 (diary-list-entries): Doc fix. Remove free variable `entry'.
8529 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
8530 Simplify setting of `date-holiday-list'.
8531 (mark-diary-entries): Remove free variable `entry'.
8532 (diary-list-entries, include-other-diary-files, fancy-diary-display):
8533 Use let where let* is not needed.
8534
8535 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
8536
8537 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
8538 make-record function, instead paste it in afterwards.
8539 (bookmark-make-record-for-text-file):
8540 * doc-view.el (doc-view-bookmark-make-record):
8541 * info.el (Info-bookmark-make-record): Don't mess with annotations.
8542
8543 2008-03-08 Glenn Morris <rgm@gnu.org>
8544
8545 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
8546
8547 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
8548
8549 * calendar/diary-lib.el (diary-list-entries)
8550 (include-other-diary-files, mark-diary-entries)
8551 (mark-sexp-diary-entries, mark-included-diary-files)
8552 (diary-entry-time, list-sexp-diary-entries): Remove the special
8553 handling of ^M that dates back to the use of selective-display.
8554 (simple-diary-display): Obey setting of pop-up-frames.
8555 (body, entry): Remove unnecessary declarations.
8556
8557 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
8558 (bookmark-get-annotation, bookmark-set-annotation)
8559 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
8560 (bookmark-set-position, bookmark-get-front-context-string)
8561 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
8562 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
8563 * info.el (Info-bookmark-make-record): Don't bother recording point.
8564 (bookmark-get-filename, bookmark-get-front-context-string)
8565 (bookmark-get-rear-context-string, bookmark-get-position):
8566 Don't declare any more.
8567 (bookmark-get-info-node): Remove.
8568 (bookmark-prop-get): Declare.
8569 (Info-bookmark-jump): Use it.
8570
8571 2008-03-08 Johan Bockgård <bojohan@gnu.org>
8572
8573 * subr.el (while-no-input): Don't splice BODY directly into the
8574 `or' form.
8575
8576 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
8577
8578 * diff-mode.el (diff-ignore-whitespace-hunk):
8579 Bind inhibit-read-only before trying to change the buffer.
8580
8581 2008-03-08 Glenn Morris <rgm@gnu.org>
8582
8583 * calendar/appt.el (appt): Move custom group here from calendar.el.
8584 (appt-disp-window, appt-convert-time): Doc fixes.
8585
8586 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
8587 (calendar-bahai-mark-date-pattern):
8588 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
8589 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
8590 * calendar/cal-julian.el (calendar-absolute-from-julian):
8591 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
8592
8593 * calendar/cal-china.el (chinese-calendar): Move custom group here from
8594 calendar.el.
8595 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
8596 Make constants.
8597 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
8598 (chinese-calendar-daylight-savings-starts)
8599 (chinese-calendar-daylight-savings-ends)
8600 (chinese-calendar-daylight-savings-starts-time)
8601 (chinese-calendar-daylight-savings-ends-time)
8602 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
8603 Doc fixes.
8604
8605 * calendar/cal-coptic.el (coptic-name): Add doc string.
8606
8607 * calendar/cal-french.el (french-calendar-month-name-array)
8608 (french-calendar-day-name-array, french-calendar-special-days-array):
8609 Add doc strings.
8610
8611 * calendar/cal-bahai.el (diary-bahai-mark-entries)
8612 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
8613 (diary-bahai-insert-yearly-entry):
8614 * calendar/cal-dst.el (calendar-next-time-zone-transition)
8615 (calendar-time-zone):
8616 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
8617 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
8618 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
8619 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
8620 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
8621 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
8622 (list-islamic-diary-entries, mark-islamic-diary-entries)
8623 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
8624 (insert-yearly-islamic-diary-entry):
8625 * calendar/cal-iso.el (calendar-iso-read-args):
8626 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8627 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
8628 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
8629 (calendar-next-calendar-round-date)
8630 (calendar-mayan-long-count-common-era):
8631 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
8632 (cal-menu-x-popup-menu, calendar-mouse-holidays)
8633 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
8634 (calendar-mouse-goto-date):
8635 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
8636 * calendar/holidays.el (holidays):
8637 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
8638 * calendar/time-date.el (date-to-time, time-subtract, time-add)
8639 (safe-date-to-time): Doc fixes.
8640
8641 * calendar/cal-persia.el (persian-calendar-month-name-array)
8642 (persian-calendar-epoch): Make constants.
8643
8644 * calendar/cal-tex.el (calendar-tex): Move custom group here from
8645 calendar.el.
8646
8647 * calendar/cal-x.el (diary-frame-parameters)
8648 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8649 (calendar-after-frame-setup-hooks): Make defcustoms.
8650 (calendar-one-frame-setup, calendar-only-one-frame-setup)
8651 (calendar-two-frame-setup): Doc fix.
8652
8653 * calendar/cal-loaddefs.el: New file.
8654
8655 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
8656 * calendar/cal-french.el, calendar/cal-html.el:
8657 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
8658 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
8659 * calendar/cal-tex.el, calendar/cal-x.el:
8660 Unquote lambda functions. Add autoload cookies to functions formerly
8661 autoloaded in calendar.el. Set `generated-autoload-file' to
8662 "cal-loaddefs.el".
8663
8664 * calendar/calendar.el: Move many autoloads to separate file,
8665 cal-loaddefs.el. Move defcustoms to start and re-order.
8666 (calendar-month-name-array, calendar-starred-day): No need to
8667 declare for compiler.
8668 (cal-loaddefs): Require it.
8669 (appt, chinese-calendar, calendar-tex): Move custom groups to the
8670 appropriate file.
8671 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
8672 Reverse logic.
8673 (diary-face, diary-file-name-prefix-function, diary-include-string)
8674 (diary-glob-file-regexp-prefix, diary-face-attrs)
8675 (diary-file-name-prefix, sexp-diary-entry-symbol)
8676 (print-diary-entries-hook, list-diary-entries-hook)
8677 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8678 (nongregorian-diary-marking-hook, diary-list-include-blanks):
8679 Move to diary-lib.
8680 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8681 (all-bahai-calendar-holidays): Doc fix.
8682 (calendar-insert-indented): Doc fix. Use when rather than if.
8683 (exit-calendar): Use mapc rather than mapcar.
8684 (calendar-cursor-to-date): Use zerop.
8685 (calendar-mark-ring): Add doc-string.
8686 (calendar-starred-day): Defvar it.
8687 (calendar-mode): Make calendar-starred-day local.
8688 (calendar-star-date): No need to make calendar-starred-day local.
8689
8690 * calendar/diary-lib.el: Move defcustoms to start.
8691 (diary-include-string, diary-list-include-blanks)
8692 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
8693 (diary-file-name-prefix, diary-file-name-prefix-function)
8694 (sexp-diary-entry-symbol, list-diary-entries-hook)
8695 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
8696 (nongregorian-diary-marking-hook, print-diary-entries-hook):
8697 Move here from calendar.el.
8698 (diary-file-name-prefix-function): Use 'identity.
8699 (diary-face): Make it a defcustom, and mark as obsolete.
8700 (top-level): No need to require cal-hebrew, cal-islam when compiling.
8701 (calendar-hebrew-month-name-array-leap-year)
8702 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
8703 Define for compiler.
8704 (diary-font-lock-keywords): Use format rather than concat.
8705 Add bahai-diary-entry-symbol.
8706
8707 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
8708 * calendar/solar.el: Unquote lambda functions.
8709
8710 * calendar/solar.el (calendar-location-name, calendar-latitude)
8711 (calendar-longitude, solar-setup, solar-sin-degrees)
8712 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
8713 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
8714 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
8715 (solar-exact-local-noon, solar-julian-ut-centuries)
8716 (solar-ephemeris-time, solar-date-next-longitude)
8717 (solar-horizontal-coordinates, solar-equatorial-coordinates)
8718 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
8719 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
8720 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
8721 Doc fixes.
8722 (solar-horizontal-coordinates, solar-equatorial-coordinates)
8723 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
8724 (solar-ecliptic-coordinates): Use unless.
8725 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
8726 Use or.
8727
8728 * calendar/timeclock.el: Add doc-strings to all functions.
8729 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
8730 (timeclock-entry-list-length, timeclock-entry-list-projects)
8731 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
8732
8733 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
8734
8735 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
8736 (org-get-entries-from-diary): Require diary-lib.
8737
8738 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
8739
8740 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
8741 Pacify byte-compiler.
8742
8743 2008-03-07 Alan Mackenzie <acm@muc.de>
8744
8745 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
8746 paren/bracket pairs parsed, to solve performance problem.
8747
8748 2008-03-07 Bastien Guerry <bzg@altern.org>
8749
8750 * bookmark.el (bookmark-set): Don't check for
8751 `bookmark-make-name-function' since `bookmark-buffer-file-name'
8752 already takes care of this.
8753 (bookmark-buffer-name, bookmark-buffer-file-name):
8754 Remove Info-mode specific code.
8755
8756 * info.el (bookmark-get-info-node): Define this function in
8757 info.el, not in bookmark.el.
8758 (Info-mode): Set `bookmark-make-name-function' to
8759 `Info-bookmark-make-name' locally.
8760 (Info-bookmark-make-name): New function.
8761
8762 * bookmark.el (bookmark-make-name-function): New variable.
8763
8764 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8765
8766 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
8767 buffer-local, not `bookmark-make-cell-function' (the old name).
8768
8769 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
8770
8771 * doc-view.el (doc-view-bookmark-make-record):
8772 * image-mode.el (image-bookmark-make-record):
8773 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
8774
8775 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
8776
8777 * vc.el (vc-status-menu-map-filter): Return orig-binding if
8778 boundp 'vc-ignore-menu-filter.
8779 (vc-status-tool-bar-map): Make it defvar.
8780 (vc-status-mode): vc-status-tool-bar-map now variable.
8781 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
8782
8783 2008-03-07 Karl Fogel <kfogel@red-bean.com>
8784
8785 Give a better name to part of the bookmark interface.
8786
8787 This was originally a much larger change, but halfway through I
8788 updated and discovered that Stefan Monnier had done the rest.
8789 It looks like he anticipated the new name too, because he used
8790 `the-record' instead of `the-cell' for some internal variable names.
8791
8792 * bookmark.el (bookmark-make-record-function): Was
8793 `bookmark-make-cell-function'.
8794 (bookmark-make, bookmark-send-annotation): Update for above.
8795 (bookmark-make-record-for-text-file):
8796 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
8797
8798 * info.el: Adjust accordingly.
8799 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
8800
8801 * image-mode.el: Adjust accordingly.
8802 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
8803
8804 * doc-view.el: Adjust accordingly.
8805 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
8806
8807 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
8808
8809 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
8810 Move initialization into declaration.
8811 (bookmark-get-info-node, bookmark-set-info-node): Remove.
8812 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
8813 (bookmark-info-current-node): Remove.
8814 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
8815 Add relocation fallback. Set bookmark-current-bookmark.
8816 (bookmark-default-handler): Rename from bookmark-jump-noselect.
8817 Remove relocation fallback. Don't set bookmark-current-bookmark.
8818 (bookmark-set): Let it be used even if there's no buffer-file-name
8819 as long as there is a bookmark-make-cell-function.
8820 * info.el (Info-bookmark-jump): Remove relocation fallback.
8821 Don't set bookmark-current-bookmark.
8822
8823 2008-03-07 Glenn Morris <rgm@gnu.org>
8824
8825 * calendar/appt.el (appt-issue-message)
8826 (appt-message-warning-time, appt-audible, appt-visible)
8827 (appt-msg-window, appt-display-mode-line, appt-display-duration)
8828 (appt-display-diary): Remove autoload cookies.
8829
8830 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
8831 Remove leading `*' from defcustom doc-strings.
8832
8833 * calendar/cal-dst.el (calendar-dst): New custom group.
8834 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
8835 (calendar-time-zone, calendar-daylight-time-offset)
8836 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
8837 (calendar-daylight-savings-starts-time)
8838 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
8839 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
8840 Move to start.
8841
8842 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
8843
8844 * calendar/calendar.el (calendar-version): Use emacs-version and
8845 make it obsolete. Move to end.
8846 (calendar-offset, view-diary-entries-initially)
8847 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
8848 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
8849 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
8850 (all-bahai-calendar-holidays, calendar-load-hook)
8851 (initial-calendar-window-hook, today-visible-calendar-hook)
8852 (today-invisible-calendar-hook, calendar-move-hook)
8853 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
8854 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
8855 (diary-include-string, sexp-diary-entry-symbol)
8856 (abbreviated-calendar-year, american-date-diary-pattern)
8857 (european-date-diary-pattern, european-calendar-display-form)
8858 (american-calendar-display-form, print-diary-entries-hook)
8859 (list-diary-entries-hook, diary-hook, diary-display-hook)
8860 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
8861 (nongregorian-diary-marking-hook, diary-list-include-blanks)
8862 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
8863 (local-holidays, other-holidays, hebrew-holidays-1)
8864 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
8865 (hebrew-holidays, christian-holidays, islamic-holidays)
8866 (bahai-holidays, solar-holidays, calendar-setup)
8867 (calendar-week-start-day): Remove autoload cookies.
8868 (diary-glob-file-regexp-prefix): Doc fix.
8869 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
8870 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
8871 (calendar-week-start-day, calendar-debug-sexp): Move to start.
8872
8873 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
8874 (calendar-time-display-form, calendar-latitude)
8875 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
8876 cookies.
8877 (calendar-latitude, calendar-longitude): Move functions after
8878 variables.
8879 (diary-sabbath-candles-minutes): Move to start.
8880 (solar-setup): Use or rather than if.
8881 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
8882 Remove condition-case.
8883 (solar-atn2): Use zerop.
8884 (solar-equinoxes-solstices): Doc fix.
8885
8886 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
8887 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
8888
8889 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
8890 (calendar-longitude, calendar-latitude, calendar-location-name):
8891 Declare for compiler.
8892
8893 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
8894
8895 * arc-mode.el (archive-ar-file-header-re): New const.
8896 (archive-ar-summarize, archive-ar-extract): New funs.
8897 (archive-find-type): Recognize ar archives.
8898
8899 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
8900 New functions.
8901
8902 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
8903
8904 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
8905
8906 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
8907 Replace :enable (mark-active) with :enable mark-active.
8908
8909 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
8910
8911 * vms-patch.el (make-legal-file-name): New obsolete alias.
8912 (make-valid-file-name): Rename from `make-legal-file-name'.
8913 (make-auto-save-file-name): Use it.
8914
8915 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
8916 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
8917 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
8918
8919 * textmodes/org.el (org-export-html-style): Doc fix.
8920 (org-get-legal-level): New obsolete alias.
8921 (org-get-valid-level): Rename from `org-get-legal-level'.
8922 (org-promote, org-demote, org-archive-subtree)
8923 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
8924
8925 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
8926
8927 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
8928
8929 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
8930 (vc-status-toggle-mark): New functions.
8931 (vc-status-mode): Set tool bar map.
8932
8933 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
8934
8935 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
8936 Reported by Drew Adams <drew.adams@oracle.com>.
8937
8938 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
8939
8940 * subr.el (read-quoted-char): Resolve modifers of the character
8941 event.
8942
8943 * comint.el (comint-exec-1): Don't change the coding-system for
8944 decoding to dos-like EOL.
8945 (comint-carriage-motion): Fully rewrite.
8946
8947 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
8948
8949 * epg.el (epg-context-include-certs): Reflow docstring.
8950 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
8951 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
8952 (epg-context-set-signers, epg-context-set-sig-notations)
8953 (epg-make-import-status, epg-make-import-result)
8954 (epg-start-delete-keys): Fix typos in docstrings.
8955 (epg-start-sign-keys, epg-sign-keys):
8956 Fix typos in obsolescence declarations.
8957
8958 * iswitchb.el: Don't check for `cadr' and `last'.
8959 (iswitchb-define-mode-map, iswitchb-default-keybindings):
8960 Add obsolescence declaration and remove redundant info from docstring.
8961 (iswitchb-set-common-completion, iswitchb-set-matches)
8962 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
8963 (recentf-list, most-len, most-is-exact):
8964 Don't wrap defvars within `eval-when-compile'.
8965
8966 2008-03-05 Glenn Morris <rgm@gnu.org>
8967
8968 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8969 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
8970 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
8971 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
8972 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
8973
8974 * ediff-hook.el (ediff-window-setup-function): Don't autoload
8975 declaration for compiler.
8976 (ediff-xemacs-init-menus): Use when rather than if.
8977
8978 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
8979 if+and to just and.
8980 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
8981 (ediff-delete-overlay): Move the XEmacs test inside the definition.
8982
8983 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
8984
8985 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
8986 test inside XEmacs test.
8987 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
8988 since it was doing nothing on Emacs.
8989 (ediff-make-bullet-proof-overlay): Use when rather than if.
8990
8991 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
8992 (ediff-setup-control-frame): Remove
8993 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
8994 a (featurep 'xemacs) test.
8995
8996 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
8997
8998 * calc/calc-ext.el (calc-extended-command-history): New variable.
8999 (calc-exectute-extended-command): Use `calc-extended-command-history'.
9000
9001 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
9002
9003 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
9004 (standard-mode-line-position): Add mouse-face.
9005
9006 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
9007 * progmodes/grep.el (grep-mode-map): Add :help.
9008
9009 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
9010 initialize in one step. Add :help. Use :enable to activate menu
9011 items. Show the key binding for edebug-defun.
9012 (lisp-interaction-mode-map): Add a menu.
9013
9014 * term.el (term-mode-map): Define and initialize in one step.
9015
9016 * ediff-init.el (ediff-color-display-p): Simplify.
9017 (Xor): Remove unused function.
9018 (ediff-with-syntax-table): Simplify for Emacs.
9019
9020 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
9021 menu-bar being loaded, it always is.
9022
9023 2008-03-05 Glenn Morris <rgm@gnu.org>
9024
9025 * textmodes/tex-mode.el (tex-mode): Suppress warning about
9026 multiple definitions when compiling.
9027
9028 2008-03-04 Alan Mackenzie <acm@muc.de>
9029
9030 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
9031
9032 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
9033 doc-string, "c-old-LEN" -> "c-old-END".
9034
9035 2008-03-04 Jason Rumney <jasonr@gnu.org>
9036
9037 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
9038 namespaces.
9039
9040 2008-03-04 Glenn Morris <rgm@gnu.org>
9041
9042 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
9043
9044 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
9045 than mapcar.
9046
9047 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9048
9049 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
9050 (byte-compile-nilconstp): Can't use recursion in a defsubst.
9051
9052 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
9053 so that M-q can fill comments.
9054 (tex-executable-exists-p, tex-compile): Extend with special syntax for
9055 commands implemented in elisp.
9056 (tex-compile-commands): Add an entry to use doc-view for pdf files.
9057 (tex-format-cmd): New function.
9058 (tex-compile): Use it to let the user specify default arguments.
9059 (tex-cmd-bibtex-args): New var.
9060 (tex-cmd-doc-view): New function.
9061
9062 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
9063
9064 * faces.el (face-spec-set): Fix typos in docstring.
9065
9066 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
9067
9068 * bindings.el (mode-line-column-line-number-mode-map): New variable.
9069 (standard-mode-line-position): Use it to add a menu for toggling
9070 column number and line number display.
9071
9072 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
9073
9074 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
9075 Remove optimization that was working around the form-code-walker bug.
9076
9077 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
9078 Walk into the body of lambdas after byte-compile-unfold-lambda.
9079
9080 2008-03-03 Glenn Morris <rgm@gnu.org>
9081
9082 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
9083 value, if set, over frame value.
9084
9085 * simple.el (transient-mark-mode): Don't turn on by default.
9086
9087 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
9088 accidentally removed by the 2007-12-05 merge from Gnus.
9089
9090 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
9091
9092 * progmodes/compile.el (compilation-menu-map): Add menu entries
9093 for useful options.
9094
9095 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
9096 Glenn Morris <rgm@gnu.org>
9097
9098 * emacs-lisp/bytecomp.el (byte-recompile-directory)
9099 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
9100 Give a `bytecomp-' prefix to local variables with common names.
9101
9102 2008-03-01 Glenn Morris <rgm@gnu.org>
9103
9104 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
9105 code commented out 2007-11-10.
9106
9107 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
9108
9109 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
9110 Delete macro.
9111 * emulation/viper-cmd.el, emulation/viper-ex.el:
9112 * emulation/viper-init.el, emulation/viper-keym.el:
9113 * emulation/viper-mous.el, emulation/viper-util.el:
9114 * emulation/viper.el:
9115 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
9116 featurep test.
9117
9118 Replace obselete frame-local variables with frame-parameters.
9119 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
9120 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
9121 (viper-vi-state-cursor-color): Only call make-variable-frame-local
9122 on XEmacs.
9123 * emulation/viper-util.el (viper-frame-value): New macro.
9124 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
9125 (viper-R-state-post-command-sentinel)
9126 (viper-replace-state-post-command-sentinel)
9127 (viper-change-state-to-insert, viper-change-state-to-emacs):
9128 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
9129 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
9130 (viper-get-saved-cursor-color-in-insert-mode)
9131 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
9132 Use viper-frame-value for viper-replace-overlay-cursor-color,
9133 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
9134 viper-vi-state-cursor-color values.
9135
9136 * emulation/viper-cmd.el (zmacs-region-stays):
9137 * emulation/viper-util.el (zmacs-region-stays): No need to define
9138 for compiler.
9139
9140 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
9141 mapcar on Emacs.
9142
9143 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
9144 on XEmacs.
9145
9146 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
9147 rather than if.
9148
9149 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9150
9151 * whitespace.el: New version 9.3. As the glyph code generation was
9152 fixed, it is possible now to use character code above ?\x1FFFF in the
9153 display table. Fix `whitespace-indentation-regexp' to not include an
9154 extra ending character. Reported by Michael Welsh Duggan
9155 <mwd@cert.org>. Added hook actions when buffer is written or killed as
9156 the original whitespace package had. Suggested by Eric Cooper
9157 <ecc@cmu.edu>. Doc fix.
9158 (whitespace-action): New option.
9159 (whitespace-display-mappings): Changed default newline visualization to
9160 display downwards arrow, as the glyph code generation was fixed.
9161 (whitespace-unload-function): Assure that all local whitespace mode is
9162 turned off.
9163 (whitespace-global-modes): Fix type customization.
9164 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
9165 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
9166 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
9167 Fix code.
9168 (whitespace-buffer): Command removed.
9169 (whitespace-trailing-regexp, whitespace-mark-x)
9170 (whitespace-display-window, whitespace-action-when-on)
9171 (whitespace-add-local-hook, whitespace-remove-local-hook)
9172 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
9173 (whitespace-action): New funs.
9174 (whitespace-report-list, whitespace-report-text)
9175 (whitespace-report-buffer-name): New consts.
9176 (whitespace-report, whitespace-report-region): New commands.
9177
9178 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9179
9180 * disp-table.el (make-glyph-code): Don't test the result of
9181 `face-id', which already signals an error for invalid faces.
9182 (glyph-face): Simplify.
9183
9184 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
9185 running `desktop-not-loaded-hook' to allow modifying it.
9186 Don't show warning message if `desktop-dirname' was modified.
9187
9188 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
9189
9190 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
9191 we still expect more lines.
9192
9193 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
9194 comment-paragraph filling if the commark doesn't match
9195 comment-start-skip.
9196
9197 2008-03-01 Daiki Ueno <ueno@unixuser.org>
9198
9199 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
9200 the `imap' variant.
9201
9202 2008-03-01 Jason Rumney <jasonr@gnu.org>
9203
9204 * files.el (make-auto-save-file-name): Encode more characters in
9205 non-file buffer names. Use url-encoding.
9206
9207 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9208
9209 * net/net-utils.el (ftp-program): Fix typo in docstring.
9210 (ifconfig-program-options, netstat-program-options)
9211 (arp-program-options, route-program-options, nslookup-program-options)
9212 (ftp-program-options, smbclient-program-options)
9213 (dns-lookup-program-options, arp, route): Doc fixes.
9214
9215 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
9216 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
9217 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
9218 Fix typos in docstrings.
9219 (gdb-pending-triggers): Reflow docstring.
9220 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
9221
9222 2008-03-01 Alan Mackenzie <acm@muc.de>
9223
9224 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
9225 typing "#" at EOB.
9226
9227 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
9228
9229 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
9230
9231 2008-02-29 Kim F. Storm <storm@cua.dk>
9232
9233 * emulation/cua-base.el (cua-remap-control-v)
9234 (cua-remap-control-z): New defcustoms.
9235 (cua-mode): Add them to set-after property.
9236 (cua--init-keymaps): Use them.
9237 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
9238
9239 * help.el (view-emacs-todo): Rename from view-todo.
9240 (describe-gnu-project): Rename from describe-project. Users changed.
9241 (view-help-file): New helper function.
9242 (describe-distribution, describe-copying, describe-gnu-project)
9243 (view-todo, view-order-manuals, view-emacs-problems): Use it.
9244 (view-emacs-debugging, view-external-packages): New commands.
9245 (help-map): Move describe-distribution to C-h C-o (ordering).
9246 Move view-emacs-problems to C-h C-p (problems).
9247 Bind view-emacs-debugging to C-h C-d (debugging).
9248 Bind view-external-packages to C-h C-e (extras).
9249 (help-for-help-internal): Cleanup and align descriptions.
9250 Remove command names to reduce clutter.
9251
9252 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9253
9254 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
9255 and quieter face (not a warning).
9256
9257 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
9258
9259 * vc.el (vc-status-crt-marked): New variable.
9260 (vc-status-mode): Make it local.
9261 (vc-status-refresh): Use it to save the marked files.
9262 (vc-update-vc-status-buffer): Use it to restore the marked files.
9263
9264 * vc-svn.el (vc-svn-after-dir-status):
9265 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
9266
9267 2008-02-29 Glenn Morris <rgm@gnu.org>
9268
9269 * allout.el (allout-topic-encryption-bullet)
9270 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
9271 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
9272 from 22.0 to 22.1.
9273
9274 * net/imap.el (imap-ping-server):
9275 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
9276 Change defcustom :version from 23.0 to 23.1.
9277
9278 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
9279
9280 * desktop.el (desktop-save): Save the buffer name if the
9281 uniquified base name is empty.
9282
9283 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
9284
9285 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
9286 correctly when user has "set print address off".
9287
9288 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
9289
9290 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
9291 version number of the next major Emacs release, not 23.0.
9292
9293 * longlines.el (longlines-unload-function): New function.
9294
9295 2008-02-28 Juri Linkov <juri@jurta.org>
9296
9297 * startup.el (normal-splash-screen): Add argument `concise'.
9298 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
9299 to the created buffer. If `concise' is non-nil, call
9300 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
9301 (display-startup-screen): Add argument `concise' to the call to
9302 `normal-splash-screen'.
9303
9304 2008-02-28 Kim F. Storm <storm@cua.dk>
9305
9306 * startup.el (startup-echo-area-message): Check for about-emacs.
9307
9308 2008-02-28 Juri Linkov <juri@jurta.org>
9309
9310 * startup.el: Always add initial message to *scratch* buffer if
9311 `initial-scratch-message' is non-nil regardless of the value of
9312 `inhibit-startup-screen'.
9313 (inhibit-startup-screen, initial-scratch-message): Doc fix.
9314 (command-line-1): Move code that inserts `initial-scratch-message'
9315 up before the if-form that checks for `inhibit-startup-screen'.
9316 Suggested by Jonathan Rockway <jon@jrock.us>.
9317
9318 2008-02-28 Juri Linkov <juri@jurta.org>
9319
9320 * cus-edit.el (custom-mode-map, custom-mode-link-map):
9321 Rename `custom-mode' to `Custom-mode' in docstrings.
9322 (custom-buffer-create-internal, customize-browse):
9323 Rename `custom-mode' to `Custom-mode'.
9324 (custom-mode-hook): Rename to `Custom-mode-hook'.
9325 (Custom-mode-hook): Renamed from `custom-mode-hook'.
9326 (custom-mode): Rename to `Custom-mode'.
9327 (Custom-mode): Renamed from `custom-mode'. Doc fix.
9328 (custom-mode): Add backward-compatible non-interactive variant of
9329 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
9330 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
9331
9332 * info-look.el: Rename `custom-mode' to `Custom-mode'.
9333
9334 * emulation/viper.el (viper-emacs-state-mode-list):
9335 Rename `custom-mode' to `Custom-mode'.
9336
9337 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
9338 Capitalize "Tagged Files".
9339 (minibuffer-local-map): Add menu items for next/previous
9340 history elements and isearch history forward/backward.
9341
9342 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
9343 `hs-isearch-open' with t instead of `comment' in :selected
9344 for "Code and Comment blocks" menu item.
9345
9346 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
9347
9348 * uniquify.el (uniquify-buffer-base-name): Undo last change.
9349 Should be done in desktop.el instead.
9350
9351 2008-02-28 Glenn Morris <rgm@gnu.org>
9352
9353 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
9354
9355 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
9356
9357 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
9358 (Info-menu, Info-goto-node): Remove declarations.
9359 (report-emacs-bug-info): Use info rather than Info-goto-node.
9360
9361 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
9362 (idlwave-convert-xml-system-routine-info): Don't require xml.
9363 (idlwave-show-commentary, idlwave-shell-show-commentary):
9364 Don't require finder.
9365 (idlwave-info): Don't require info. Use info rather than
9366 Info-goto-node.
9367
9368 * textmodes/org.el (Info-goto-node): Remove declaration.
9369 (org-info): Use info rather than Info-goto-node.
9370
9371 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
9372 (reftex-info): Don't require info. Use info rather than Info-goto-node.
9373
9374 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
9375
9376 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
9377 the menu.
9378
9379 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
9380 (vc-finish-logentry): Check for vc-status-mode, not only for
9381 vc-dired-mode.
9382
9383 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
9384
9385 * isearch.el (isearch-printing-char): Don't check
9386 keyboard-coding-system.
9387 Call isearch-process-search-multibyte-characters only when
9388 current-input-method is non-nil.
9389
9390 2008-02-27 Kim F. Storm <storm@cua.dk>
9391
9392 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
9393 (glyph-char, glyph-face): Handle cons encoding.
9394
9395 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
9396
9397 * uniquify.el (uniquify-buffer-base-name): If the base name is an
9398 empty string, return nil to allow the caller to default to the
9399 buffer name. Reported by Martin Fischer <parozusa@web.de>.
9400
9401 * tool-bar.el (tool-bar-setup): Doc fix.
9402
9403 * mail/supercite.el (sc-describe):
9404 Fix typos in obsolescence declaration.
9405
9406 2008-02-27 Glenn Morris <rgm@gnu.org>
9407
9408 * autoinsert.el (auto-insert-alist): Change permission text to
9409 match FSF's GPLv3 form.
9410
9411 * mail/supercite.el (sc-cite-original): Doc fix.
9412 (sc-version): Make obsolete.
9413 (sc-describe): Show the SC info page. Make obsolete.
9414
9415 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9416
9417 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
9418 when using transient-mark-mode.
9419 (default-indicate-unused-lines): Remove unused var.
9420
9421 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
9422
9423 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
9424 and previous.
9425
9426 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
9427
9428 2008-02-26 Glenn Morris <rgm@gnu.org>
9429
9430 * net/net-utils.el (top-level): Don't require comint when compiling.
9431 (nslookup-font-lock-keywords): Don't require font-lock.
9432 Use font-lock faces rather than variables.
9433 (nslookup, ftp, smbclient, network-service-connection):
9434 Don't require comint.
9435 (comint-prompt-regexp, comint-input-autoexpand)
9436 (comint-input-ring): Declare for compiler.
9437 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
9438 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
9439
9440 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
9441 doc-string.
9442
9443 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
9444
9445 * doc-view.el (doc-view-current-page): Add a `win' argument.
9446
9447 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9448
9449 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
9450 Demote it to plain defvar.
9451 (doc-view-conversion-refresh-interval): Reduce interval.
9452 (doc-view-goto-page): Allow moving to pages not yet rendered.
9453 (doc-view-goto-page): Construct a file name rather than extracting it
9454 from doc-view-current-files.
9455 (doc-view-kill-proc): Ignore errors from kill-process.
9456 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
9457 (doc-view-insert-image): Use appropriate text if the page hasn't been
9458 rendered yet. Adjust scrolling so the text is displayed.
9459 (doc-view-display): Detect not just that a page is available, but also
9460 that it wasn't available before, so as to avoid refreshing all pages
9461 repeatedly.
9462 (doc-view-mode): Make doc-view-cache-directory if needed.
9463
9464 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9465
9466 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
9467 toggle-read-only.
9468
9469 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
9470 refering to a missing required field with the OPT prefix.
9471 Make unwindform more robust.
9472
9473 * textmodes/bibtex.el: Remove support for hideshow minor mode as
9474 it duplicates the bibtex support in progmodes/hideshow.el.
9475 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
9476 entries that do not start at the beginning of a line.
9477
9478 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
9479
9480 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
9481
9482 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
9483
9484 * help-fns.el (describe-variable): Add phrases about
9485 initialization file with and without customization;
9486 use new button type help-info-variable.
9487
9488 * help-mode.el (help-info-variable):
9489 New button able to read Info files for help-fns.el.
9490
9491 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
9492
9493 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
9494 (grep-mode): Use grep-mode-tool-bar-map.
9495
9496 * progmodes/compile.el (tool-bar): Require tool-bar.
9497 (compilation-mode-tool-bar-map): New variable.
9498 (compilation-mode): Use compilation-mode-tool-bar-map.
9499
9500 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
9501
9502 2008-02-25 Glenn Morris <rgm@gnu.org>
9503
9504 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
9505
9506 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
9507
9508 * diff-mode.el (diff-file-junk-re): New const.
9509 (diff-beginning-of-file-and-junk): Use it.
9510 (diff-file-kill): Make sure we were really inside a file diff.
9511
9512 * diff-mode.el: Make it more robust in the presence of empty context
9513 lines in unified hunks.
9514 (diff-valid-unified-empty-line): New var.
9515 (diff-unified->context, diff-sanity-check-hunk): Obey it.
9516 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
9517 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
9518 (diff-hunk-header-re-unified): New const.
9519 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
9520 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
9521 (diff-sanity-check-hunk): Use it.
9522
9523 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
9524 Index: line, don't search backward for the previous one.
9525
9526 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
9527
9528 * international/fontset.el (setup-default-fontset): Add non-OTF
9529 lao font for lao script.
9530
9531 * language/tibetan.el: Register tibetan-composition-function in
9532 composition-function-table.
9533
9534 * language/tibet-util.el (tibetan-composition-function):
9535 Adjust for the new calling way (argument changed). Try font-shape-text
9536 if possible.
9537
9538 * language/lao.el: Register lao-composition-function in
9539 composition-function-table.
9540
9541 * language/lao-util.el (lao-composition-function): Adjust for the new
9542 calling way (argument changed). Try font-shape-text if possible.
9543
9544 2008-02-25 Jason Rumney <jasonr@gnu.org>
9545
9546 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
9547
9548 2008-02-25 Juri Linkov <juri@jurta.org>
9549
9550 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
9551 background, "red4" for a dark background, "red" for 16 and
9552 8 colors, "grey" for grayscale, and inverse video otherwise.
9553 Add :version tag.
9554 (isearch-message): Keep the original isearch-message intact, and
9555 add text properties to it where necessary. Add `isearch-error' to
9556 the condition that checks if isearch is unsuccessful.
9557
9558 2008-02-24 Juri Linkov <juri@jurta.org>
9559
9560 * progmodes/compile.el (compilation-handle-exit):
9561 Use compilation-error face instead of font-lock-warning-face.
9562 Display the same message in the minibuffer as is inserted
9563 at the end of the compilation buffer.
9564
9565 2008-02-24 Glenn Morris <rgm@gnu.org>
9566
9567 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
9568 multiple file case.
9569
9570 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
9571
9572 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
9573 multiple file case. Use a single `let' rather than two.
9574
9575 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9576
9577 * progmodes/compile.el (compilation-start): Specify a face for
9578 mode-line-process.
9579 (compilation-handle-exit): Specify a face and a tooltip for
9580 mode-line-process.
9581
9582 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9583
9584 * hilit-chg.el: Remove spurious * in defcustom docstrings.
9585 (hilit-chg-make-ov): Simplify.
9586 (hilit-chg-fixup): Use remove-overlays.
9587 (hilit-chg-set-face-on-change): Remove redundant call to
9588 `remove-text-properties'.
9589
9590 * dired.el (dired-mark-prompt): Don't count/display the t element.
9591 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
9592
9593 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
9594
9595 * progmodes/verilog-mode.el (eval-when-compile): Don't define
9596 add-submenu.
9597 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
9598 Remove. Move contents to the only use ...
9599 (verilog-menu): ... here.
9600 (verilog-statement-menu): Remove. Move contents to the only use ...
9601 (verilog-stmt-menu): ... here.
9602 (verilog-mark-defun): Simply call mark-defun for emacs.
9603 (occur-pos-list): Declare for byte compiler.
9604 (mode-popup-menu): Don't defvar.
9605 (verilog-add-statement-menu): Remove.
9606 (verilog-mode-hook): Don't add verilog-add-statement-menu.
9607 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
9608
9609 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
9610
9611 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
9612 conditional.
9613 (verilog-font-grouping-keywords-face): Make the begin..end
9614 keywords standout more than other verilog keywords.
9615 (verilog-type-font-keywords): Move the begin..end out of this list
9616 to facilitate making them to (potentially) stand out more.
9617 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
9618 function & task blocks.
9619 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
9620 initial, function & task blocks.
9621 (verilog-forward-sexp): Handle the new "disable fork" statement of
9622 IEEE-1800 Verilog.
9623 (verilog-beg-block-re-ordered): Handle the new "disable fork"
9624 statement of IEEE-1800 Verilog.
9625 (verilog-calc-1): Handle the new "disable fork" statement of
9626 IEEE-1800 Verilog.
9627 (verilog-disable-fork-re): Add const to help handle the new
9628 "disable fork" statement of IEEE-1800 Verilog.
9629 (verilog-declaration-core-re): Add port directions by themselves,
9630 with no qualification, as base item of a declaration.
9631 (verilog-pretty-declarations): Add new flag to ask it to refrain
9632 from printing to the message buffer.
9633 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
9634 printing to the message buffer. Improve handling of the many
9635 types of expression line up.
9636 (verilog-just-one-space): Remove printing of an empty message.
9637 (verilog-get-lineup-indent): Rework to support the better handling
9638 of expression lineup for verilog-pretty-expr.
9639 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9640
9641 2008-02-24 Alan Mackenzie <acm@muc.de>
9642
9643 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
9644 yesterday's commit.
9645
9646 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
9647
9648 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
9649 to mouse-set-point in buffers that aren't associated with files.
9650
9651 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
9652
9653 2008-02-24 Alan Mackenzie <acm@muc.de>
9654
9655 Set of changes so that "obtrusive" syntactic elements in a
9656 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
9657 unmatched paren) don't interact syntactically with stuff outside
9658 the CPP line.
9659
9660 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
9661 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
9662 off-by-one bug.
9663 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
9664 a bit of refactoring.
9665 (c-awk-extend-and-syntax-tablify-region): Takes some of the
9666 functionality of c-awk-advise-fl-for-awk-region, which has been
9667 refactored away.
9668
9669 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
9670 (c-clear-char-property-with-value): New function and macro which
9671 remove text-properties `equal' to a supplied value.
9672
9673 * progmodes/cc-engine.el: Comment about text properties amended.
9674
9675 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
9676 parens around "error\\|warning".
9677
9678 * progmodes/cc-langs.el (c-get-state-before-change-function)
9679 (c-before-font-lock-function, c-anchored-cpp-prefix):
9680 New language variables.
9681 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
9682
9683 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
9684 syntax-table text properties.
9685 (c-common-init): Call language specific before/after-change
9686 functions at mode initialisation.
9687 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
9688 (c-extend-region-for-CPP, c-neutralize-CPP-line)
9689 (c-neutralize-syntax-in-CPP): New functions.
9690 (c-before-change, c-after-change): Call the new language specific
9691 change functions defined in cc-langs.el.
9692 (c-advise-fl-for-region): New macro.
9693 (awk-mode): Remove AWK specific stuff which has been refactored
9694 into language independent stuff.
9695
9696 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
9697
9698 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
9699 (gdb): (Re)set gdb-flush-pending-output to nil here...
9700 (gdb-init-1): ...instead of here (before gdb-prompt).
9701
9702 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9703
9704 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
9705 Recognize ''' just like any other char-constant.
9706
9707 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9708
9709 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
9710 careful enough. Detect the uid-change all within the main loop.
9711
9712 2008-02-24 Stefan Monnier <monnier@pastel.home>
9713
9714 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
9715
9716 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9717
9718 * hilit-chg.el (highlight-save-buffer-state): New macro.
9719 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
9720 (hilit-chg-clear): Use it to preserve the modified-p flag.
9721 (highlight-changes-rotate-faces): Don't mess with the undo-list.
9722
9723 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9724
9725 * font-lock.el (font-lock-set-defaults): Unset previously set variables
9726 when needed.
9727
9728 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
9729
9730 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
9731 from gnus-button-url-regexp.
9732
9733 2008-02-24 Eli Zaretskii <eliz@gnu.org>
9734
9735 * progmodes/compile.el (compilation-next-error): Doc fix.
9736 (compilation-find-file): Doc fix.
9737
9738 2008-02-24 Glenn Morris <rgm@gnu.org>
9739
9740 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
9741 Add obsolete aliases to the old names.
9742
9743 2008-02-24 Richard Stallman <rms@gnu.org>
9744
9745 * net/net-utils.el (ifconfig): Rename from ipconfig.
9746 (ipconfig): Alias to ifconfig.
9747 (ifconfig-program): Rename from ipconfig-program.
9748 (ifconfig-program-options): Rename from ipconfig-program-options.
9749
9750 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
9751
9752 * progmodes/verilog-mode.el (verilog-declaration-core-re):
9753 Add port directions by themselves, with no qualification, as base
9754 item of a declaration.
9755 (verilog-pretty-declarations): Add new flag that inhibits printing
9756 to the message buffer.
9757 (verilog-pretty-expr): Add new flag that inhibits printing to the
9758 message buffer. Improve handling of the many types of expression
9759 line up.
9760 (verilog-just-one-space): Don't print an empty message.
9761 (verilog-get-lineup-indent): Rework to support the better handling
9762 of expression lineup for verilog-pretty-expr.
9763 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
9764 (verilog-mode-version, verilog-mode-release-date): Update.
9765
9766 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
9767
9768 * subr.el (cancel-change-group): Don't move point.
9769
9770 2008-02-23 Markus Triska <markus.triska@gmx.at>
9771
9772 * linum.el (linum-after-config): Update all visible windows.
9773
9774 2008-02-23 Glenn Morris <rgm@gnu.org>
9775
9776 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
9777 Add :help for Solitaire and Tetris.
9778
9779 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
9780
9781 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
9782 (smtpmail-code-conv-from): Doc fix. Fix custom type.
9783 (smtpmail-queue-index-file): Make it a defcustom.
9784 (smtpmail-queue-index): Delete.
9785 (smtpmail-send-it, smtpmail-send-queued-mail):
9786 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
9787 smtpmail-queue-index.
9788
9789 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9790 Add :version.
9791
9792 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
9793
9794 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
9795 New variables.
9796 (iwconfig): New function.
9797
9798 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
9799
9800 * vc.el (vc-find-revision): Make vc-parent-buffer local before
9801 setting it.
9802 (vc-status-menu-map): Do not define using easy-menu.
9803 (vc-status-menu-map): New defalias.
9804 (vc-status-mode-map): Hook up the menu.
9805 (top-level): Update TODO.
9806
9807 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
9808
9809 * vc-bzr.el (vc-bzr-init-version): Rename to ...
9810 (vc-bzr-init-revision): ... this.
9811
9812 2008-02-23 Jason Rumney <jasonr@gnu.org>
9813
9814 * makefile.w32-in (WINS_ALMOST): Remove term.
9815 (WINS): Add term here.
9816 (custom-deps, finder-data): Use WINS_ALMOST.
9817
9818 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
9819
9820 * faces.el (font-weight-table): Fix value of `semi-light'.
9821
9822 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
9823
9824 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
9825 Make those tables bijective.
9826
9827 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
9828
9829 Finish pdbtrack integration cleanup, settling missing-functions
9830 byte compiler warnings appropriately.
9831
9832 * progmodes/python.el (python-point): Remove this - beginning-of-line
9833 was all that was necessary for `python-pdbtrack-overlay-arrow'.
9834 (python-end-of-def-or-class, python-beginning-of-def-or-class)
9835 (python-goto-initial-line): Drop these - they were only needed for
9836 python-point.
9837 (python-comint-output-filter-function): Use condition-case and
9838 beginning-of-line directly, instead of python-mode.el functions
9839 which require all sorts of baggage.
9840 (point-safe): Unnecessary - we're using condition-case directly,
9841 instead.
9842 (python-execute-file): Include for python-shell, which I'm leaving
9843 in keeping despite it being unnecessary for pdb tracking.
9844
9845 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
9846
9847 * progmodes/scheme.el (scheme-font-lock-keywords-2):
9848 Add SRFI 11 support.
9849 (let-values, let*-values): Specify scheme-indent-function.
9850
9851 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
9852
9853 * vc.el (vc-exec-after): Move setting mode-line-process in the
9854 busy case ...
9855 (vc-set-mode-line-busy-indicator): ... in this new function.
9856 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
9857 (vc-update-vc-status-buffer): Reset mode-line-process.
9858 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
9859 mark/unmark all the files with the same state as the current one.
9860 With a prefix argument mark/unmark all files.
9861 (vc-status-mode-menu): Adjust strings.
9862 (vc-update-vc-status-buffer): Only do something when the argument
9863 is not nil.
9864 (vc-status-kill-dir-status-process): New function.
9865 (vc-status-mode-map): Bind it.
9866 (vc-status-process-buffer): New variable.
9867 (vc-status-mode): Make it local.
9868 (vc-status-refresh): Set it.
9869
9870 * vc-hg.el (vc-hg-dir-status):
9871 * vc-git.el (vc-git-dir-status):
9872 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
9873 command is run.
9874
9875 2008-02-22 Glenn Morris <rgm@gnu.org>
9876
9877 * json.el (top-level): No need to require thingatpt.
9878 (json-read-keyword): Use thing-at-point rather than word-at-point.
9879
9880 * time.el (top-level): No need to require time-date when compiling.
9881
9882 * emacs-lisp/copyright.el (copyright-update-year):
9883 Fix subexpression numbering for the case when years are split over
9884 lines, and for the replace case.
9885
9886 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
9887 (tpu-caar, tpu-cadr): Delete functions.
9888 (zmacs-regions): No need to declare for compiler.
9889 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
9890 (tpu-spell-check): Rewrite, and handle mark after point.
9891 (tpu-special-insert): Use or rather than if.
9892
9893 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
9894 rather than spell-region.
9895
9896 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
9897 warnings about spell-region.
9898
9899 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
9900
9901 * ldefs-boot.el: Regenerated.
9902
9903 * loadup.el: Don't load language/devanagari, language/kannada,
9904 language/malayalam, and language/tamil. Load language/sinhala.
9905
9906 * language/indian.el (indian-font-foundry)
9907 (indian-script-language-alist, indian-font-char-index-table)
9908 (indian-font-char, indian-font-char-range, indian-script-table)
9909 (indian-default-script, indian-composable-pattern): Delete them.
9910 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
9911 language environments moved to here.
9912 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
9913 New language environments.
9914
9915 * language/devanagari.el, language/devan-util.el,
9916 * language/kannada.el, language/knd-util.el, language/malayalam.el,
9917 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
9918 Delete them.
9919
9920 * language/sinhala.el: New file.
9921
9922 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
9923
9924 Update Nick Robert's port of pdb tracking from python-mode.el.
9925
9926 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
9927 Clarify docstring.
9928 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
9929 tracking is happening.
9930 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
9931 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
9932 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
9933 Tracking is plugged in to all comint buffers once python.el is loaded.
9934 (python-pdbtrack-overlay-arrow): Toggle activation of
9935 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
9936 (python-pdbtrack-track-stack-file): Use new
9937 `python-pdbtrack-get-source-buffer' for more flexible access to
9938 debugging source files.
9939 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
9940 according to pdb stack trace, optionally using new
9941 `python-pdbtrack-grub-for-buffer' if file is not locally available.
9942 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
9943 named buffer, or having function with indicated name.
9944 (python-shell): Remove comint-output-filter-functions hook
9945 addition, it's being done elsewhere. Wrap long line.
9946
9947 2008-02-21 Michael Olson <mwolson@gnu.org>
9948
9949 * json.el: Replace XEmacs compatibility code to get rid of
9950 compiler warnings.
9951
9952 * time.el: Fix compiler warning.
9953
9954 2008-02-21 Edward O'Connor <ted@oconnor.cx>
9955
9956 * json.el: New file (JavaScript Object Notation parser / generator).
9957
9958 2008-02-21 Dave Love <fx@gnu.org>
9959
9960 * progmodes/sym-comp.el: New file.
9961
9962 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
9963 Require sym-comp. Add Python buffer to same-window-buffer-names.
9964 Fixup whitespaces.
9965 (python-font-lock-keywords): Add highlighting for Python builtins.
9966 (python-font-lock-syntactic-keywords): Rewrite.
9967 (python-quote-syntax): Use syntax-ppss-context instead of parsing
9968 ppss directly.
9969 (python-mode-map): Add binding for python-find-function.
9970 (python-calculate-indentation): Clean up the logic.
9971 (python-beginning-of-defun): Explicitly set return value.
9972 (python-beginning-of-statement): Stop looping if we get stuck
9973 going backwards.
9974 (python-next-statement): Stop looping if we somehow end up inside
9975 a string while advancing.
9976 (python-preoutput-continuation, python-version-checked): New vars.
9977 (python-check-version): New function.
9978 (run-python): Set default command to python-command instead of
9979 python-python-command.
9980 (run-python): Use python-check-version. Give PYTHONPATH
9981 precedence over data-directory in the process environment.
9982 Load function definitions in python process after.
9983 (python-check-comint-prompt): New function.
9984 (python-send-command, python-send-receive): Use it.
9985 (python-complete-symbol, python-try-complete): Functions deleted.
9986 Use symbol-complete instead of python-complete-symbol throughout.
9987 (python-fill-paragraph): Further refine the fenced-string regexp.
9988 (def-python-skeleton): Expand to the original abbrev instead if in
9989 a comment or string. Tweak skeletons for `if', `while', `for',
9990 `try/except', `try/finally', `name'.
9991 (python-pea-hook, python-abbrev-pc-hook): New functions.
9992 (python-abbrev-syntax-table): New var.
9993 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
9994 Use symbol-completion-try-complete for hippie expansion.
9995 Turn on font lock unconditionally.
9996 (python-mode-hook): Defcustom it. No need to use make-local
9997 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
9998 option, since it's buffer-local.
9999
10000 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
10001
10002 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
10003
10004 2008-02-21 Drew Adams <drew.adams@oracle.com>
10005
10006 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
10007 "Turn off" and a "Help" entry when the minor mode has no menu.
10008
10009 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
10010
10011 * vc.el (vc-status-mark, vc-status-unmark): New functions.
10012 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
10013 vc-status-mark-file and vc-status-unmark-file.
10014 (vc-status-mark-unmark): New function.
10015 (vc-status-previous-line, vc-status-next-line): No longer interactive.
10016
10017 2008-02-21 Glenn Morris <rgm@gnu.org>
10018
10019 * composite.el (encode-composition-rule): Fix typo in error message.
10020 (composition-function-table, auto-composition-mode): Doc fixes.
10021
10022 * subr.el (sit-for): Fix obsolete form for nil second argument.
10023
10024 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
10025 (spell-string): Make obsolete, in favor of ispell.
10026
10027 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
10028
10029 * language/devanagari.el: Don't setup composition-function-table
10030 here.
10031 ("Devanagari"): Change charset, coding-system, coding-priority to
10032 Unicode-based ones. Don't require the feature devan-util.
10033
10034 * composite.el (compose-chars-after): Fix arguments for a function
10035 in composition-function-table.
10036 (auto-compose-region): Likewise.
10037
10038 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
10039 for Ethiopic.
10040 (ps-mule-plot-string): Ignore glyph-string based compositions.
10041
10042 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
10043
10044 * doc-view.el: Allow different windows to show different pages.
10045 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
10046 (doc-view-current-image, doc-view-current-overlay): Remove variables,
10047 add them back as macros instead, using image-mode-winprops instead.
10048 Update all users of those variables.
10049 (doc-view-new-window-function): New function to create a new overlay
10050 for each new window.
10051 (doc-view-mode): Use it and image-mode-setup-winprops.
10052 (doc-view-clone-buffer-hook): Rewrite accordingly.
10053
10054 * image-mode.el: Extend [hv]scroll support to per-window properties.
10055 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
10056 (image-mode-winprops-alist): New var to replace them.
10057 (image-mode-new-window-functions): New hook.
10058 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
10059 New funs.
10060 (image-set-window-vscroll, image-set-window-hscroll): Use them.
10061 Remove the `window' argument, update callers.
10062 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
10063 Use the new functions.
10064 (image-mode-reapply-winprops): New fun.
10065 (image-mode): Use it.
10066
10067 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
10068
10069 * calc/calc-math.el (math-sin-raw): Add optional argument
10070 to keep track of original argument.
10071 (math-cos-raw): Use optional argument when calling math-sin-raw.
10072 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
10073 with close to original precision.
10074
10075 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10076
10077 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
10078 args in calls of sit-for.
10079
10080 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
10081
10082 * vc-svn.el (vc-svn-program): Fix typo in docstring.
10083 (vc-svn-checkin): Fix typo in error message.
10084
10085 * help-mode.el: Require easymenu when compiling.
10086
10087 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
10088
10089 * help-mode.el (help-mode-menu): New menu.
10090
10091 2008-02-20 Glenn Morris <rgm@gnu.org>
10092
10093 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
10094 on Windows.
10095
10096 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
10097
10098 * ps-mule.el (ps-mule-encode-region): Return a single string.
10099 (ps-mule-plot-string): Adjust for the above change.
10100 (ps-mule-encode-header-string): Likewise.
10101
10102 * international/latin1-disp.el (latin1-display): Don't use
10103 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
10104 standard-display-table.
10105 (latin1-display-identities): Adjust for the change of what is
10106 returned by (get-language-info charset 'charset).
10107
10108 * international/mule-util.el (char-displayable-p): Fix for Latin-1
10109 characters and terminal case.
10110
10111 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
10112
10113 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
10114
10115 * progmodes/python.el: Also require comint when loading.
10116 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
10117 Replace python-shell with run-python on menu bar.
10118 (python-shell-map): New map.
10119 (python-default-interpreter, python-python-command-args)
10120 (python-jython-command-args, python-pdbtrack-do-tracking-p):
10121 New options.
10122 (python-which-shell, python-which-args, python-which-bufname):
10123 New buffer local variables.
10124 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
10125
10126 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
10127 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
10128 New constants.
10129
10130 Pdbtrack features:
10131
10132 (python-point, python-end-of-def-or-class)
10133 (python-beginning-of-def-or-class, python-goto-initial-line)
10134 (python-comint-output-filter-function)
10135 (python-pdbtrack-overlay-arrow)
10136 (python-pdbtrack-track-stack-file, python-toggle-shells)
10137 (python-shell, python-pdbtrack-toggle-stack-tracking)
10138 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
10139 New functions.
10140
10141 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
10142
10143 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
10144 when the argument is nil.
10145
10146 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10147
10148 * vc.el (dir-status): Add a brief description.
10149
10150 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
10151
10152 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
10153 If non-nil, reverse the sense of the check.
10154
10155 * vc-rcs.el (vc-rcs-root): New func.
10156 * vc-cvs.el (vc-cvs-root): New func.
10157 * vc-svn.el (vc-svn-root): New func.
10158 * vc-sccs.el (vc-sccs-root): New func.
10159
10160 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
10161
10162 * language/japan-util.el (setup-japanese-environment-internal):
10163 Call use-cjk-char-width-table.
10164
10165 * language/japanese.el ("Japanese"): Set exit-function to
10166 use-default-char-width-table.
10167
10168 * international/characters.el: Delete occurrences of non-Unicode
10169 tibetan and ethiopic characters.
10170 (cjk-char-width-table): New variable.
10171 (use-cjk-char-width-table, use-default-char-width-table):
10172 New functions.
10173
10174 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
10175
10176 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
10177 (vc-status-mode-menu): Add a :filter.
10178 (vc-status-printer): Add faces.
10179
10180 * vc-hg.el (vc-hg-extra-status-menu): New function.
10181 (vc-hg-dir-status): Clean up the buffer before using it.
10182
10183 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
10184
10185 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
10186 (gdb): Initialize it here instead.
10187
10188 * files.el (locate-dominating-file): Fix thinko in last change.
10189 Reported by Bruce Stephens <bruce.stephens@isode.com>.
10190
10191 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
10192
10193 * vc.el (vc-status-mode-menu): New menu for vc-status.
10194
10195 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
10196
10197 * progmodes/verilog-mode.el (customize): Fix typo in error message.
10198 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
10199 (verilog-mode-auto, verilog-indent-level-module)
10200 (verilog-minimum-comment-distance, verilog-library-flags)
10201 (verilog-library-directories, verilog-library-files)
10202 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
10203 (verilog-xemacs-menu, verilog-set-compile-command)
10204 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
10205 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
10206 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
10207 (verilog-batch-inject-auto, verilog-batch-indent)
10208 (verilog-continued-line, verilog-type-keywords)
10209 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
10210 (verilog-read-inst-pins, verilog-read-arg-pins)
10211 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
10212 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
10213 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
10214 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
10215 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
10216 (verilog-mode-version, verilog-mode-release-date)
10217 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
10218 (verilog-simulator, verilog-compiler)
10219 (verilog-auto-sense-defines-constant, verilog-company)
10220 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
10221 Fix typos in docstrings.
10222 (verilog-set-auto-endcomments, verilog-calculate-indent)
10223 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
10224 Reflow docstrings.
10225 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
10226 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
10227 (electric-verilog-forward-sexp, verilog-in-case-region-p)
10228 (verilog-in-struct-region-p, verilog-in-generate-region-p)
10229 (verilog-leap-to-head, verilog-current-indent-level)
10230 (verilog-case-indent-level, verilog-cpp-keywords)
10231 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
10232 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
10233 (verilog-signals-not-in, verilog-symbol-detick-text)
10234 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
10235 (verilog-forward-close-paren, verilog-backward-open-paren)
10236 (verilog-backward-open-bracket): Doc fixes.
10237
10238 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
10239 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
10240 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
10241 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
10242 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
10243 Fix typos in docstrings.
10244
10245 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
10246
10247 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
10248
10249 * info.el (Info-read-node-name): Removed unused `default' arg.
10250
10251 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
10252
10253 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
10254
10255 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
10256
10257 * image-mode.el (image-get-display-property): New fun.
10258 (image-forward-hscroll, image-next-line, image-eol, image-eob)
10259 (image-mode, image-minor-mode, image-toggle-display-text)
10260 (image-toggle-display): Use it.
10261
10262 2008-02-18 Jason Rumney <jasonr@gnu.org>
10263
10264 * international/mule.el (xml-find-file-coding-system): Don't warn
10265 about utf-16 with BOM.
10266
10267 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
10268
10269 * international/mule.el (sgml-xml-auto-coding-function): Detect and
10270 warn if file encoding is not utf-8 and encoding not specified.
10271 (xml-find-file-coding-system): New function.
10272 * international/mule-conf.el (file-coding-system-alist): Use it.
10273
10274 2008-02-17 Glenn Morris <rgm@gnu.org>
10275
10276 * international/mule-cmds.el (set-locale-environment):
10277 Pass `frame' to getenv for LC_MESSAGES.
10278
10279 2008-02-17 Juri Linkov <juri@jurta.org>
10280
10281 * time.el (emacs-init-time): Use format instead of format-seconds.
10282
10283 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10284
10285 * textmodes/bibtex.el (bibtex-search-entry): Rename from
10286 bibtex-find-entry. Add autoload cookie.
10287 (bibtex-find-entry): Alias for bibtex-search-entry.
10288 (bibtex-search-crossref): Rename from bibtex-find-crossref.
10289 (bibtex-find-crossref): Alias for bibtex-search-crossref.
10290 (bibtex-clean-entry): atomic-change-group removed.
10291 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
10292 to locate buffer location where error occurred.
10293 Make error messages more specific.
10294 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
10295
10296 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
10297
10298 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
10299 top level.
10300
10301 * simple.el (transient-mark-mode): Add an :init-value.
10302
10303 * startup.el (command-line): Use custom-reevaluate-setting for
10304 transient-mark-mode.
10305
10306 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
10307
10308 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
10309
10310 2008-02-16 Juri Linkov <juri@jurta.org>
10311
10312 * startup.el (after-init-time): New variable.
10313 (command-line): Set `after-init-time' to the current time.
10314
10315 * time.el (emacs-init-time): New function.
10316
10317 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
10318
10319 * files.el (locate-dominating-file): Remove initial loop because it's
10320 not careful enough. Detect the uid-change all within the main loop.
10321
10322 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
10323
10324 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
10325
10326 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10327
10328 * vc.el (vc-annotate): Add new argument.
10329 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
10330
10331 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
10332 Move make-variable-buffer-local code after the corresponding defvar.
10333 (hs-minor-mode-map): Define and initialize in one step.
10334 (hs-minor-mode): Change from defun to define-minor-mode.
10335
10336 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
10337
10338 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
10339 (gdb-ready): Move declaration...
10340
10341 * progmodes/gdb-ui.el (gdb-ready): ...to here.
10342 (gdb-early-user-input): New variable.
10343 (gdb): Reset gdb-flush-pending-output to nil and set
10344 comint-input-sender here (before gdb-prompt), instead of...
10345 (gdb-init-1): ...here.
10346 (gdb-send): If Emacs is not ready, defer user input to...
10347 (gdb-prompt): ...here.
10348
10349 2008-02-16 Glenn Morris <rgm@gnu.org>
10350
10351 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
10352
10353 * startup.el (emacs-startup-time): Rename to `before-init-time'.
10354 (before-init-time): New name for `emacs-startup-time'.
10355 (command-line): Use before-init-time rather than emacs-startup-time.
10356 * time.el (emacs-uptime): Use before-init-time rather than
10357 emacs-startup-time.
10358
10359 * composite.el (composition-function-table): Doc fix.
10360
10361 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
10362 in favor of `%z' specifier.
10363 (emacs-uptime): Move to time.el.
10364 * time.el (emacs-uptime): Move here from time-date.el. Add optional
10365 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
10366 argument of format-seconds.
10367
10368 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
10369
10370 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
10371
10372 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
10373
10374 * ielm.el (ielm-is-whitespace): Remove.
10375 (ielm-is-whitespace-or-comment): New function.
10376 (ielm-eval-input): Use it.
10377
10378 2008-02-15 Jason Rumney <jasonr@gnu.org>
10379
10380 * term/mac-win.el: Fix coding tag.
10381
10382 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
10383
10384 * vc-hooks.el (vc-menu-map):
10385 * bindings.el (mode-line-mode-menu): Add tooltips.
10386
10387 * bindings.el (help-echo): Add more tooltips. Use a less
10388 telegraphic style for existing tooltips.
10389
10390 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
10391
10392 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
10393 from the auto-generated one.
10394
10395 2008-02-14 Glenn Morris <rgm@gnu.org>
10396
10397 * mail/rmail-spam-filter.el (rmail-spam-filter):
10398 Let-bind message-spam-status.
10399
10400 * mail/smtpmail.el (password-cache-add): Declare as function.
10401
10402 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
10403
10404 * mail/smtpmail.el: Use password-cache.
10405
10406 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
10407
10408 * uniquify.el (uniquify-buffer-base-name): New function.
10409 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10410
10411 * desktop.el (uniquify-managed): Don't defvar.
10412 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
10413 `uniquify-managed'. Return also the buffer's base name.
10414 (desktop-save): When saving the buffer info, filter out the base name,
10415 and save it as buffer name if the buffer is managed by uniquify.
10416 (uniquify-item-base): Don't declare; not called anymore.
10417
10418 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
10419
10420 * vc.el (vc-annotate-find-revision-at-line): New function.
10421 (vc-annotate-mode-map): Bind it.
10422 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
10423 some entries.
10424
10425 2008-02-14 Glenn Morris <rgm@gnu.org>
10426
10427 * calendar/time-date.el (format-seconds): New function.
10428 (emacs-uptime): Use format-seconds.
10429
10430 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
10431 Remove `LC_ALL=C', since it's included in $(emacs) now.
10432
10433 2008-02-14 Zhang Wei <id.brep@gmail.com>
10434
10435 * textmodes/org-publish.el (org-publish-timestamp-filename):
10436 Replace colon characters in filename too.
10437
10438 2008-02-13 Bastien Guerry <bzg@altern.org>
10439
10440 * mail/rmail.el (rmail-header-name): New face.
10441 (rmail-font-lock-keywords): Use rmail-header-name.
10442
10443 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
10444 against X-Spam-Status header field.
10445 (rmail-spam-filter): Also check X-Spam-Status header field.
10446
10447 2008-02-14 Mark A. Hershberger <mah@everybody.org>
10448
10449 * progmodes/flymake.el (flymake-allowed-file-name-masks):
10450 Add support for .pm files and .php files.
10451 (flymake-err-line-patterns): Add pattern for PHP errors.
10452 (flymake-php-init): New function. PHP support for flymake.
10453
10454 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10455 Add regular expression for PHP errors.
10456
10457 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
10458
10459 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
10460 This DTRT even on w32 machines.
10461 (ange-ftp-cf1): Quote FILENAME.
10462
10463 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
10464
10465 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
10466 (smerge-auto-combine): New fun.
10467
10468 2008-02-12 Juri Linkov <juri@jurta.org>
10469
10470 * startup.el (fancy-startup-screen, normal-splash-screen):
10471 Set default-directory to command-line-default-directory.
10472
10473 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
10474 after reading the desktop.
10475
10476 * progmodes/compile.el (compilation-auto-jump):
10477 Call compile-goto-error only when compilation-auto-jump-to-first-error
10478 is non-nil.
10479 (compilation-scroll-output): Replace :type 'boolean with a choice
10480 that has three options including a third option `first-error'.
10481 Doc fix.
10482 (compilation-start, compilation-forget-errors): Add an alternate
10483 condition comparing compilation-scroll-output with `first-error'
10484 in addition to compilation-auto-jump-to-first-error (to call
10485 compilation-auto-jump in the proper place).
10486
10487 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10488
10489 * international/mule.el (sgml-html-meta-auto-coding-function):
10490 Make sure the search limit is ahead.
10491
10492 * tar-mode.el: Fix broken indentation.
10493 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
10494 Use with-current-buffer.
10495
10496 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
10497
10498 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
10499 it is already automatically buffer-local.
10500
10501 2008-02-11 Drew Adams <drew.adams@oracle.com>
10502
10503 * help.el (describe-key): Join some split lines to facilitate filling.
10504 * help-fns.el (describe-function-1): Fill text of overlong lines.
10505
10506 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
10507
10508 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
10509 Use unibyte-string instead of string-make-unibyte.
10510
10511 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
10512
10513 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
10514
10515 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
10516 works also for buffers w/o buffer-file-name. Update callers.
10517 (doc-view-clone-buffer-hook): New fun.
10518 (doc-view-mode): Use it for indirect clones. Mark the overlays with
10519 the `doc-view' property so they can be recognized.
10520
10521 * simple.el (clone-indirect-buffer-hook): New hook.
10522 (clone-indirect-buffer): Run it.
10523
10524 2008-02-11 Daiki Ueno <ueno@unixuser.org>
10525
10526 * epa.el (epa-menu-mode): Merge into epa-mode.
10527 (epa-menu-items): Rename the label "EasyPG Assistant" to
10528 "Encryption/Decryption".
10529
10530 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
10531 (epa-dired-mode-map): Rename from epa-dired-map.
10532 (epa-global-dired-mode): Rename the global minor mode.
10533
10534 2008-02-11 Drew Adams <drew.adams@oracle.com>
10535
10536 * isearch.el (isearch-fail): New face.
10537 (isearch-message): Highlight failure part of input.
10538
10539 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
10540
10541 * ibuffer.el (ibuffer-header-line-format): New var.
10542 (ibuffer-mode): Set it instead of header-line-format.
10543 (ibuffer-update): Use it to set header-line-format.
10544
10545 * international/mule-cmds.el (ucs-insert): Inherit surrounding
10546 properties like self-insert-command.
10547
10548 2008-02-11 Drew Adams <drew.adams@oracle.com>
10549
10550 * progmodes/etags.el: Add many doc strings.
10551
10552 2008-02-11 Jason Rumney <jasonr@gnu.org>
10553
10554 * ldefs-boot.el: Regenerated.
10555
10556 2008-02-11 Glenn Morris <rgm@gnu.org>
10557
10558 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10559 Shorten some names.
10560
10561 * ffap.el (ffap-rfc-directories): Add :version.
10562
10563 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
10564
10565 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
10566 files, and backup files of same.
10567
10568 2008-02-11 Kevin Ryde <user42@zip.com.au>
10569
10570 * ffap.el (ffap-rfc-directories): New variable.
10571 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
10572
10573 * info.el (Info-next-reference, Info-prev-reference)
10574 (Info-try-follow-nearest-node): Move to and follow https:// links too.
10575
10576 * simple.el (completion-list-mode): Show full completion-list-mode-map
10577 in the docstring.
10578
10579 2008-02-11 Sam Steingold <sds@gnu.org>
10580
10581 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
10582
10583 2008-02-11 Glenn Morris <rgm@gnu.org>
10584
10585 * startup.el (emacs-startup-time): New variable.
10586 (command-line): Set emacs-startup-time.
10587
10588 * calendar/time-date.el (emacs-uptime): New function.
10589
10590 2008-02-10 Bastien Guerry <bzg@altern.org>
10591
10592 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
10593 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
10594 it is nil.
10595
10596 2008-02-10 Daiki Ueno <ueno@unixuser.org>
10597
10598 * epg-config.el: Expand the contents of epg-package-info.el.
10599 (epg-package-name): New constant.
10600 (epg-version-number): New constant.
10601 (epg-bug-report-address): New constant.
10602
10603 * epa-mail.el (epa-mail-mode): Add autoload cookie.
10604 (epa-global-mail-mode): New global minor mode.
10605
10606 * epa-file.el (epa-file-mode): New global minor mode.
10607
10608 * epa-dired.el (epa-dired-mode): New global minor mode.
10609
10610 * epa.el (epa-menu): New variable.
10611 (epa-menu-items): New variable.
10612 (epa-menu-mode): New global minor mode.
10613 (epa-global-minor-modes): New user option.
10614 (epa-mode): New global minor mode.
10615
10616 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
10617
10618 * net/dbus.el: Remove `no-byte-compile' cookie.
10619 (dbus-call-method, dbus-register-signal, dbus-debug)
10620 (dbus-registered-functions-table): Declare them with
10621 `declare-function' or `defvar', respectively.
10622 (top): Don't assert any longer. Require 'cl when compiling.
10623 Apply `ignore-errors' but `dbus-ignore-errors'.
10624
10625 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
10626
10627 * diff-mode.el (diff-add-change-log-entries-other-window):
10628 Use add-change-log-entry.
10629
10630 2008-02-09 Jason Rumney <jasonr@gnu.org>
10631
10632 * button.el (button-map):
10633 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
10634 * ldefs-boot.el: Regenerate.
10635
10636 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
10637
10638 * epa.el (epa-faces, epa):
10639 * epa-file.el (epa-file):
10640 * epg-config.el (epg): Add :version.
10641
10642 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
10643
10644 * vc.el (vc-exec-after): Append CODE to previous fragments.
10645 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
10646 take MESSAGES instead of VERBOSE; use it when non-nil.
10647 (vc-diff-internal): Compute messages once; use them;
10648 update call to vc-diff-finish.
10649
10650 2008-02-09 Michael Olson <mwolson@gnu.org>
10651
10652 * net/tramp.el (tramp-process-sentinel): Avoid error when process
10653 buffer has been killed, such as by
10654 `tramp-cleanup-all-connections'.
10655
10656 2008-02-09 Miles Bader <miles@gnu.org>
10657
10658 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
10659
10660 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
10661
10662 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
10663 splitter in context hunks.
10664
10665 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
10666
10667 * international/fontset.el (setup-default-fontset): Fix arabic otf
10668 font specification.
10669
10670 2008-02-08 Daiki Ueno <ueno@unixuser.org>
10671
10672 * epa-dired.el:
10673 * epa-file.el:
10674 * epa-mail.el:
10675 * epa-setup.el:
10676 * epa.el:
10677 * epg-config.el:
10678 * epg-package-info.el:
10679 * epg.el: Initial check-in of EasyPG.
10680
10681 2008-02-08 Glenn Morris <rgm@gnu.org>
10682
10683 * woman.el (woman-locale): New defcustom.
10684 (woman-expand-locale, woman-manpath-add-locales): New functions.
10685 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
10686
10687 * international/mule-cmds.el (locale-translate): New function,
10688 with old code extracted from set-locale-environment.
10689 (set-locale-environment): Use locale-translate. Set woman-locale.
10690
10691 * cus-start.el (selection-coding-system): Remove, since it's now
10692 defined in select.el rather than in xselect.c.
10693 * select.el (selection-coding-system): Make it a defcustom, and
10694 add the properties from cus-start.el. Bump :version.
10695
10696 * custom.el (custom-theme-set-variables): Sort symbols that are
10697 dependencies before symbols that depend on them.
10698 (custom-enabled-themes): Set after custom-theme-directory.
10699
10700 * pcmpl-unix.el (top-level): Move provide statement to end.
10701 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
10702 `*' from doc-string. Allow to be nil.
10703 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
10704 Allow to be nil. Add :version.
10705 (pcmpl-ssh-hosts): Move definition before use. Handle lines
10706 without hostnames, and multiple hostnames per line.
10707
10708 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
10709
10710 2008-02-08 Phil Hagelberg <phil@evri.com>
10711
10712 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
10713 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
10714
10715 2008-02-07 Timo Savola <timo.savola@iki.fi>
10716
10717 * startup.el (command-line-x-option-alist): Add --parent-id.
10718
10719 * term/x-win.el (x-handle-parent-id): New function.
10720
10721 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
10722
10723 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
10724 "Font Menu".
10725
10726 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
10727
10728 * net/dbus.el (dbus-interface-peer): New defconst.
10729 (dbus-ping): New defun.
10730
10731 2008-02-06 Sam Steingold <sds@gnu.org>
10732
10733 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
10734
10735 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
10736
10737 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
10738 Just return nil and let the C code provide a fallback.
10739
10740 2008-02-05 Glenn Morris <rgm@gnu.org>
10741
10742 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
10743 tramp-flush-connection-property for removed 2nd argument.
10744
10745 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
10746
10747 * diff-mode.el (diff-add-change-log-entries-other-window):
10748 Rename from diff-create-changelog. Change users.
10749 Minor change to hopefully work with plain diffs.
10750 (diff-mode-map): Add binding for it.
10751
10752 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
10753
10754 * diff-mode.el: Add new TODO entry.
10755 (diff-create-changelog): New function.
10756 (diff-mode-menu): Bind it.
10757
10758 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
10759
10760 * international/mule-diag.el (print-fontset-element): Handle the
10761 case of inhibiting the fallback fonts.
10762
10763 2008-02-04 Kim F. Storm <storm@cua.dk>
10764
10765 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
10766 (ido-magic-delete-char): Use prefix arg.
10767
10768 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
10769
10770 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
10771 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
10772 of today, the most recent libpng is 1.2.24).
10773
10774 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
10775
10776 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
10777
10778 * net/dbus.el (top): Check (featurep 'dbusbind).
10779
10780 * net/tramp.el (tramp-process-sentinel): New defun.
10781 (tramp-do-copy-or-rename-file-out-of-band)
10782 (tramp-maybe-open-connection): Use it as process sentinel.
10783 (tramp-handle-delete-directory): Don't use the "-f" option; it
10784 isn't portable.
10785 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
10786 after the command.
10787 (tramp-handle-shell-command): Set `mode-line-process' in the
10788 asynchronous case.
10789
10790 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
10791
10792 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
10793 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
10794 Use `tramp-process-sentinel' as process sentinel.
10795
10796 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
10797
10798 * whitespace.el (global-whitespace-mode): Revert last change.
10799 (whitespace-unload-function): Force `global-whitespace-mode'
10800 to deactivate local modes in a slightly less intrusive way.
10801
10802 2008-02-02 Eli Zaretskii <eliz@gnu.org>
10803
10804 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
10805
10806 2008-02-02 Glenn Morris <rgm@gnu.org>
10807
10808 * international/latin1-disp.el (latin1-display):
10809 * progmodes/fortran.el (fortran-comment-indent-char):
10810 * progmodes/idlw-shell.el (top-level):
10811 * term/mac-win.el (mac-keyboard-translate-char):
10812 * whitespace.el (whitespace-char-valid-p):
10813 * wid-edit.el (widget-key-sequence-read-event):
10814 Use characterp rather than char-valid-p.
10815
10816 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
10817 to capitalized-find-word-boundary. Doc fix. Update callers.
10818 (capitalized-next-word-boundary-function-table): Rename to
10819 capitalized-find-word-boundary-function-table. Doc fix. Update users.
10820
10821 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
10822 string-to-int.
10823
10824 * ps-def.el (declare-function): Add compatibility definition.
10825 (ps-plot-with-face, ps-plot-string): Declare as functions.
10826 (ps-bold-faces, ps-italic-faces): Declare variables.
10827
10828 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
10829 (ps-mule-end-job): Declare as functions.
10830
10831 * wid-edit.el (widget-string-complete): Use assoc-string rather
10832 than assoc-ignore-case.
10833
10834 See ChangeLog.13 for earlier changes.
10835
10836 ;; Local Variables:
10837 ;; coding: utf-8
10838 ;; add-log-time-zone-rule: t
10839 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
10840 ;; End:
10841
10842 Copyright (C) 2008 Free Software Foundation, Inc.
10843
10844 This file is part of GNU Emacs.
10845
10846 GNU Emacs is free software: you can redistribute it and/or modify
10847 it under the terms of the GNU General Public License as published by
10848 the Free Software Foundation, either version 3 of the License, or
10849 (at your option) any later version.
10850
10851 GNU Emacs is distributed in the hope that it will be useful,
10852 but WITHOUT ANY WARRANTY; without even the implied warranty of
10853 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
10854 GNU General Public License for more details.
10855
10856 You should have received a copy of the GNU General Public License
10857 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
10858
10859 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc