Revert last change.
[bpt/emacs.git] / lisp / ChangeLog
1 2008-08-20 Kevin Ryde <user42@zip.com.au>
2
3 * textmodes/nroff-mode.el (nroff-mode): Avoid auto-filling on
4 directive lines.
5
6 2008-08-20 Michael Albinus <michael.albinus@gmx.de>
7
8 * net/xesam.el (xesam-highlight-string): Precise doc string.
9 (xesam-highlight-buffer): New defun.
10 (xesam-refresh-entry): Use it. Better check for sourceModified.
11
12 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
13
14 * edmacro.el (edmacro-parse-keys): Catch events with spaces in
15 their names.
16
17 2008-08-19 Kenichi Handa <handa@m17n.org>
18
19 * language/european.el ("Esperanto"): Change the preferred
20 charsets to iso-8859-3.
21
22 * language/utf-8-lang.el ("UTF-8"): Add the preferred charsets.
23
24 * international/fontset.el (script-representative-chars): Delete
25 the entry for symbol.
26 (setup-default-fontset): For symbol characters, don't specify
27 :script property.
28
29 2008-08-19 Chong Yidong <cyd@stupidchicken.com>
30
31 * minibuffer.el (completion-table-dynamic): Doc fix.
32
33 * cus-edit.el (custom-toggle-hide): Allow hiding only if widget is
34 saved.
35
36 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
37
38 * emulation/edt.el (edt-default-emulation-setup): Share
39 global-buffers-menu-map with the emulated global map.
40
41 2008-08-18 Adrian Robert <Adrian.B.Robert@gmail.com>
42
43 * term/ns-win.el (global): Uncomment "put backspace
44 ascii-character..." and friends, they are needed for tramp.
45
46 2008-08-18 Kenichi Handa <handa@m17n.org>
47
48 * international/mule-diag.el (font-show-log): Add optional arg N
49 to control the limit of font listing.
50
51 2008-08-18 Chong Yidong <cyd@stupidchicken.com>
52
53 * window.el (recenter-top-bottom): Determine top and bottom
54 positions using scroll-margin instead of scroll-conservatively.
55
56 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
57
58 * proced.el (proced-send-signal): Use beginning-of-line.
59
60 2008-08-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
61
62 * proced.el (proced-signal-list): Add POSIX 1003.1-2001 signals.
63 (proced-mode-map): Add tooltips for menus. Use radio buttons for
64 listing types.
65 (proced-log-buffer): New variable.
66 (proced-mark-all, proced-unmark-all, proced-do-mark-al): Operate
67 on region if transient-mark-mode is turned on and the region is
68 active.
69 (proced-omit-processes): Renamed from proced-hide-processes to
70 avoid key clash with describe-mode (bound to h). Search for
71 marked processes starting from point-min.
72 (proced-header-space): Removed.
73 (proced-send-signal): Handle errors. Operate on current process
74 if no process is marked.
75 (proced-why): New command.
76 (proced-log, proced-log-summary): New functions.
77 (proced-help): Use proced-why.
78 * textmodes/bibtex.el (bibtex-entry-format): Mark as safe.
79 (bibtex-autokey-year-title-separator): Fix doscstring.
80
81 2008-08-17 Michael Albinus <michael.albinus@gmx.de>
82
83 * net/xesam.el (xesam-vendor, xesam-notify-function): New local
84 variables.
85 (xesam-mode): Extend docstring. Initialize `xesam-notify-function'.
86 (xesam-refresh-entry): Use `xesam-notify-function' if set. Remove
87 Debbugs specific code; it shall be enabled via `xesam-mode-hooks'.
88 (xesam-new-search): Initialize `xesam-vendor'.
89
90 2008-08-15 Glenn Morris <rgm@gnu.org>
91
92 * eshell/esh-cmd.el (eshell-do-pipelines): Indicate the last command in
93 a pipeline.
94 * eshell/em-ls.el (eshell-ls-files): List one per line in a pipeline,
95 unless at the end of the pipeline. (Bug#699).
96
97 2008-08-14 Chong Yidong <cyd@stupidchicken.com>
98
99 * minibuffer.el (completion-boundaries): Doc fix.
100 (display-completion-list): Only default base-size to zero if
101 completing in the minibuffer.
102
103 * simple.el (completion-base-size): Doc fix.
104 (choose-completion): Try reselecting completion-reference-buffer.
105
106 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
107
108 * vc-dispatcher.el (vc-do-command): Let asynchronous processes run
109 also for remote directories.
110
111 2008-08-14 Stefan Monnier <monnier@iro.umontreal.ca>
112
113 * emacs-lisp/easymenu.el (easy-menu-add): Don't precompute keybindings
114 since those precomputed values aren't used any more.
115 (easy-menu-precalculate-equivalent-keybindings): Obsolete.
116
117 2008-08-14 Martin Rudalics <rudalics@gmx.at>
118
119 * help.el (with-help-window): Return last value in BODY.
120
121 2008-08-14 Michael Albinus <michael.albinus@gmx.de>
122
123 * net/xesam.el (xesam-refresh-entry): Use `save-excursion' in the
124 notify function of the URL.
125 (xesam-new-search): Encode special characters in the query string.
126
127 2008-08-13 Chong Yidong <cyd@stupidchicken.com>
128
129 * term/ns-win.el (ns-parse-geometry): Rename from x-parse-geometry.
130
131 2008-08-13 Andreas Schwab <schwab@suse.de>
132
133 * net/tramp.el (tramp-handle-shell-command): Handle output going
134 to current buffer like shell-command. Don't disable undo.
135
136 2008-08-13 Glenn Morris <rgm@gnu.org>
137
138 * eshell/esh-cmd.el (eshell/which): Handle the case where no description
139 is found.
140
141 2008-08-12 Alan Mackenzie <acm@muc.de>
142
143 * progmodes/cc-defs.el (c-emacs-features):
144 argumentative-bod-function: bind mark-ring to avoid accumulating a
145 spurious mark.
146
147 2008-08-12 Chong Yidong <cyd@stupidchicken.com>
148
149 * simple.el (visual-line--saved-state): New var.
150 (visual-line-mode): Save local values of variables, and restore
151 them when visual-line-mode is disabled.
152
153 2008-08-12 NAKAGAWA Makoto <gha03025@nifty.ne.jp> (tiny change)
154
155 * net/ldap.el (ldap-search-internal): Tweak URL regexp.
156
157 2008-08-11 Chong Yidong <cyd@stupidchicken.com>
158
159 * progmodes/cc-defs.el (c-emacs-features): Check
160 beginning-of-defun-raw instead of beginning-of-defun, and avoid
161 moving point during the test.
162
163 * emacs-lisp/lisp.el (beginning-of-defun): Doc fix.
164
165 2008-08-11 Glenn Morris <rgm@gnu.org>
166
167 * term/ns-win.el (x-parse-geometry): Doc fix.
168
169 * dired.el (x-popup-menu):
170 * hi-lock.el (x-popup-menu):
171 * mouse.el (font-face-attributes):
172 * calendar/cal-menu.el (x-popup-menu):
173 * calendar/calendar.el (x-popup-menu):
174 * calendar/holidays.el (x-popup-menu):
175 * progmodes/cperl-mode.el (x-popup-menu):
176 * term/ns-win.el (dnd-open-file, tool-bar-mode, scroll-bar-scale)
177 (x-open-connection):
178 * term/w32-win.el (x-colors, x-handle-args, x-parse-geometry)
179 (x-command-line-resources):
180 * term/x-win.el (x-colors, x-parse-geometry, x-resource-name)
181 (x-display-name, x-command-line-resources):
182 Add declarations for builds without X.
183
184 2008-08-10 Glenn Morris <rgm@gnu.org>
185
186 * calendar/cal-bahai.el (holiday-bahai): Doc fix.
187
188 2008-08-10 Dan Nicolaescu <dann@ics.uci.edu>
189
190 * vc-bzr.el (vc-bzr-find-revision): Rename from
191 vc-bzr-find-version, forgotten in the 2007-10-10 renaming.
192
193 2008-08-10 Michael Albinus <michael.albinus@gmx.de>
194
195 * net/xesam.el (xesam-search-engines): Add Debbugs hit fields.
196 (xesam-refresh-entry): Add Debbugs handling. Insert a widget
197 "DONE", when all hits are retrieved.
198 (xesam-search): autoload it.
199
200 2008-08-11 John Paul Wallington <jpw@pobox.com>
201
202 * ibuffer.el (ibuffer-buffer-file-name): Return nil rather than
203 empty string when no filename.
204 (define-ibuffer-column filename): Accomodate that change.
205
206 * ibuf-ext.el (ibuffer-define-filter filename): Use plain old
207 `buffer-file-name' instead of `ibuffer-buffer-file-name'.
208
209 2008-08-10 Glenn Morris <rgm@gnu.org>
210
211 * Makefile.in (ELCFILES): Update.
212
213 2008-08-10 John Paul Wallington <jpw@pobox.com>
214
215 * pcvs.el (defun-cvs-mode): Add `doc-string' decl.
216
217 2008-08-08 Chong Yidong <cyd@stupidchicken.com>
218
219 * battery.el (battery-echo-area-format, battery-status-function):
220 Handle new Linux sysfs format for battery reporting.
221 (battery-linux-sysfs): New function.
222
223 2008-08-07 Martin Rudalics <rudalics@gmx.at>
224
225 * add-log.el (change-log-search-tag-name)
226 (change-log-goto-source): Fix behavior when point is not on tag.
227
228 2008-08-06 Adrian Robert <Adrian.B.Robert@gmail.com>
229
230 * startup.el (command-line-ns-option-alist): Use ignore instead of
231 ns-ignore-0-arg.
232
233 * term/ns-win.el (ns-ignore-0-arg, mouse-extend-region)
234 (ns-win-suspend-error, ns-yes-or-no-p, colors): Drop.
235 (ns-alternatives-map): New variable.
236 (x-set-up-function-keys): Use it.
237 (global): Comment out "put backspace ascii-character..." and friends.
238 Move function-key-map into ns-alternatives-map. Don't call
239 precompute-menubar-bindings. Don't set anything connected with
240 browse-url.
241 (after-make-frame-functions): Clarify comment why a hook is added.
242
243 2008-08-06 Joakim Verona <joakim@verona.se>
244
245 * thingatpt.el (thing-at-point-url-path-regexp): Allow parenthesis
246 in url:s.
247
248 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
249
250 * vc-svn.el (vc-svn-parse-status): Use when instead of if.
251 Fix 2008-01-01 change: use a shy group to not affect subsequent
252 match calls.
253
254 2008-08-06 Reto Zimmermann <reto@gnu.org>
255
256 * progmodes/vera-mode.el (vera-electric-tab):
257 * progmodes/vhdl-mode.el (vhdl-electric-tab): Make TAB indent
258 region when active.
259
260 2008-08-06 Kenichi Handa <handa@m17n.org>
261
262 * faces.el (face-valid-attribute-values): Fix handling the value
263 of (font-family-list) and font-XXX-table.
264
265 2008-08-06 Dan Nicolaescu <dann@ics.uci.edu>
266
267 * proced.el (proced-menu): Bind the correct function to for toggling.
268
269 * vc-dir.el (vc-dir-mode): Fix typo.
270
271 2008-08-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
272
273 * whitespace.el (whitespace-newline-mode)
274 (global-whitespace-newline-mode, whitespace-mode)
275 (global-whitespace-mode): Improve docstring.
276
277 2008-08-05 Chong Yidong <cyd@stupidchicken.com>
278
279 * kmacro.el (kmacro-exec-ring-item): Add autoload.
280
281 * files.el (auto-save-visited-file-name): Move definition to fileio.c.
282
283 * cus-start.el (all): Handle auto-save-visited-file-name.
284
285 2008-08-05 Alex Shinn <alexshinn@gmail.com> (tiny change)
286
287 * files.el (hack-one-local-variable-eval-safep): Handle
288 lisp-indent-function and scheme-indent-function in addition to the
289 deprecated lisp-indent-hook.
290
291 2008-08-05 Michael Albinus <michael.albinus@gmx.de>
292
293 * net/xesam.el (top): Require `wid-edit' always.
294 (xesam-mode-line, xesam-highlight): New deffaces.
295 (xesam-objects): New local variable.
296 (xesam-search-engines): Fix error in field list.
297 (xesam-mode): Use `xesam-mode-line' instead of
298 `font-lock-type-face'. Apply `xesam-mode' to a temp buffer, for
299 proper initialization (why?).
300 (xesam-highlight-string, xesam-get-hits)
301 (xesam-kill-buffer-function): New defuns.
302 (xesam-refresh-entry): Move code to `xesam-get-hits'. Check
303 result of "hit.fields", it isn't a string only. Wrap an error of
304 the strigi search engine ("xesam:size" is returned as string).
305 Highlight search items.
306 (xesam-refresh-search-buffer): Make logic of counters more simple.
307 Prefetch next hits.
308 (xesam-signal-handler): Use `xesam-mode-line' instead of
309 `font-lock-type-face'.
310 (xesam-new-search): Add `xesam-kill-buffer-function' to
311 `kill-buffer-hook'.
312
313 2008-08-05 Teodor Zlatanov <tzz@lifelogs.com>
314
315 * add-log.el (change-log-next-error, change-log-mode): Add support
316 for `next-error' to call `change-log-goto-source' on named files
317 in a ChangeLog.
318
319 2008-08-05 Jay Belanger <jay.p.belanger@gmail.com>
320
321 * calc/calc.el (math-read-number): Handle all C-like languages
322 properly.
323
324 2008-08-04 Vincent Belaïche <vincent.b.1@hotmail.fr>
325
326 * calc/calc.el (math-read-number): Handle C numbers beginning with
327 0 correctly.
328
329 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
330
331 * term/ns-win.el ([ns-new-frame]): New global key.
332
333 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
334
335 * international/mule-cmds.el (read-char-by-name):
336 Check UCS names with `assoc-string' and case folding.
337
338 2008-08-04 Michael Albinus <michael.albinus@gmx.de>
339
340 * net/dbus.el (dbus-call-method-asynchronously)
341 (dbus-method-return-internal, dbus-method-error-internal):
342 Declare them with `declare-function'.
343
344 2008-08-04 Juanma Barranquero <lekktu@gmail.com>
345
346 * descr-text.el (describe-char-display): Fix last change:
347 don't pass CHARSET to `encoded-string-description'.
348
349 2008-08-02 Alex Harsanyi <harsanyi@mac.com> (tiny change)
350
351 * vc.el (vc-next-action): Update list var correctly after delete.
352
353 2008-08-02 Chong Yidong <cyd@stupidchicken.com>
354
355 * ido.el (ido-mode): Add toggle notification.
356
357 * cus-edit.el (custom-save-all): Avoid destroying symlink if
358 already visiting the custom file.
359
360 * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
361 pending output coming after the status change.
362
363 2008-08-02 Jason Rumney <jasonr@gnu.org>
364
365 * w32-fns.el (tis620-2533): Use as preferred registry for thai fonts.
366
367 2008-08-01 Kenichi Handa <handa@m17n.org>
368
369 * international/mule-cmds.el (encode-coding-char):
370 New optional arg CHARSET.
371
372 * descr-text.el (describe-char-display): Call encode-coding-char
373 with the arg CHARSET.
374 (describe-char): Pay attention to the text-property `charset'.
375
376 2008-08-01 Michael Albinus <michael.albinus@gmx.de>
377
378 * net/dbus.el (dbus-check-event, dbus-handle-event): Handle D-Bus
379 error messages.
380 (dbus-set-property): Call `dbus-introspect-get-property' instead
381 of `dbus-get-property'.
382
383 * net/xesam.el (xesam-all-fields): Remove source and content
384 identifiers.
385 (xesam-dbus-unique-names): New defvar.
386 (xesam-dbus-call-method): New defun. Replace all calls of
387 `dbus-call-method' by `xesam-dbus-call-method'.
388 (xesam-get-cached-property, xesam-set-cached-property):
389 New defuns.
390 (xesam-get-property, xesam-set-property, xesam-refresh-entry)
391 (xesam-new-search, xesam-search): Apply `xesam-get-cached-property'.
392 (xesam-search-engines): Make it an association list. Take changed
393 layout into account in the corresponding function.
394 (xesam-delete-search-engine): Remove check for consistency of
395 `xesam-search-engines', not needed anymore.
396 (xesam-mode): Show XML query string only in the debug case.
397
398 2008-07-31 Juanma Barranquero <lekktu@gmail.com>
399
400 * files.el (read-file-modes): Fix typo in docstring.
401
402 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
403
404 * Makefile.in: Avoid maintainer warning for autogenerated unicode
405 files.
406
407 * apropos.el (apropos-symbol): Don't set button skip by default.
408 (apropos-print): Set button skip iff searching for multiple types.
409 (apropos-print-doc): Insert blank label button when searching for
410 a single type.
411
412 * button.el (forward-button): Avoid infloop.
413
414 * minibuffer.el (read-file-name-completion-ignore-case):
415 Add cygwin to the list.
416
417 2008-07-31 Sven Joachim <svenjoac@gmx.de>
418
419 * files.el (abbreviate-file-name): When replacing $HOME with ~,
420 turn off case-fold-search.
421
422 2008-07-31 Michael Albinus <michael.albinus@gmx.de>
423
424 * net/dbus.el (top): Don't register for "NameOwnerChanged".
425 (dbus-message-type-invalid, dbus-message-type-method-call)
426 (dbus-message-type-method-return, dbus-message-type-error)
427 (dbus-message-type-signal): New defconst.
428 (dbus-ignore-errors): Fix `edebug-form-spec' property.
429 (dbus-return-values-table): New defvar.
430 (dbus-call-method-non-blocking-handler, dbus-event-message-type):
431 New defun.
432 (dbus-check-event, dbus-handle-event, dbus-event-serial-number):
433 Extend docstring. Adapt implementation according to new
434 `dbus-event' layout.
435 (dbus-event-service-name, dbus-event-path-name)
436 (dbus-event-interface-name, dbus-event-member-name): Adapt
437 implementation according to new `dbus-event' layout.
438 (dbus-set-property): Correct `dbus-introspect-get-attribute' call.
439
440 * net/xesam.el (xesam-type, xesam-query, xesam-xml-string): New defvar.
441 (xesam-mode): Rework implementation.
442 (xesam-new-search): Additional parameter TYPE.
443 (xesam-search): Adapt call of `xesam-new-search'.
444
445 2008-07-31 Juri Linkov <juri@jurta.org>
446
447 * dired-aux.el (dired-do-chmod): Set default value to the original
448 mode string using absolute notation like u=rwx,g=rx,o=rx.
449 Use it as a new arg `default' of `dired-mark-read-string'.
450 (dired-mark-read-string): Add new optional arg `default'.
451
452 * files.el (read-file-modes): Set default value to the original
453 mode string using absolute notation like u=rwx,g=rx,o=rx.
454 Use it as the `default' arg of `read-string'.
455
456 * filesets.el (filesets-cmd-isearch-getargs): Check if the
457 variable `files' is bound to avoid warnings.
458
459 * isearch.el (isearch-forward-regexp, isearch-forward-word)
460 (isearch-backward, isearch-backward-regexp): Doc fix - make a link
461 to the command `isearch-forward' instead of displaying "See C-s".
462 (isearch-highlight-regexp): Remove arguments `regexp' and `face'
463 with their interactive specifictions. Move reading the face name to
464 the main body after calls to isearch-done and isearch-clean-overlays.
465
466 * mb-depth.el: Unify all names under one common name prefix
467 `minibuffer-depth-'.
468 (minibuffer-depth-indicator-function): Renamed from
469 `minibuf-depth-indicator-function'.
470 (minibuffer-depth-overlay): Renamed from
471 `minibuf-depth-overlay'.
472 (minibuffer-depth-setup): Renamed from
473 `minibuf-depth-setup-minibuffer'.
474 (minibuffer-depth-indicate-mode): Renamed from
475 `minibuffer-indicate-depth-mode'.
476
477 2008-07-31 Juri Linkov <juri@jurta.org>
478
479 * dired-aux.el (dired-isearch-filenames-toggle): New command.
480 (dired-isearch-filenames-setup): Bind "\M-sf" to
481 dired-isearch-filenames-toggle in isearch-mode-map.
482 (dired-isearch-filenames-end): Bind "\M-sf" to nil
483 in isearch-mode-map.
484
485 * isearch.el (isearch-edit-string-set-word): New command.
486 (minibuffer-local-isearch-map): Bind "\C-w" to
487 isearch-edit-string-set-word.
488 (isearch-new-word): Temporary internal variable.
489 (isearch-edit-string): Remove special case of reading the
490 first character and checking it for C-w.
491
492 * simple.el (read-shell-command, shell-command):
493 Move code that uses minibuffer-with-setup-hook to set
494 minibuffer-default-add-function to minibuffer-default-add-shell-commands
495 from the interactive spec of `shell-command' to `read-shell-command'.
496
497 * international/mule-cmds.el (read-char-by-name):
498 Accept hash notation. Doc fix.
499 (ucs-insert): Doc fix. Convert to number only when `arg' is
500 a string. Use separate error message when `arg' is not an integer.
501 Bind `ucs-insert' to `C-x 8 RET'.
502
503 2008-07-31 Joachim Nilsson <joachim.nilsson@member.fsf.org> (tiny change)
504
505 * progmodes/cc-styles.el (c-style-alist): For the Ellemtel style,
506 move the (arglist-cont-nonempty) from c-offsets-alist to
507 c-hanging-braces-alist like other styles already have.
508
509 2008-07-31 Dan Nicolaescu <dann@ics.uci.edu>
510
511 * textmodes/texinfmt.el:
512 * nxml/nxml-enc.el:
513 * mail/feedmail.el:
514 * international/mule.el:
515 * international/latexenc.el:
516 * emulation/viper-util.el:
517 * emulation/viper-init.el:
518 * emulation/viper-ex.el:
519 * emacs-lisp/bytecomp.el:
520 * version.el:
521 * subr.el:
522 * startup.el:
523 * sort.el:
524 * shadowfile.el:
525 * recentf.el:
526 * printing.el:
527 * paths.el:
528 * minibuffer.el:
529 * ls-lisp.el:
530 * loadup.el:
531 * hippie-exp.el:
532 * finder.el:
533 * files.el:
534 * ediff-util.el:
535 * ediff-ptch.el:
536 * ediff-init.el:
537 * ediff-diff.el:
538 * dired.el:
539 * dired-aux.el:
540 * cus-edit.el:
541 * bindings.el:
542 * arc-mode.el:
543 * add-log.el: Remove VMS support.
544 * obsolete/vmsproc.el:
545 * obsolete/vms-pmail.el:
546 * obsolete/vms-patch.el: Remove file.
547
548 2008-07-31 Alan Mackenzie <acm@muc.de>
549
550 * progmodes/cc-mode.el (c-before-hack-hook): New function
551 (Top Level): Install c-before-hack-hook on
552 before-hack-local-variables-hook, rather than
553 c-postprocess-file-styles on hack-local-variables-hook.
554
555 2008-07-31 Chong Yidong <cyd@stupidchicken.com>
556
557 * files.el (normal-mode): Move call to hack-project-variables into
558 hack-local-variables.
559 (file-local-variables-alist, before-hack-local-variables-hook):
560 New vars.
561 (ignored-local-variables): Add file-local-variables-alist.
562 (hack-local-variables-filter): Renamed from
563 hack-local-variables-apply. Add the result to
564 file-local-variables-alist, without applying them.
565 (hack-local-variables): Set file-local-variables-alist to nil.
566 Call hack-project-variables and before-hack-local-variables-hook.
567 Apply variables here, instead of hack-local-variables-apply.
568 Based on a patch by Alan Mackenzie.
569
570 2008-07-30 Thien-Thi Nguyen <ttn@gnuvola.org>
571
572 * info-look.el (autoconf-mode :doc-spec): For
573 "(autoconf)M4 Macro Index", if the item already
574 begins with "AS_", don't prefix that string again.
575
576 2008-07-30 Juri Linkov <juri@jurta.org>
577
578 * info.el (info, Info-mode): Doc fix.
579
580 * isearch.el (isearch-mode-map): Bind `M-s r' to
581 `isearch-toggle-regexp' and `M-s w' to `isearch-toggle-word'.
582 (search-map): Bind `M-s w' to `isearch-forward-word' globally
583 in the global map `search-map'.
584 (isearch-forward): Doc fix.
585 (isearch-forward-word, isearch-toggle-case-fold): New commands.
586
587 * simple.el (quoted-insert): Comment out code that treats
588 0240-0377 specially.
589
590 2008-07-30 Chong Yidong <cyd@stupidchicken.com>
591
592 * cus-start.el: Add customization info for
593 read-buffer-completion-ignore-case.
594
595 2008-07-30 Sam Steingold <sds@gnu.org>
596
597 * vc-dir.el (vc-dir): Call file-truename on the dir argument.
598
599 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
600
601 * vc-dir.el (vc-dir-menu-map, vc-at-event): Fix docstring.
602 (vc-dir-mode): Improve docstring.
603
604 2008-07-30 Juri Linkov <juri@jurta.org>
605
606 * dired-aux.el (dired-isearch-filenames-setup): Add autoload cookie
607 for the sake of isearch-mode-hook in dired-mode in dired.el.
608
609 2008-07-19 Markus Triska <markus.triska@gmx.at>
610
611 * image-mode.el (image-mode): Set image-mode-text-map when image
612 cannot be displayed.
613
614 2008-07-30 Stepehen Leake <stephen_leake@stephe-leake.org>
615
616 * progmodes/ada-prj.el (ada-prj-initialize-values): Fix use of deleted
617 ada-xref-set-default-prj-values.
618 (ada-prj-display-page): Ditto.
619
620 * progmodes/ada-xref.el (ada-gnatstub-opts): Fix doc string.
621 (ada-make-filename-from-adaname): Fix free variable.
622
623 2008-07-30 Dan Nicolaescu <dann@ics.uci.edu>
624
625 * vc-git.el (vc-git-status-printer): Synchronize with the default.
626
627 2008-07-30 Michael McNamara <mac@mail.brushroad.com>
628
629 * progmodes/verilog-mode.el (verilog-do-indent): Remove special indent
630 for declarations inside a parenthetical list. The code is ill-advised,
631 and doesn't work given user defined types.
632 (verilog-set-auto-endcomments): Enhance function automatic
633 endcomment to support functions that return user defined types.
634 (verilog-mode): Add code to tell which-function-mode minor mode
635 that Verilog supports this feature.
636 (verilog-beg-block-re-ordered, verilog-indent-re)
637 (verilog-forward-sexp, verilog-forward-wa, verilog-calc-1)
638 (verilog-leap-to-head): Support the new virtual and/or protected
639 tasks, as well as extern declarations of tasks for indenting and
640 for foward/backward expression.
641
642 2008-07-30 Wilson Snyder <wsnyder@wsnyder.org>
643
644 * progmodes/verilog-mode.el (verilog-read-decls): Allow AUTORESET
645 to work with SV 'logic' signals. Suggested by Julian Gorfajn.
646 (verilog-auto-inst-column): Make verilog-auto-inst-column customizable.
647 (verilog-string-replace-matches): Avoid recursion with small
648 replacements.
649 (verilog-auto-inst-param-value, verilog-mode-version)
650 (verilog-mode-version-date, verilog-read-inst-param-value)
651 (verilog-auto-inst, verilog-auto-inst-param)
652 (verilog-auto-inst-port, verilog-simplify-range-expression): Add
653 verilog-auto-inst-param-value option for AUTOINST. Suggested by
654 David Rogoff. This allows parameters to be replaced with their
655 values, on the expansion of an AUTOINST with Verilog 2001 style
656 parameter settings.
657
658 2008-07-30 David Lord <david.lord@phonecoop.coop> (tiny change)
659
660 * calendar/timeclock.el (timeclock-day-projects): Change a `cdr'
661 to `cddr'.
662
663 2008-07-29 Chong Yidong <cyd@stupidchicken.com>
664
665 * Makefile.in (ELCFILES): Add mairix.elc.
666
667 2008-07-29 David Engster <deng@randomsample.de>
668
669 * net/mairix.el: New file.
670
671 2008-07-29 Juri Linkov <juri@jurta.org>
672
673 * cus-edit.el (custom-face-tag): Inherit from custom-variable-tag
674 instead of variable-pitch with bold and 1.2 height.
675
676 * dired-aux.el (dired-do-async-shell-command): New command.
677
678 * dired.el (dired-mode-map): Rebind `dired-flag-garbage-files'
679 from `&' to `%&'. Bind `&' to `dired-do-async-shell-command'.
680
681 2008-07-29 Juri Linkov <juri@jurta.org>
682
683 * international/mule-cmds.el (ucs-names): New internal variable.
684 (ucs-names): New function.
685 (ucs-completions): New lazy completion variable.
686 (read-char-by-name): New function.
687 (ucs-insert): Replace interactive spec letter "s" with the call to
688 `read-char-by-name'.
689
690 * replace.el (read-regexp): Add second arg `default'. Doc fix.
691
692 * replace.el (occur-read-primary-args):
693 * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
694 (hi-lock-face-phrase-buffer): Use `(car regexp-history)' as the
695 second arg of `read-regexp'.
696
697 * dired-aux.el (dired-isearch-filenames): New user option.
698 (dired-isearch-orig-success-function): New internal variable.
699 (dired-isearch-filenames-setup, dired-isearch-filenames-end)
700 (dired-isearch-success-function): New functions.
701 (dired-isearch-filenames, dired-isearch-filenames-regexp):
702 New commands.
703
704 * dired.el (dired-insert-set-properties): Add new text property
705 `dired-filename' to put on file names.
706 (dired-mode-map): Bind `M-s f C-s' to `dired-isearch-filenames'
707 and `M-s f M-C-s' to `dired-isearch-filenames-regexp'.
708 Add menu items.
709 (dired-mode): Add hook `dired-isearch-filenames-setup' to
710 buffer-local `isearch-mode-hook'.
711
712 2008-07-29 Juanma Barranquero <lekktu@gmail.com>
713
714 * progmodes/ada-mode.el (ada-batch-reformat): Doc fix.
715 (ada-create-case-exception): Fix typo in docstring.
716 (ada-no-auto-case): Return nil, not the docstring.
717 (ada-indent-current): Reflow docstring.
718
719 * progmodes/ada-prj.el (ada-prj-edit, ada-prj-initialize-values)
720 (ada-prj-save-specific-option, ada-prj-field): Fix typos in docstrings.
721 (ada-prj-load-from-file): Reflow docstring.
722 (ada-prj-display-page): Fix typo in widget.
723
724 * progmodes/ada-stmt.el (ada-case, ada-package-body, ada-private):
725 Fix typos in docstrings.
726
727 * progmodes/ada-xref.el (ada-find-executable, ada-gnat-parse-gpr)
728 (ada-compile-current, ada-check-current, ada-run-application)
729 (ada-get-ali-file-name): Fix typos in docstrings.
730 (ada-xref-confirm-compile, ada-find-references)
731 (ada-find-local-references, ada-find-any-references): Doc fixes.
732 (ada-get-all-references): Fix typo in error message.
733 (ada-xref-current-project): Use `let', not `let*'.
734 (ada-do-file-completion, ada-xref-change-buffer): Reflow docstring.
735
736 2008-07-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
737
738 * whitespace.el (whitespace-newline): Change initialization to have a
739 low contrast relative to the background color. Suggested by David
740 Reitter <david.reitter@gmail.com>.
741
742 2008-07-28 Juri Linkov <juri@jurta.org>
743
744 * dired-aux.el (dired-do-isearch, dired-do-isearch-regexp):
745 New functions.
746
747 * dired.el (dired-mode-map): Bind dired-do-isearch to `M-s a C-s'
748 and dired-do-isearch-regexp to `M-s a M-C-s'. Add menu items.
749
750 2008-07-28 Seiji Zenitani <zenitani@mac.com>
751
752 * help-fns.el (help-C-file-name): Add .m (Obj-C code) for Cocoa port.
753 * emacs-lisp/find-func.el (find-function-search-for-symbol): Likewise.
754
755 2008-07-28 Stephen Leake <stephen_leake@stephe-leake.org>
756
757 * progmodes/ada-mode.el (ada-mode): Clean up XEmacs handling.
758 Add support for add-log.
759 (ada-end-stmt-re): Fix bug - allow comment after 'when'.
760
761 * progmodes/ada-prj.el: Delete 'main_unit' project variable.
762 (ada-prj-save): Prompt for file name if not given.
763 (ada-prj-display-page): Display casing exceptions.
764
765 * progmodes/ada-xref.el: Add support for GNAT project files as Emacs
766 Ada mode project files. Delete 'main_unit' project variable;
767 only need 'main'. Simplify handling of default project values.
768 Use cross-prefix consistently.
769 (ada-find-executable): Throw error if not found.
770 (ada-initialize-runtime-library): Improve error handling when
771 gnatls not found.
772 (ada-gnat-parse-gpr): New.
773 (ada-treat-cmd-string): Allow process environment variables.
774 (ada-xref-set-default-prj-values): Delete; replace with
775 ada-default-prj-properties.
776 (ada-parse-prj-file): Handle GNAT project files.
777 (ada-parse-prj-file-1): New, factored out of ada-parse-prj-file.
778 (ada-select-prj-file): New.
779 (ada-get-absolute-dir-list): Allow project and environment variables.
780
781 2008-07-27 Michael Albinus <michael.albinus@gmx.de>
782
783 Sync with Tramp 2.1.14.
784
785 * net/tramp.el (tramp-perl-directory-files-and-attributes)
786 (tramp-get-device): Make device number a cons cell.
787 (tramp-convert-file-attributes): Make inode a cons cell.
788
789 * net/trampver.el: Update release number.
790
791 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
792
793 * faces.el (face-set-after-frame-default): Treat 'ns as all other
794 window systems.
795
796 2008-07-27 Adrian Robert <Adrian.B.Robert@gmail.com>
797
798 * term/ns-win.el (do-applescript): New alias in carbon-compat section.
799
800 2008-07-27 Dan Nicolaescu <dann@ics.uci.edu>
801
802 Remove support for Mac Carbon.
803 * term/mac-win.el: Remove file
804 * international/mule-cmds.el:
805 * version.el:
806 * startup.el:
807 * simple.el:
808 * mwheel.el:
809 * mouse.el:
810 * loadup.el:
811 * isearch.el:
812 * info.el:
813 * frame.el:
814 * faces.el:
815 * disp-table.el:
816 * cus-start.el:
817 * cus-face.el:
818 * cus-edit.el:
819 * Makefile.in: Remove code for Carbon.
820
821 2008-07-26 Adrian Robert <Adrian.B.Robert@gmail.com>
822
823 * term/ns-win.el (ns-extended-platform-support-mode): Get rid of
824 bindings for functions deleted by Dan N. 2008-07-21. Set
825 where-is-preferred-modifier. Add show-manual option to Help menu.
826
827 2008-07-26 Michael Albinus <michael.albinus@gmx.de>
828
829 * net/tramp.el (tramp-handle-start-file-process):
830 Set query-on-exit flag. Kill temporary buffer.
831 (tramp-process-sentinel): Remove defun.
832 (tramp-do-copy-or-rename-file-out-of-band)
833 (tramp-maybe-open-connection): Don't call it.
834
835 * net/tramp-fish.el (tramp-fish-maybe-open-connection): Don't call
836 `tramp-process-sentinel'.
837
838 * net/tramp-smb.el (tramp-smb-maybe-open-connection): Don't call
839 `tramp-process-sentinel'.
840
841 * net/xesam.el (xesam-from): Remove defvar.
842 (xesam-mode): Derive from `special-mode'. Extend `xesam-mode-map'
843 and `mode-line-position'.
844 (xesam-refresh-entry): Remove argument `hit-number'. Add debug
845 information to the widgets. Don't set `mode-line-position'.
846 (xesam-refresh-search-buffer): Correct hit number computing.
847 Don't set `mode-line-position'.
848 (xesam-new-search): Add debug information to the mode line.
849
850 2008-07-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
851
852 * diff-mode.el (diff-show-trailing-blanks): Renamed to
853 diff-show-trailing-whitespaces.
854
855 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
856
857 * textmodes/tex-mode.el (tex-compilation-parse-errors): Check for
858 invalid filename strings when parsing tex errors (bug#376).
859
860 2008-07-25 Dan Nicolaescu <dann@ics.uci.edu>
861
862 * menu-bar.el (menu-bar-file-menu): Fix typo.
863
864 2008-07-25 Juanma Barranquero <lekktu@gmail.com>
865
866 * play/solitaire.el (solitaire-mode-map): Define within defvar.
867 (solitaire-mode): Define with `define-derived-mode'.
868 (solitaire-insert-board, solitaire-right, solitaire-left, solitaire-up)
869 (solitaire-down): Use "?\s" instead of "?\ "; use `when'.
870 (solitaire-undo, solitaire-check): Use `when'.
871 (solitaire-solve): Err out if the solitaire is already in progress.
872 Use `when'.
873
874 * descr-text.el (describe-char): Don't overwrite local variable char
875 when describing characters with display-table entries. Display font
876 backend when describing composed characters. Simplify: use `let'
877 instead of `let*', and `or x y' instead of `if x x y'.
878
879 2008-07-25 Chong Yidong <cyd@stupidchicken.com>
880
881 * image-mode.el (image-minor-mode): Set up winprops.
882
883 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
884
885 * diff-mode.el (diff-show-trailing-blanks): New fun.
886 Show trailing blanks in modified lines for diff-mode.
887
888 2008-07-24 Michael Albinus <michael.albinus@gmx.de>
889
890 * Makefile.in (ELCFILES): Add net/xesam.el.
891
892 * net/tramp.el (tramp-handle-start-file-process): Make NAME a unique
893 process name. Reported by Markus Triska <markus.triska@gmx.at>.
894
895 * net/xesam.el: New file.
896
897 2008-07-24 Sven Joachim <svenjoac@gmx.de>
898
899 * dired-aux.el (dired-copy-file-recursive): Avoid calling
900 set-file-modes when creating target directories.
901
902 2008-07-24 Juanma Barranquero <lekktu@gmail.com>
903
904 * play/solitaire.el (solitaire-mode): Fix typo in docstring.
905 Set `show-trailing-whitespace' to nil.
906 (solitaire, solitaire-mode-map, solitaire-mode-hook, solitaire-solve):
907 Fix typos in docstrings.
908
909 2008-07-24 Chong Yidong <cyd@stupidchicken.com>
910
911 * textmodes/enriched.el (enriched-mode-map): Bind C-a and C-j via
912 key remapping, not directly.
913
914 2008-07-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
915
916 * whitespace.el: New version 11.2.
917 (whitespace-newline-mode, global-whitespace-newline-mode): New newline
918 minor mode visualization.
919
920 2008-07-24 Dan Nicolaescu <dann@ics.uci.edu>
921
922 * progmodes/cc-mode.el (auto-mode-alist): Add .i and .ii files.
923
924 * Makefile.in (ELCFILES): Add term/common-win.elc.
925
926 * vc-dir.el (vc-dir-search, vc-dir-isearch)
927 (vc-dir-isearch-regexp): New functions.
928 (vc-dir-mode-map, vc-dir-menu-map): Bind them.
929
930 2008-07-23 Juri Linkov <juri@jurta.org>
931
932 * isearch-multi.el: Remove file to avoid dos file name clashes
933 with isearch-x.el. Move most content to misearch.el.
934
935 * misearch.el: New file with most content from isearch-multi.el.
936 Rename `isearch-buffers' name prefixes to `multi-isearch'.
937 Remove `isearch-buffers-minor-mode'. Add new function
938 `multi-isearch-setup' to `isearch-mode-hook'. New top-level
939 commands `multi-isearch-buffers', `multi-isearch-buffers-regexp',
940 `multi-isearch-files', `multi-isearch-files-regexp'.
941
942 * Makefile.in (ELCFILES): Remove isearch-multi.elc. Add misearch.elc.
943
944 * isearch.el (isearch-message-prefix): Display "Multi" when
945 `multi-isearch-next-buffer-current-function' is non-nil.
946 (isearch-search-string): Replace `isearch-buffers-next-buffer-function'
947 with `multi-isearch-next-buffer-current-function', and
948 `isearch-buffers-current-buffer' with `multi-isearch-current-buffer'.
949
950 * add-log.el (change-log-mode): Set `change-log-next-buffer' to
951 `multi-isearch-next-buffer-function' instead of
952 `isearch-buffers-next-buffer-function'. Remove call to
953 `isearch-buffers-minor-mode'.
954
955 * buff-menu.el (Buffer-menu-marked-buffers)
956 (Buffer-menu-isearch-buffers)
957 (Buffer-menu-isearch-buffers-regexp): New functions.
958 (Buffer-menu-mode-map): Bind "M-s a C-s" to
959 `Buffer-menu-isearch-buffers', and "M-s a M-C-s" to
960 `Buffer-menu-isearch-buffers-regexp'.
961 (Buffer-menu-mode): Document new commands in docstring.
962 (list-buffers-noselect): Add one space after Info file name
963 according to the Info address convention.
964
965 * ibuf-ext.el (ibuffer-do-isearch, ibuffer-do-isearch-regexp):
966 New functions.
967
968 * ibuffer.el (ibuffer-mode-map): Bind "M-s a C-s" to
969 `ibuffer-do-isearch' and "M-s a M-C-s" to `ibuffer-do-isearch-regexp'.
970 (ibuffer-mode): Document new commands in docstring.
971
972 * filesets.el (filesets-commands): Add commands for "Isearch" and
973 "Isearch (regexp)". Replace `query-replace' and `query-replace-regexp'
974 with `perform-replace' using `filesets-cmd-query-replace-regexp-getargs'.
975 (filesets-run-cmd): Call `fn' only once if it is `multi-isearch-files'
976 or `multi-isearch-files-regexp'.
977 (filesets-cmd-query-replace-getargs): Call standard function
978 `query-replace-read-args' to read `query-replace' arguments.
979 Add `multi-query-replace-map'.
980 (filesets-cmd-query-replace-regexp-getargs)
981 (filesets-cmd-isearch-getargs): New functions.
982
983 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
984
985 * international/mule.el (recode-region): Deactivate mark at the end.
986
987 2008-07-23 Nikolaj Schumacher <n_schumacher@web.de> (tiny change)
988
989 * progmodes/flymake.el (flymake-errline, flymake-warnline):
990 Use more suitable colors on dark displays.
991
992 2008-07-23 Michael Albinus <michael.albinus@gmx.de>
993
994 * net/tramp.el (tramp-methods): Add "-q" for "scp", "scp1",
995 "scp2", "ssh", "ssh1", "ssh2", "scpc", "scpx", "sshx".
996 (tramp-temp-buffer-name): New defconst.
997 (tramp-handle-start-file-process): Use it. Apply "exec", for the
998 command. No trailing prompt.
999 (tramp-process-sentinel): Remove temporary buffer, if existing.
1000 Don't handle trailing prompt.
1001 (tramp-open-connection-setup-interactive-shell):
1002 Use `tramp-temp-buffer-name'.
1003
1004 2008-07-23 Chong Yidong <cyd@stupidchicken.com>
1005
1006 * shell.el (shell-dynamic-complete-functions):
1007 Use comint-dynamic-complete-filename as well (bug#361).
1008
1009 2008-07-23 Dan Nicolaescu <dann@ics.uci.edu>
1010
1011 * term/ns-win.el:
1012 * version.el (emacs-version):
1013 * loadup.el:
1014 * frame.el (make-frame-on-display): Check for ns instead of
1015 ns-windowing.
1016
1017 * dired.el (dired-mode-map): Show the key binding for wdired.
1018
1019 * menu-bar.el (menu-bar-file-menu): Show the key binding for
1020 exiting Emacs.
1021
1022 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1023
1024 * term/ns-win.el (x-list-fonts): Drop alias.
1025
1026 2008-07-23 Juri Linkov <juri@jurta.org>
1027
1028 * replace.el (multi-query-replace-map): New variable.
1029 (perform-replace): Add processing of new multi-buffer keys bound
1030 to `automatic-all' and `exit-current'. Set `query-flag' to nil
1031 if last input char was `automatic-all'. Set new local variable
1032 `multi-buffer' to t when one of new two keys were typed. Return
1033 non-nil value of `multi-buffer' that tells to calling functions
1034 to continue replacement on the next file.
1035
1036 * progmodes/etags.el (tags-query-replace): Set arg `map' of
1037 `perform-replace' to `multi-query-replace-map'.
1038
1039 2008-07-22 Stefan Monnier <monnier@iro.umontreal.ca>
1040
1041 * diff-mode.el (diff-auto-refine-mode): Remove lighter, since it's
1042 otherwise displayed in every buffer.
1043
1044 * vc-arch.el (vc-arch-trim-make-sentinel): Use a closure.
1045 (vc-arch-trim-one-revlib): Delete temp directories as well.
1046
1047 2008-07-22 Stephen Eglen <stephen@gnu.org>
1048
1049 * iswitchb.el (iswitchb-delim): New variable. Suggested by Ted Roden.
1050
1051 2008-07-22 Sven Joachim <svenjoac@gmx.de>
1052
1053 * vc-dir.el (vc-dir-recompute-file-state): Fix mismatched parenthesis.
1054
1055 2008-07-22 Miles Bader <miles@gnu.org>
1056
1057 * progmodes/sh-script.el (sh-newline-and-indent): Remove.
1058 (sh-mode-map): Remove remapping of newline-and-indent.
1059
1060 2008-07-22 Dan Nicolaescu <dann@ics.uci.edu>
1061
1062 * vc.el (Todo): Update.
1063
1064 * vc-hooks.el: Remove obsolete comment.
1065
1066 * vc-git.el (vc-git-status-printer): Update the directory display
1067 to match the default.
1068
1069 * vc-dir.el (vc-dir-recompute-file-state): Add workaround for CVS.
1070
1071 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1072
1073 * menu-bar.el (menu-bar-line-wrapping-menu): Use Visual Line mode
1074 for "word wrap" command.
1075
1076 * simple.el (visual-line-mode): Disable truncate-partial-width-windows.
1077
1078 2008-07-21 Dan Nicolaescu <dann@ics.uci.edu>
1079
1080 * term/ns-win.el: Rename ns- functions/variables to the
1081 corresponding x- versions.
1082 (x-select-text, x-cut-buffer-or-selection-value)
1083 (x-disown-selection-internal, x-get-selection-internal)
1084 (x-own-selection-internal, x-defined-colors, xw-defined-colors)
1085 (x-display-mm-width, x-display-mm-height)
1086 (x-display-backing-store, x-display-save-under)
1087 (x-display-visual-class, x-display-screens, x-focus-frame): Remove
1088 defaliases.
1089
1090 * frame.el (ns-display-name): Remove declaration.
1091 (make-frame-on-display): Use x-display-name instead
1092 ns-display-name. Use unless.
1093
1094 * startup.el (command-line-1): Fix indentation.
1095
1096 * term/ns-win.el (up-one, down-one, left-one, right-one): Remove,
1097 checked in inadvertently.
1098
1099 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1100
1101 * term/ns-win.el: Standardize references to "Nextstep" in
1102 comments, messages, and docstrings.
1103 (ns-handle-args, x-parse-geometry)
1104 (ns-extended-platform-support-mode, x-setup-function-keys)
1105 (ns-select-overlay, ns-unselect-line, ns-yes-or-no-p)
1106 (ns-set-pasteboard, ns-scroll-bar-move, ns-defined-colors)
1107 (ns-initialized, ns-initialize-window-system): Doc fixes.
1108
1109 2008-07-21 Thien-Thi Nguyen <ttn@gnuvola.org>
1110
1111 * diff-mode.el (diff-auto-refine): Delete defcustom.
1112 (diff-auto-refine-mode): New func/var via define-minor-mode.
1113 Update var ref to use diff-auto-refine-mode.
1114 * smerge-mode.el (diff-mode): Require when compiling.
1115 (smerge-auto-refine): Delete defcustom.
1116 Update smerge-auto-refine ref to use diff-auto-refine-mode.
1117
1118 2008-07-21 Chong Yidong <cyd@stupidchicken.com>
1119
1120 * simple.el (visual-line): New custom group.
1121 (visual-line-fringe-indicators): New var.
1122 (visual-line-mode): Set fringe-indicator-alist based on
1123 visual-line-fringe-indicators. Add lighter.
1124
1125 2008-07-20 Dan Nicolaescu <dann@ics.uci.edu>
1126
1127 * term/x-win.el (x-handle-switch, x-handle-numeric-switch)
1128 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1129 (x-handle-geometry, x-handle-name-switch, x-display-name)
1130 (x-handle-display, x-handle-args, x-colors): Move ...
1131 * term/common-win.el: ... here. New file.
1132 * term/w32-win.el (x-handle-switch, x-handle-numeric-switch)
1133 (x-handle-initial-switch, x-handle-iconic, x-handle-xrm-switch)
1134 (x-handle-geometry, x-handle-name-switch, x-display-name)
1135 (x-handle-display, x-handle-args, x-colors): Remove.
1136 * loadup.el: Load term/common-win before term/x-win and term/w32-win.
1137
1138 2008-07-19 Juri Linkov <juri@jurta.org>
1139
1140 * startup.el (fancy-startup-text): Move the line "To quit
1141 a partially entered command, type Control-g" a few lines below
1142 to be after the line "To start". Add text "at gnu.org" to
1143 "Overview of Emacs features".
1144
1145 * dired.el (dired-mode-map): Fix menu text of
1146 image-dired-display-thumbs.
1147
1148 * image-dired.el (image-dired-cmd-create-thumbnail-options)
1149 (image-dired-cmd-create-temp-image-options)
1150 (image-dired-cmd-create-standard-thumbnail-command): Add > to the
1151 ImageMagick command line to change the dimensions of the image
1152 only if its width or height exceeds the geometry specification.
1153
1154 * longlines.el: Add coding cookie utf-8 for the pilcrow sign.
1155
1156 * proced.el (proced-mode, proced): Add \\<proced-mode-map>
1157 to docstrings.
1158
1159 2008-07-19 Adrian Robert <Adrian.B.Robert@gmail.com>
1160
1161 * term/ns-win.el (ns-ps-print-menu-map): Fix typo pointed out by
1162 Vinicius Jose Latorre.
1163
1164 2008-07-19 Glenn Morris <rgm@gnu.org>
1165
1166 * term/ns-win.el (ns-make-command-string): Use mapconcat.
1167 (ns-save-preferences): Fix typo in previous change. (Bug#573)
1168
1169 2008-07-18 Michael Albinus <michael.albinus@gmx.de>
1170
1171 * net/dbus.el (dbus-interface-properties): New defconst.
1172 (dbus-introspect): Update docstring.
1173 (dbus-introspect-xml, dbus-introspect-get-attribute)
1174 (dbus-introspect-get-node-names, dbus-introspect-get-all-nodes)
1175 (dbus-introspect-get-interface-names)
1176 (dbus-introspect-get-interface, dbus-introspect-get-method-names)
1177 (dbus-introspect-get-method, dbus-introspect-get-signal-names)
1178 (dbus-introspect-get-signal, dbus-introspect-get-property-names)
1179 (dbus-introspect-get-property)
1180 (dbus-introspect-get-annotation-names)
1181 (dbus-introspect-get-annotation)
1182 (dbus-introspect-get-argument-names, dbus-introspect-get-argument)
1183 (dbus-introspect-get-signature, dbus-get-property)
1184 (dbus-set-property, dbus-get-all-properties): New defuns.
1185
1186 2008-07-18 Chong Yidong <cyd@stupidchicken.com>
1187
1188 * Makefile.in (ELCFILES): Remove ns-carbon-compat.elc. and
1189 ns-grabenv.elc.
1190
1191 * ns-carbon-compat.el: File removed.
1192
1193 * ns-grabenv.el: File removed.
1194
1195 * term/ns-win.el: Contents of ns-carbon-compat.el and
1196 ns-grabenv.el moved here.
1197 (ns-grabenv, ns-open-file-select-line): Doc fixes.
1198 (ns-submit-bug-report): Function removed. Reports go to the main
1199 Emacs bug list.
1200 (ns-handle-args, ns-spi-service-call): Doc fixes.
1201 (info-ns-emacs): Function removed. Nextstep port manual will be
1202 merged into the Emacs manual, so no separate link needed.
1203
1204 2008-07-18 Francesc Rocher <rocher@member.fsf.org>
1205
1206 * startup.el (fancy-splash-head): Fix change of 2008-07-02.
1207
1208 2008-07-18 Glenn Morris <rgm@gnu.org>
1209
1210 * eshell/esh-arg.el (eshell-quote-backslash): Restrict previous change
1211 to XEmacs, since it does nothing for Emacs.
1212
1213 2008-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
1214
1215 * net/tls.el (open-tls-stream): Make it work with the 2nd argument
1216 BUFFER that is a string but does not exist as a buffer object, as
1217 mentioned in the doc-string.
1218
1219 2008-07-17 Chong Yidong <cyd@stupidchicken.com>
1220
1221 * simple.el (line-move-visual): Make it a defcustom.
1222 (line-move-1): Convert temporary-goal-column back to an integer if
1223 it was set as a float by a previous call to line-move-visual.
1224 (end-of-visual-line, beginning-of-visual-line)
1225 (next-logical-line, previous-logical-line): New functions.
1226
1227 2008-07-17 David Reitter <david.reitter@gmail.com>
1228
1229 * simple.el (kill-visual-line, turn-on-visual-line-mode): New
1230 functions.
1231 (visual-line-mode, global-visual-line-mode): New minor mode.
1232 (visual-line-mode-map): New variable.
1233
1234 2008-07-17 Glenn Morris <rgm@gnu.org>
1235
1236 * term/ns-win.el (parameters): Declare for compiler.
1237
1238 2008-07-17 Fan Kai <fktpp@xemacs.org> (tiny change)
1239
1240 * eshell/esh-arg.el (eshell-quote-backslash): Fix eshell path completion
1241 for Windows.
1242
1243 2008-07-17 Daiki Ueno <ueno@unixuser.org>
1244
1245 * epa.el (epa-key-list-mode): Use run-mode-hooks.
1246 (epa-key-mode): Ditto.
1247 (epa-info-mode): Ditto.
1248
1249 2008-07-17 Glenn Morris <rgm@gnu.org>
1250
1251 * term/ns-win.el (ns-handle-switch): Simplify. Handle the numeric case.
1252 (ns-handle-numeric-switch): Just call ns-handle-switch.
1253 (ns-handle-name-switch, ns-handle-nxopen, ns-handle-nxopentemp)
1254 (ns-handle-args): Simplify using `pop'.
1255 (ns-display-name): Define (used in frame.el).
1256 (menu-bar-select-frame): Add (ignored) arg to more closely match the
1257 original definition.
1258 (ns-perform-service): Declare.
1259 (ns-save-preferences): Use fewer `let's.
1260
1261 * frame.el (ns-display-name): Declare for compiler.
1262
1263 2008-07-17 Kenichi Handa <handa@m17n.org>
1264
1265 * descr-text.el (describe-char-unidata-list): Initialize to the
1266 list of name, general-category, decomposition, and old-name.
1267
1268 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1269
1270 * startup.el (command-line-1): Update processing of NS long options to
1271 mimic recent changes to processing of X long options.
1272
1273 2008-07-16 Nick Roberts <nickrob@snap.net.nz>
1274
1275 * progmodes/gdb-ui.el (gdb-create-define-alist): Don't create a
1276 list of #defines for remote files.
1277 (gdb-source-info): Only show main if it has been found.
1278
1279 2008-07-16 Stefan Monnier <monnier@iro.umontreal.ca>
1280
1281 * term/ns-win.el: Require CL; fix up comment style; reindent.
1282 (ns-define-service): Use subst-char-in-string. Avoid `eval'.
1283 (ns-save-preferences): Use `case'.
1284 (ns-initialize-window-system): Use `dolist'.
1285
1286 2008-07-16 Adrian Robert <Adrian.B.Robert@gmail.com>
1287
1288 * loadup.el: Remove load of easy-mmode prior to ns-win when NS
1289 windowing is used.
1290 * term/ns-win.el (ns-extended-platform-support-mode):
1291 Correct/improve documentation.
1292
1293 2008-07-16 Glenn Morris <rgm@gnu.org>
1294
1295 * emacs-lisp/cl-compat.el, emacs-lisp/cl-macs.el, emacs-lisp/cl-seq.el:
1296 Simply require 'cl (see comment in cl-compat.el).
1297 * emacs-lisp/cl-macs.el (cl-compile-time-init): Remove function.
1298 * emacs-lisp/cl.el (cl-do-pop, cl-mapcar-many): Declare for compiler.
1299 (cl-hack-byte-compiler): Load cl-macs and run cl-hack-bytecomp-hook
1300 directly rather by subterfuge. Provide cl before loading cl-macs.
1301
1302 * paths.el (rmail-spool-directory): Remove settings for systems that are
1303 no longer supported.
1304
1305 * frame.el (ns-initialize-window-system): Declare for compiler.
1306
1307 * term/ns-win.el: Add numerous declarations for compiler.
1308 (ns-pop-up-frames): Move definition before use. Doc fix.
1309
1310 * emacs-lisp/check-declare.el (check-declare-locate)
1311 (check-declare-verify): Handle .m files.
1312
1313 2008-07-15 Adrian Robert <Adrian.B.Robert@gmail.com>
1314
1315 * ns-carbon-compat.el: New file: user-visible compatibility of
1316 NeXTstep port with Carbon port.
1317 * ns-grabenv.el: New file: functionality useful on OS X platform to
1318 expose environment variables inside Emacs started from icon.
1319 * Makefile.in (ELCFILES): Add ns-carbon-compat, ns-grabenv, ns-win.
1320 * cus-edit.el:
1321 * cus-face.el:
1322 * disp-table.el:
1323 * faces.el:
1324 * info.el:
1325 * mouse.el:
1326 * mwheel.el:
1327 * simple.el: Add ns to window systems treated as GUIs.
1328 * facemenu.el (facemenu-read-color): Don't require a name match under
1329 NS, to allow numeric color entry.
1330 * frame.el (make-frame-on-display): Follow code for 'x in initializing
1331 'ns window system if need be.
1332 (various): Add 'ns as described above.
1333 * loadup.el: Load ns-win.el, easy-menu.el, easy-mmode.el if
1334 ns-windowing is active.
1335 * startup.el (command-line-ns-option-alist): New constant to handle NS
1336 windowing system specific command line args analogous to how they are
1337 handled for X windows.
1338 (command-line-1): Use the above where appropriate.
1339 * version.el: Add NS port version.
1340 * woman.el (woman-man.conf-path): Add /usr/share/misc to init path on
1341 Darwin (usually OS X) systems.
1342 (woman-use-own-frame): Include 'ns in list of GUI window systems.
1343 * emulation/viper-util.el (ns-display-color-p)
1344 (ns-color-defined-p): Remove these (caustically-commented) outdated
1345 compensations for a port that was never itself integrated until now.
1346 * gnus/gnus-util.el (gnus-select-frame-set-input-focus): Add support
1347 for NS window system.
1348 * international/mule-cmds.el: Add 'ns to list of special-cased window
1349 systems (probably most of these, x/w32/mac/ns could be changed to
1350 window-system non-nil).
1351 * term/ns-win.el: New file: lisp-side support for NS windowing system.
1352
1353 2008-07-14 Jason Rumney <jasonr@gnu.org>
1354
1355 * term/w32-win.el (x-handle-switch, x-handle-name-switch)
1356 (x-handle-numeric-switch, x-handle-initial-switch)
1357 (x-handle-xrm-switch, x-handle-args, x-handle-display)
1358 (xw-defined-colors, w32-initialize-window-system):
1359 Avoid use of cl pop and push macros.
1360
1361 2008-07-14 Martin Rudalics <rudalics@gmx.at>
1362
1363 * add-log.el (change-log-goto-source): Avoid wrong-type-argument
1364 error when change-log-search-file-name returns nil.
1365
1366 2008-07-13 Martin Rudalics <rudalics@gmx.at>
1367
1368 * add-log.el (change-log-search-file-name):
1369 Use match-string-no-properties.
1370 (change-log-search-tag-name-1, change-log-search-tag-name)
1371 (change-log-goto-source-1, change-log-goto-source): New functions.
1372 (change-log-tag-re, change-log-find-head, change-log-find-tail):
1373 New variables.
1374 (change-log-mode-map): Bind C-c C-c to change-log-goto-source.
1375
1376 2008-07-13 Jay Belanger <jay.p.belanger@gmail.com>
1377
1378 * calc/calc-help.el (calc-describe-key): Add angles to special key
1379 descriptions.
1380
1381 2008-07-13 Vincent Belaïche <vincent.b.1@hotmail.fr>
1382
1383 * calc/calc-help.el (calc-describe-thing): Use `re-search-forward' to
1384 search for regexp.
1385
1386 2008-07-12 Chong Yidong <cyd@stupidchicken.com>
1387
1388 * simple.el (line-move-visual): Handle null pixel position gracefully.
1389
1390 2008-07-11 Jason Rumney <jasonr@gnu.org>
1391
1392 * files.el (file-truename): Get truename of ancestors if file does
1393 not exist on Windows.
1394
1395 2008-07-11 Chong Yidong <cyd@stupidchicken.com>
1396
1397 * simple.el (line-move-visual): Obey goal-column and no-error arg.
1398 (track-eol, temporary-goal-column, previous-line, next-line):
1399 Update docstring.
1400 (move-end-of-line, move-beginning-of-line): Bind line-move-visual
1401 to nil.
1402
1403 2008-07-11 Stefan Monnier <monnier@iro.umontreal.ca>
1404
1405 * simple.el (line-move-visual): New var.
1406 (line-move-visual): New function.
1407 (line-move): Call line-move-visual.
1408
1409 2008-07-11 Dan Nicolaescu <dann@ics.uci.edu>
1410
1411 * progmodes/grep.el (grep-files-aliases): Improve the C++ source
1412 pattern and add patterns for C++ header files.
1413
1414 2008-07-10 Chong Yidong <cyd@stupidchicken.com>
1415
1416 * window.el (truncated-partial-width-window-p): New function.
1417
1418 * menu-bar.el: Remove Longlines mode from menu. Add word-wrap option.
1419
1420 * faces.el (x-create-frame-with-faces): Don't pass parameters that
1421 are set later to x-create-frame.
1422 (face-set-after-frame-default): Apply X resources for non-default
1423 faces.
1424
1425 2008-07-08 Chong Yidong <cyd@stupidchicken.com>
1426
1427 * faces.el (face-set-after-frame-default): Simplify. Don't apply
1428 frame-specific X resource settings. Set faces using a list of
1429 frame parameters explicitly passed to the calling
1430 function (e.g. make-frame).
1431 (x-create-frame-with-faces, tty-create-frame-with-faces): Supply
1432 explicit frame parameter list to face-set-after-frame-default.
1433
1434 2008-07-08 Eduard Wiebe <usenet@pusto.de> (tiny change)
1435
1436 * net/browse-url.el (browse-url-default-browser):
1437 Fix argument list in lambda.
1438
1439 2008-07-07 Ulf Jasper <ulf@web.de>
1440
1441 * net/newst-backend.el (newsticker--get-news-by-url): Catch errors
1442 from url-retrieve.
1443 (newsticker--sentinel-work): Fix xerror typo.
1444
1445 2008-07-07 Dan Nicolaescu <dann@ics.uci.edu>
1446
1447 * vc-dir.el (vc-dir-refresh): Only update files.
1448
1449 * vc-git.el (vc-git--ls-files-state): Remove unused function.
1450
1451 * vc-bzr.el (vc-bzr-after-dir-status): Deal with execute bit changes.
1452
1453 2008-07-06 John Paul Wallington <jpw@pobox.com>
1454
1455 * kermit.el (kermit-esc-char, kermit-clean-off): Doc fixes.
1456
1457 2008-07-05 Alexandre Julliard <julliard@winehq.org>
1458
1459 * vc-git.el (vc-git-registered): Return true for removed files.
1460 (vc-git-print-log, vc-git-log-view-mode): Print a single log for
1461 all the files instead of one per file.
1462 (vc-git-previous-revision): Add support for project-wide previous
1463 revision when specified file is nil.
1464
1465 2008-07-05 Dan Nicolaescu <dann@ics.uci.edu>
1466
1467 * vms-patch.el, vmsproc.el, mail/vms-pmail.el: Move to obsolete dir.
1468
1469 * vc-dir.el (vc-dir-find-child-files): New function.
1470 (vc-dir-resync-directory-files): New function.
1471 (vc-dir-recompute-file-state): New function, broken out of ...
1472 (vc-dir-resynch-file): ... here. Also deal with directories.
1473 * vc-dispatcher.el (vc-resynch-buffers-in-directory): New function.
1474 (vc-resynch-buffer): Use it.
1475
1476 * vc-hg.el (vc-hg-registered): Do not set vc-state.
1477
1478 * vc-annotate.el (vc-annotate-mode-menu): Add separator.
1479
1480 2008-07-05 Nick Roberts <nickrob@snap.net.nz>
1481
1482 * progmodes/gdb-ui.el (gdb-display-buffer): Don't split a buffer
1483 if it's not part of gdb-ui, e.g, at start.
1484
1485 * progmodes/gud.el (gud-gdb-get-stackframe): Allow absolute
1486 filenames in stack trace (text command mode).
1487
1488 2008-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
1489
1490 * mouse-drag.el (mouse-drag-throw, mouse-drag-drag): Autoload.
1491
1492 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
1493 Use syntax-ppss on a position *before* the char we want to change.
1494
1495 2008-07-04 Dan Nicolaescu <dann@ics.uci.edu>
1496
1497 * vc-dir.el (vc-dir-query-replace-regexp): New function.
1498 (vc-dir-tool-bar-map, vc-dir-menu-map): Bind it.
1499 (vc-dir-mode-map): Likewise.
1500
1501 2008-07-03 Juanma Barranquero <lekktu@gmail.com>
1502
1503 * eshell/esh-arg.el (eshell-quote-backslash): Fix typo in docstring.
1504 (eshell-parse-argument-hook, eshell-special-chars-inside-quoting)
1505 (eshell-arg-load-hook, eshell-special-chars-outside-quoting):
1506 Remove spurious * in defcustom docstrings.
1507
1508 * textmodes/fill.el (fill-paragraph): Fix typo in docstring.
1509 (fill-individual-varying-indent, colon-double-space, enable-kinsoku)
1510 (adaptive-fill-mode, adaptive-fill-first-line-regexp)
1511 (default-justification): Remove spurious * in defcustom docstrings.
1512
1513 * textmodes/rst.el (rst, rst-line-homogeneous-p, rst-mode-abbrev-table)
1514 (rst-font-lock-keywords-function, rst-mode, rst-minor-mode)
1515 (rst-compare-decorations, rst-default-indent, rst-update-section)
1516 (rst-decoration-complete-p, rst-section-tree, rst-toc-insert-node)
1517 (rst-toc-insert-find-delete-contents, rst-toc-count-lines)
1518 (rst-toc-mode-goto-section, rst-faces, rst-level-face-base-color):
1519 Fix typos in docstrings.
1520 (rst-mode-lazy): Fix typo in docstring. Remove spurious *.
1521 (rst-adjust, rst-line-homogeneous-p, rst-suggest-new-decoration)
1522 (rst-get-decorations-around, rst-section-tree-point)
1523 (rst-font-lock-adornment-point): Reflow docstrings.
1524 (rst-get-decoration, rst-get-decoration-match, rst-adjust-decoration):
1525 Doc fixes.
1526 (rst-re-enumerations): Comment out.
1527
1528 * nxml/nxml-glyph.el (nxml-glyph-set-hook):
1529 * nxml/nxml-uchnm.el (nxml-unicode-blocks)
1530 (nxml-unicode-block-char-name-set):
1531 * nxml/nxml-util.el (nxml-debug, nxml-make-namespace):
1532 * nxml/rng-nxml.el (rng-set-state-after):
1533 * nxml/rng-uri.el (rng-file-name-uri): Fix typo in docstring.
1534
1535 * nxml/rng-cmpct.el (rng-c-lookup-create, rng-c-parse-primary)
1536 (rng-c-parse-annotation-body):
1537 * nxml/rng-dt.el (rng-dt-namespace-context-getter): Reflow docstrings.
1538
1539 * nxml/nxml-mode.el (nxml, nxml-mode, nxml-after-change1)
1540 (nxml-extend-region, nxml-merge-indent-context-type, nxml-complete)
1541 (nxml-forward-balanced-item, nxml-dynamic-markup-word)
1542 (nxml-define-char-name-set, nxml-toggle-char-ref-extra-display):
1543 Fix typos in docstrings.
1544 (nxml-attribute-indent): Reflow docstring.
1545 (nxml-bind-meta-tab-to-complete-flag, nxml-last-fontify-end)
1546 (nxml-default-buffer-file-coding-system): Doc fixes.
1547
1548 * nxml/nxml-ns.el (nxml-ns-state, nxml-ns-initial-state)
1549 (nxml-ns-set-prefix): Fix typos in docstrings.
1550 (nxml-ns-push-state, nxml-ns-pop-state, nxml-ns-set-default):
1551 Reflow docstring.
1552 (nxml-ns-get-prefix, nxml-ns-get-default): Doc fixes.
1553
1554 * nxml/nxml-outln.el (nxml-hide-all-text-content)
1555 (nxml-show-direct-text-content, nxml-show-direct-subheadings)
1556 (nxml-hide-direct-text-content, nxml-hide-subheadings)
1557 (nxml-hide-text-content, nxml-show-subheadings, nxml-hide-other)
1558 (nxml-outline-display-rest, nxml-outline-set-overlay)
1559 (nxml-section-tag-forward, nxml-section-tag-backward)
1560 (nxml-back-to-section-start): Fix typos in docstrings.
1561
1562 * nxml/nxml-parse.el (nxml-validate-function, nxml-parse-file):
1563 Doc fixes.
1564
1565 * nxml/nxml-rap.el (nxml-scan-end, nxml-move-tag-backwards)
1566 (nxml-scan-element-forward, nxml-scan-element-backward): Doc fixes.
1567 (nxml-scan-after-change): Fix typo in docstring.
1568
1569 * nxml/rng-match.el (rng-being-compiled, rng-normalize-choice-list)
1570 (rng-name-class-possible-names): Doc fixes.
1571 (rng-memo-map-add, rng-intern-group, rng-match-possible-namespace-uris)
1572 (rng-match-possible-start-tag-names, rng-match-possible-value-strings):
1573 Fix typos in docstrings.
1574 (rng-intern-group-shortcut, rng-intern-choice-shortcut):
1575 Reflow docstrings.
1576
1577 * nxml/rng-util.el (rng-uniquify-eq, rng-uniquify-equal): Doc fixes.
1578 (rng-substq, rng-complete-before-point): Fix typos in docstrings.
1579
1580 * nxml/rng-xsd.el (rng-xsd-make-date-time-regexp)
1581 (rng-xsd-convert-date-time): Reflow docstrings.
1582 (rng-xsd-compile): Fix typo in docstring.
1583
1584 * nxml/rng-loc.el (rng-current-schema-file-name)
1585 (rng-locate-schema-file-using, rng-locate-schema-file-from-type-id):
1586 Doc fixes.
1587 (rng-set-schema-file): Fix typo in docstring.
1588
1589 * nxml/rng-valid.el (rng-error-count, rng-validate-mode)
1590 (rng-do-some-validation, rng-process-start-tag, rng-process-text):
1591 Fix typos in docstrings.
1592 (rng-message-overlay, rng-conditional-up-to-date-start)
1593 (rng-conditional-up-to-date-end): Doc fixes.
1594 (rng-next-error, rng-previous-error): Reflow docstrings.
1595
1596 * nxml/xmltok.el (xmltok-attribute-raw-normalized-value): Doc fix.
1597 (xmltok-dtd, xmltok-dependent-regions, xmltok-attribute-refs)
1598 (xmltok-valid-char-p, xmltok-standalone, xmltok-forward-prolog)
1599 (xmltok-merge-attributes): Fix typos in docstrings.
1600 (xmltok-make-attribute, xmltok-forward-special)
1601 (xmltok-get-declared-encoding-position): Reflow docstrings.
1602
1603 * nxml/xsd-regexp.el (xsdre-char-class-to-range-list): Doc fix.
1604 (xsdre-range-list-union, xsdre-check-range-list, xsdre-current-regexp):
1605 Fix typos in docstrings.
1606
1607 2008-07-02 John Paul Wallington <jpw@pobox.com>
1608
1609 * ibuffer.el (ibuffer-buffer-file-name):
1610 Use `list-buffers-directory'. Remove special-casing for `cvs-mode'
1611 and `vc-dir-mode'. Suggested by Dan Nicolaescu.
1612
1613 2008-07-02 Toru Tsuneyoshi <t_tuneyosi@hotmail.com>
1614
1615 * files.el (backup-extract-version): Handle versioned directories.
1616 (trash-directory): New variable.
1617 (move-file-to-trash): New function.
1618
1619 * cus-start.el (delete-by-moving-to-trash): Declare for custom.
1620
1621 2008-07-02 Magnus Henoch <mange@freemail.hu>
1622
1623 * vc-git.el (vc-git-annotate-command): Use proper option for
1624 specifying revision.
1625
1626 2008-07-02 Francesc Rocher <rocher@member.fsf.org>
1627
1628 * startup.el (fancy-splash-head): Prefer SVG or PNG splash image,
1629 if available.
1630
1631 2008-07-01 Dan Nicolaescu <dann@ics.uci.edu>
1632
1633 * uniquify.el (uniquify-list-buffers-directory-modes): Add vc-dir-mode.
1634
1635 * vc-annotate.el (vc-annotate-mode-map): Use lower case keys.
1636 Add binding for vc-annotate-show-changeset-diff-revision-at-line.
1637
1638 * vc-dir.el (vc-dir-mode): Set list-buffers-directory.
1639
1640 2008-07-01 Nick Roberts <nickrob@snap.net.nz>
1641
1642 * progmodes/gdb-ui.el (gdb-create-source-file-list): New option.
1643 (gdb-init-2): Use it. Don't run gdb-mode-hook again.
1644 (gdb-var-list-children-regexp, gdb-var-update-regexp)
1645 (gdb-info-breakpoints-custom, gdb-stack-list-frames-regexp)
1646 (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1647 (gdb-stack-list-locals-regexp): Future proof regexps better.
1648
1649 2008-06-30 Juri Linkov <juri@jurta.org>
1650
1651 * faces.el (face-name-history): New variable.
1652 (make-face, make-empty-face): Replace interactive spec "S"
1653 with `read-from-minibuffer' where `read' arg is t and
1654 `hist' arg is `face-name-history'.
1655 (read-face-name): Set `hist' arg of `completing-read-multiple'
1656 to `face-name-history'.
1657 (list-faces-display): Use `read-regexp' instead of `read-string'
1658 to read regexp.
1659
1660 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
1661 to `regexp-history'.
1662 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
1663 make it an obsolete alias to it.
1664 (hi-lock-face-defaults): New variable renamed from
1665 `hi-lock-face-history'.
1666 (hi-lock-line-face-buffer, hi-lock-face-buffer)
1667 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
1668 `read-from-minibuffer'. Doc fix.
1669 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
1670 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
1671 Set `hist' arg of `completing-read' to `face-name-history'.
1672 Put a list of default faces to `default' arg instead of `hist' arg.
1673
1674 * bindings.el (abbrev-map, narrow-map): New variables.
1675 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
1676 Rebind related commands to these new maps.
1677 (ctl-x-r-map): New variable for rectangle, register and bookmark
1678 keys. Move rectangle keybindings to rect.el and register
1679 keybindings to register.el.
1680 (next-buffer, previous-buffer): Remove C-x prefix and move
1681 keybindings to ctl-x-map.
1682
1683 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
1684 to the new map `ctl-x-r-map' in autoload cookies.
1685
1686 * expand.el: Rebind two global `C-x a' keys "n", "p"
1687 to the new map `abbrev-map' in autoload cookies.
1688
1689 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
1690
1691 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
1692
1693 2008-06-30 Miles Bader <miles@gnu.org>
1694
1695 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
1696 after processing an escape sequence.
1697
1698 2008-06-29 Michael Albinus <michael.albinus@gmx.de>
1699
1700 * net/tramp-ftp.el (tramp-ftp-file-name-handler): Revert patch
1701 from 2008-06-28. It does not work on W32.
1702
1703 2008-06-29 Juri Linkov <juri@jurta.org>
1704
1705 * replace.el (read-regexp): New function.
1706 (keep-lines-read-args, occur-read-primary-args):
1707 Call `read-regexp' instead of code moved to new function.
1708 (keep-lines, flush-lines, how-many): Remove parenthesis and colon
1709 from the end of prompt.
1710 (replace-re-search-function): Doc fix.
1711
1712 2008-06-29 Kenichi Handa <handa@m17n.org>
1713
1714 * descr-text.el (describe-char-display): Always return a string.
1715 (describe-char-padded-string): New function.
1716 (describe-char): Adjusted for the change of
1717 describe-char-display. Use describe-char-padded-string.
1718
1719 2008-06-29 Andreas Schwab <schwab@suse.de>
1720
1721 * vc-dir.el (vc-dir): Make backend argument optional and use
1722 vc-responsible-backend when nil. Interactively pass nil for
1723 backend instead of using the backend of what happens to be
1724 default-directory at the time of the call.
1725
1726 * find-dired.el (find-dired-filter): Preserve point.
1727
1728 2008-06-28 Juanma Barranquero <lekktu@gmail.com>
1729
1730 * net/sasl.el (sasl-client-set-property, sasl-make-mechanism)
1731 (sasl-find-mechanism, sasl-next-step):
1732 * net/sasl-ntlm.el (sasl-ntlm-steps, sasl-ntlm-request)
1733 (sasl-ntlm-response): Fix typos in docstrings.
1734
1735 2008-06-28 robert marshall <robert@capuchin.co.uk> (tiny change)
1736
1737 * international/mule-cmds.el (view-hello-file): Doc fix.
1738
1739 2008-06-28 Chong Yidong <cyd@stupidchicken.com>
1740
1741 * faces.el (inhibit-face-set-after-frame-default): Var deleted.
1742 (set-face-attribute, face-set-after-frame-default)): Don't use it.
1743
1744 2008-06-28 John Paul Wallington <jpw@pobox.com>
1745
1746 * calc/calc.el (defmath): Add `doc-string' decl. Add docstring.
1747
1748 2008-06-28 Michael Albinus <michael.albinus@gmx.de>
1749
1750 * net/tramp.el (tramp-handle-file-modes): Handle symlinks.
1751 (tramp-convert-file-attributes): Convert symlinks only when
1752 returned from `tramp-handle-file-attributes-with-stat'.
1753
1754 * net/tramp-ftp.el (top): Delete 'ange-ftp property from
1755 `substitute-in-file-name' when unloading.
1756 (tramp-ftp-file-name-handler): Set `tramp-mode' to nil.
1757
1758 2008-06-28 Dan Nicolaescu <dann@ics.uci.edu>
1759
1760 * vc-dir.el (vc-dir-hide-up-to-date): Also hide empty directories.
1761 (vc-string-prefix-p): Move function ...
1762 * vc.el (vc-string-prefix-p): ... here.
1763
1764 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * vc-dir.el (vc-dir): Complete only directory names.
1767
1768 2008-06-27 Jason Rumney <jasonr@gnu.org>
1769
1770 * w32-fns.el (top-level): Unconditionally define all charsets.
1771
1772 2008-06-27 Alan Mackenzie <acm@muc.de>
1773
1774 * progmodes/cc-mode.el (c-mode-base-map): Don't bind C-M-[ae] to
1775 the CC Mode specific functions; this is no longer needed, since
1776 {beginning,end}-of-defun now pass ARG to ...-of-defun-function.
1777
1778 * progmodes/cc-defs.el (c-emacs-features): New feature
1779 'argumentative-bod-function.
1780
1781 2008-06-27 John Paul Wallington <jpw@pobox.com>
1782
1783 * chistory.el (list-command-history): Use `bound-and-true-p'.
1784 (command-history-map): Define within defvar. Add docstring.
1785
1786 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
1787
1788 * image.el (image-jpeg-p): Don't fail if the arg cannot be converted
1789 to unibyte; just assume it is not a JPEG. Use `string-match-p'.
1790 (image-type-from-data, image-type-from-file-name): Use `string-match-p'.
1791 (image-type-from-buffer): Use `looking-at-p'.
1792
1793 2008-06-27 Juanma Barranquero <lekktu@gmail.com>
1794
1795 * ibuf-ext.el (diff-sentinel): Declare.
1796
1797 2008-06-27 Glenn Morris <rgm@gnu.org>
1798
1799 * calendar/lunar.el (calendar-lunar-phases): Rename from
1800 calendar-phases-of-moon. Keep old name as alias, update callers.
1801 (lunar-phases): Rename from phases-of-moon. Keep old name as alias.
1802 (diary-lunar-phases): Rename from diary-phases-of-moon.
1803 Keep old name as alias.
1804 * calendar/cal-menu.el (cal-menu-sunmoon-menu)
1805 (cal-menu-global-mouse-menu): Update for lunar name changes.
1806 * calendar/calendar.el (calendar-mode-map): Update for name change.
1807 * calendar/diary-lib.el (diary-list-sexp-entries): Doc update.
1808
1809 2008-06-26 Glenn Morris <rgm@gnu.org>
1810
1811 * calendar/solar.el (solar-sunrise-sunset-string): Add optional
1812 argument `nolocation'.
1813 (calendar-sunrise-sunset-month): New function.
1814 * calendar/cal-menu.el (cal-menu-sunmoon-menu): Rename from
1815 cal-menu-moon-menu. Add calendar-sunrise-sunset-month.
1816 (cal-menu-global-mouse-menu): Add calendar-sunrise-sunset-month.
1817 * calendar/calendar.el (solar-sunrises-buffer): New constant.
1818 (calendar-mode-map): Use cal-menu-sunmoon-menu.
1819 (calendar-buffer-list): Add solar-sunrises-buffer.
1820
1821 * calendar/cal-menu.el (cal-menu-goto-menu): Tweak menu name.
1822
1823 2008-06-26 Chong Yidong <cyd@stupidchicken.com>
1824
1825 * cus-start.el: Add customization types for word-wrap and
1826 shift-select-mode.
1827
1828 2008-06-26 John Paul Wallington <jpw@pobox.com>
1829
1830 * ibuf-ext.el (ibuffer-diff-buffer-with-file-1): New function.
1831 (ibuffer-diff-with-file): Use it. Do diff on marked buffers.
1832 (ibuffer-mark-on-buffer): Don't display message when removing marks.
1833 (ibuffer-mark-by-mode): Use `buffer-local-value'.
1834
1835 2008-06-26 Dan Nicolaescu <dann@ics.uci.edu>
1836
1837 * vc-dir.el (tool-bar): Require.
1838
1839 * vc.el (ewoc, tool-bar): Do not require.
1840
1841 2008-06-26 Kenichi Handa <handa@m17n.org>
1842
1843 * international/mule-cmds.el (encode-coding-char): Fix for ASCII
1844 characters.
1845
1846 * composite.el (terminal-composition-base-character-p): New function.
1847 (terminal-composition-function):
1848 Use terminal-composition-base-character-p. Include the base character
1849 in the composition.
1850 (auto-compose-chars): Don't check font-object for terminal display.
1851
1852 2008-06-26 Glenn Morris <rgm@gnu.org>
1853
1854 * doc-view.el (bookmark-make-record-default):
1855 * image-mode.el (bookmark-make-record-default): Fix declaration.
1856
1857 * calendar/calendar.el (calendar-date-echo-text): Doc fix.
1858 Add default :value for sexp type.
1859 (calendar-month-edges): New variable.
1860 (calendar-month-edges): New function.
1861 (calendar-recompute-layout-variables): Set calendar-month-edges.
1862 (calendar-intermonth-header, calendar-intermonth-text): New options.
1863 (calendar-insert-at-column): New function.
1864 (calendar-generate-month): Use calendar-insert-at-column.
1865 Handle intermonth text. Add 'date property.
1866 (calendar-column-to-month): Remove function.
1867 (calendar-column-to-segment): New function.
1868 (calendar-cursor-to-date): Use calendar-column-to-segment.
1869 Check 'date property.
1870
1871 * calendar/calendar.el (calendar-print-other-dates):
1872 Handle mouse events.
1873 * calendar/cal-menu.el (calendar-mouse-print-dates): Remove function.
1874 (cal-menu-context-mouse-menu): Use calendar-print-other-dates.
1875
1876 * calendar/holidays.el (calendar-cursor-holidays): Handle mouse events.
1877 * calendar/cal-menu.el (calendar-mouse-holidays): Remove function.
1878 (cal-menu-context-mouse-menu): Use calendar-cursor-holidays.
1879
1880 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
1881 Use calendar-column-to-segment, calendar-month-edges, and
1882 the 'date property to handle intermonth text.
1883
1884 * calendar/cal-iso.el (calendar-iso-from-absolute): Add autoload cookie.
1885
1886 * calendar/cal-menu.el (cal-menu-moon-menu, cal-menu-diary-menu)
1887 (cal-menu-holidays-menu, cal-menu-goto-menu, cal-menu-scroll-menu):
1888 Add doc strings.
1889 (cal-menu-context-mouse-menu): Add some :keys.
1890 (calendar-check-holidays): Declare rather than autoloading.
1891 (diary-show-holidays-flag): Remove unneeded declaration.
1892
1893 * calendar/cal-menu.el (cal-menu-moon-menu): Add sunrise/sunset.
1894 * calendar/calendar.el (calendar-cursor-to-date): Handle case where
1895 event-start is nil.
1896
1897 2008-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1898
1899 * minibuffer.el (completion-basic-try-completion): Use the text after
1900 point to constrain the completion candidates.
1901 (completion-basic-all-completions): Adjust accordingly.
1902
1903 2008-06-25 Chong Yidong <cyd@stupidchicken.com>
1904
1905 * textmodes/tex-mode.el (tex-verbatim): Use monospace instead of
1906 courier.
1907
1908 * faces.el (set-face-attribute): Doc fix.
1909
1910 2008-06-25 Juri Linkov <juri@jurta.org>
1911
1912 * bindings.el (goto-map): New variable. Rebind goto-related
1913 commands to this `M-g' prefix keymap.
1914 (search-map): New variable for `M-s' prefix keymap.
1915 Bind `M-s o' to `occur', `M-shr' to `highlight-regexp', `M-shp' to
1916 `highlight-phrase', `M-shl' to `highlight-lines-matching-regexp',
1917 `M-shu' to `unhighlight-regexp', `M-shf' to `hi-lock-find-patterns',
1918 `M-shw' to `hi-lock-write-interactive-patterns'.
1919
1920 * isearch.el (isearch-mode-map): Bind `M-s h r' to
1921 `isearch-highlight-regexp'.
1922 (isearch-highlight-regexp): New function.
1923
1924 2008-06-25 Stefan Monnier <monnier@iro.umontreal.ca>
1925
1926 * info.el (Info-bookmark-make-record):
1927 Use bookmark-make-record-default.
1928 (Info-bookmark-jump): Use bookmark-default-handler.
1929
1930 * image-mode.el (image-bookmark-make-record):
1931 Use bookmark-make-record-default.
1932 (image-bookmark-jump): Use bookmark-default-handler.
1933
1934 * doc-view.el (doc-view-bookmark-make-record):
1935 Use bookmark-make-record-default.
1936 (doc-view-bookmark-jump): Use bookmark-default-handler.
1937
1938 * bookmark.el (bookmark-alist): Allow the 2 slightly different formats
1939 used until now in bookmark.el's code.
1940 (bookmark-get-bookmark): Accept bookmark names or bookmark records.
1941 (bookmark-get-bookmark-record): Allow the 2 slightly different formats
1942 used until now in bookmark.el's code.
1943 (bookmark-set-filename): Remove special code, moved to its only caller.
1944 (bookmark-store): Use the newer format.
1945 (bookmark-make-record-default): Add arg `point-only'.
1946 Rename from bookmark-make-record-for-text-file.
1947 (bookmark--jump-via): New function.
1948 (bookmark-jump, bookmark-jump-other-window, bookmark-bmenu-2-window)
1949 (bookmark-bmenu-other-window, bookmark-bmenu-switch-other-window):
1950 Use it.
1951 (bookmark-jump-noselect, bookmark-default-handler):
1952 Don't return an alist, instead return the data implicitly by changing
1953 current buffer and point. Signal an error if the file doesn't exist.
1954
1955 * buff-menu.el: Use with-current-buffer and inhibit-read-only.
1956 (Buffer-menu-toggle-read-only): Avoid vc-toggle-read-only.
1957
1958 * bs.el: Use with-current-buffer. Simplify.
1959 (bs-toggle-readonly): Avoid vc-toggle-read-only.
1960
1961 * eshell/esh-cmd.el (eshell-manipulate): Check eshell-debug-command
1962 is bound before using it.
1963
1964 2008-06-25 Kenichi Handa <handa@m17n.org>
1965
1966 * image.el (image-jpeg-p): Convert DATA to unibyte at first.
1967
1968 2008-06-25 Dan Nicolaescu <dann@ics.uci.edu>
1969
1970 * vc-hg.el:
1971 * vc-git.el: Require vc-dir when compiling.
1972
1973 * vc-dir.el (vc-dir-marked-only-files-and-states): Rename from
1974 vc-dir-marked-only-files. Change the return value.
1975 (vc-dir-child-files-and-states): Rename from vc-dir-child-files.
1976 Change the return value.
1977 (vc-dir-deduce-fileset): New function broken out from ...
1978 * vc.el (vc-deduce-fileset): ... here and ...
1979 (vc-deduce-fileset): ... here.
1980
1981 * vc-svn.el (vc-annotate-parent-rev): Pacify byte compiler.
1982 (vc-svn-parse-status): Do not set the vc-backend property.
1983
1984 2008-06-25 Andreas Schwab <schwab@suse.de>
1985
1986 * faces.el (face-font-family-alternatives, variable-pitch):
1987 Use "Sans Serif", not "Sans-Serif".
1988
1989 2008-06-24 Chong Yidong <cyd@stupidchicken.com>
1990
1991 * faces.el (face-font-family-alternatives, variable-pitch):
1992 Change "Sans" to the canonical name "Sans-Serif".
1993
1994 2008-06-24 Jay Belanger <jay.p.belanger@gmail.com>
1995
1996 * calc/calc.el (calc-mode-map): Add extra keybindings to
1997 `calc-missing-key'.
1998 * calc/calc-ext.el (calc-init-extensions): Add keybinding for
1999 `kill-ring-save'.
2000
2001 2008-06-24 Miles Bader <miles@gnu.org>
2002
2003 * mouse.el (mouse-appearance-menu): Don't do anything if the user
2004 pops up the menu but doesn't select anything.
2005
2006 2008-06-24 Dan Nicolaescu <dann@ics.uci.edu>
2007
2008 * add-log.el (add-change-log-entry): Add new arg to force each new
2009 entry to be on a new line.
2010 * diff-mode.el (diff-add-change-log-entries-other-window): Use it.
2011
2012 * vc-dir.el (vc-client-object): Remove.
2013 (vc-dir-prepare-status-buffer): Take a backend as an argument and
2014 use it when looking for a buffer.
2015 (vc-dir): Add a backend argument. Set revert-buffer-function.
2016 Don't create a client object. Move bindings ...
2017 (vc-dir-menu-map, vc-dir-mode-map): ... here.
2018 (vc-dir-revert-buffer-function): New function.
2019 (vc-generic-status-printer): Rename to ...
2020 (vc-dir-status-printer): ... this.
2021 (vc-generic-state, vc-generic-status-fileinfo-extra)
2022 (vc-dir-extra-menu, vc-make-backend-object): Remove.
2023 (vc-default-status-printer): Use a different face for
2024 directories. Don't display any text for directories in the state
2025 column. Add tooltips.
2026
2027 * vc.el (Todo): Update.
2028
2029 * vc-hg.el (vc-annotate-convert-time, vc-default-status-printer):
2030 * vc-rcs.el (vc-annotate-convert-time):
2031 * vc-mtn.el (vc-annotate-convert-time):
2032 * vc-git.el (vc-annotate-convert-time):
2033 * vc-cvs.el (vc-annotate-convert-time):
2034 * vc-bzr.el (vc-annotate-convert-time): Declare as functions.
2035
2036 2008-06-23 Dan Nicolaescu <dann@ics.uci.edu>
2037
2038 * vc-annotate.el (vc-annotate-mode): Derive from special-mode
2039 instead of using view-mode.
2040
2041 2008-06-23 Stefan Monnier <monnier@iro.umontreal.ca>
2042
2043 * Makefile.in (distclean): Don't delete *.elc and autogen files.
2044
2045 2008-06-22 Dan Nicolaescu <dann@ics.uci.edu>
2046
2047 * vc.el:
2048 * vc-hooks.el:
2049 * vc-dispatcher.el: Move vc-dir variables and functions ...
2050 * vc-dir.el: ... here. New file.
2051 * Makefile.in (ELCFILES): Add vc-dir.elc.
2052
2053 * vc.el: Move vc-annotate variables and functions ...
2054 * vc-annotate.el: ... here. New file.
2055 * Makefile.in (ELCFILES): Add vc-annotate.elc.
2056
2057 * vc-dav.el: Move here from url/vc-dav.el.
2058 (Todo): Note work needed to make this backend functional.
2059
2060 * Makefile.in (ELCFILES): Update vc-dav.el location.
2061
2062 2008-06-22 Stefan Monnier <monnier@iro.umontreal.ca>
2063
2064 * Makefile.in (COMPILE_FIRST): Trim down and add autoload.el.
2065
2066 2008-06-21 John Paul Wallington <jpw@pobox.com>
2067
2068 * emacs-lisp/derived.el (define-derived-mode): Add `doc-string' decl.
2069
2070 * textmodes/rst.el (rst-mode): Put docstring in right place.
2071
2072 2008-06-21 Chong Yidong <cyd@stupidchicken.com>
2073
2074 * startup.el (fancy-about-text, fancy-startup-tail): Increase text
2075 size for legibility.
2076
2077 * faces.el (fixed-pitch): Use "Monospace" family.
2078 (variable-pitch): Use "Sans" family.
2079 (face-font-family-alternatives): Define alternatives for "Sans"
2080 and "Monospace".
2081
2082 2008-06-21 Glenn Morris <rgm@gnu.org>
2083
2084 * mail/hashcash.el, net/tramp-smb.el, nxml/nxml-mode.el:
2085 Require 'cl when compiling.
2086
2087 * emacs-lisp/debug.el (help-xref-interned): Declare.
2088
2089 * emacs-lisp/easy-mmode.el (easy-mmode-set-keymap-parents):
2090 Evaluate definition when compiling.
2091
2092 * progmodes/bug-reference.el (bug-reference-map): Bind down-mouse-1
2093 rather than mouse-1.
2094 (bug-reference-url-format): Autoload safe if string.
2095 (bug-reference-bug-regexp): Make space after "bug" optional.
2096
2097 * Makefile.in (all): Explicitly pass EMACS to sub-make,
2098 for some non-GNU makes.
2099
2100 * cus-dep.el (custom-dependencies-no-scan-regexp):
2101 * finder.el (finder-no-scan-regexp): Add ldefs-boot.el
2102
2103 * calendar/cal-move.el (calendar-forward-day): Scroll in one month
2104 increments.
2105
2106 * calendar/calendar.el: Factor out the magic numbers controlling the
2107 calendar layout.
2108 (calendar-month-digit-width, calendar-month-width)
2109 (calendar-right-margin): New variables.
2110 (calendar-recompute-layout-variables, calendar-set-layout-variable):
2111 New functions.
2112 (calendar-left-margin, calendar-intermonth-spacing)
2113 (calendar-column-width, calendar-day-header-width)
2114 (calendar-day-digit-width): New options.
2115 (calendar-first-date-row): New constant.
2116 (calendar-move-to-column, calendar-ensure-newline): New functions,
2117 replacing calendar-insert-indented.
2118 (calendar-insert-indented): Remove function.
2119 (calendar-generate-month): Use calendar-move-to-column and
2120 calendar-ensure-newline. Use layout variables.
2121 (calendar-generate, calendar-update-mode-line)
2122 (calendar-font-lock-keywords): Use layout variables.
2123 (calendar-column-to-month): New function.
2124 (calendar-cursor-to-date): Use calendar-column-to-month.
2125 Use layout variables.
2126 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
2127 Use layout variables. Use calendar-column-to-month.
2128 (calendar-cursor-to-visible-date): Use layout variables.
2129
2130 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2131
2132 * Makefile.in (update-elclist): Don't exclude COMPILE_FIRST.
2133 (all): Run compile-last.
2134 (compile-onefile): New target.
2135 (compile-first): Simplify.
2136 (compile-last): Don't treat COMPILE_FIRST specially.
2137 (COMPILE_FIRST): List the elc files rather than the el files.
2138 (ELCFILES): Update.
2139
2140 2008-06-21 Ulf Jasper <ulf@web.de>
2141
2142 * net/newst-treeview.el: Remove dead code.
2143 (newsticker--window-config): Remove.
2144 (newsticker-treeview-quit): Do not save window config.
2145 (newsticker-treeview): Do not try to restore window config.
2146 (newsticker-groups, newsticker--treeview-list-sort-by-column)
2147 (newsticker--treeview-list-new-items)
2148 (newsticker--treeview-list-immortal-items)
2149 (newsticker--treeview-list-obsolete-items)
2150 (newsticker--treeview-list-all-items)
2151 (newsticker--treeview-list-feed-items): Fix documentation.
2152
2153 2008-06-21 Miles Bader <miles@gnu.org>
2154
2155 * face-remap.el (text-scale-adjust): Bind `echo-keystrokes' to nil.
2156
2157 2008-06-21 Alan Mackenzie <acm@muc.de>
2158
2159 * progmodes/cc-engine.el (c-guess-basic-syntax CASE 5D.5): Fix an
2160 infinite loop on invalid syntax.
2161
2162 2008-06-21 Stefan Monnier <monnier@iro.umontreal.ca>
2163
2164 * textmodes/rst.el: Run rst-define-level-faces when loading.
2165 (rst-mode): Don't set the font-lock-multiline var.
2166 (rst-font-lock-find-unindented-line, rst-font-lock-handle-adornment):
2167 Set the font-lock-multiline property by hand.
2168
2169 * loadup.el: Don't add emacs-<VERS> name when bootstrapping.
2170
2171 * Makefile.in (emacs-deps): Remove.
2172 ($(lisp)/cus-load.el, $(lisp)/finder-inf.el): Re-add.
2173 (all): Use them.
2174 (autogen-clean): Remove.
2175
2176 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2177
2178 * Makefile.in (all): New target.
2179 (bootstrap-prepare): Remove.
2180
2181 * Makefile.in ($(lisp)/progmodes/cc-mode.elc): Pass the .el file not
2182 the .elc file to batch-byte-compile.
2183
2184 * progmodes/cc-mode.el (c-make-inherited-keymap): Only use
2185 set-keymap-parents if set-keymap-parent doesn't exist.
2186
2187 * vc-bzr.el (vc-bzr-annotate-extract-revision-at-line):
2188 Allow more than one space before the |.
2189
2190 * textmodes/rst.el: Fix up docstring conventions.
2191 Move vars to before their first use.
2192 (rst-mode): Don't mess with font-lock-support-mode.
2193 (rst-suggest-new-decoration, rst-adjust-decoration):
2194 Avoid CL's copy-list.
2195 (rst-delete-entire-line): Use line-beginning-position.
2196 (rst-position): New fun.
2197 (rst-straighten-decorations): Use it instead of CL's position.
2198 (rst-straighten-bullets-region): Avoid CL's mapcar*.
2199 (rst-toc-mode): Use define-derived-mode.
2200 (rst-iterate-leftmost-paragraphs, rst-iterate-leftmost-paragraphs-2):
2201 Remove unused var `in-par'. Use `point' rather than `point-marker'.
2202 (rst-line-block-region): Reduce redundancy. Use the `pfxarg' arg.
2203 (rst-replace-lines): Simplify.
2204 (auto-mode-alist): Use rst-mode for *.rst and *.rest files.
2205
2206 * simple.el (special-mode-map): New var.
2207 (special-mode): New major mode.
2208
2209 2008-06-20 Dan Nicolaescu <dann@ics.uci.edu>
2210
2211 * vc-mtn.el (vc-mtn-log-view-mode): Set log-view-per-file-logs and
2212 log-view-file-re.
2213
2214 * vc.el (vc-dir-hide-up-to-date): Undo previous change.
2215 (vc-switch-backend): Simplify.
2216 (Todo): Remove solved items.
2217
2218 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-parse-entry): Do not set
2219 the vc-backend property.
2220
2221 2008-06-20 Stefan Monnier <monnier@iro.umontreal.ca>
2222
2223 * emacs-lisp/checkdoc.el (checkdoc-start-section, checkdoc-error):
2224 Bind inhibit-read-only since the buffer is always read-only.
2225
2226 2008-06-20 Ulf Jasper <ulf@web.de>
2227
2228 * net/newst-treeview.el (newsticker-treeview-own-frame):
2229 Change default value to nil.
2230 (newsticker--treeview-list-add-item)
2231 (newsticker--treeview-propertize-tag): Show item title in tooltip.
2232
2233 2008-06-20 Martin Blais <blais@furius.ca>
2234 Stefan Merten <smerten@oekonux.de>
2235 David Goodger <goodger@python.org>
2236
2237 * textmodes/rst.el: New file.
2238
2239 2008-06-20 Sam Steingold <sds@gnu.org>
2240
2241 * vc.el (vc-dir-hide-up-to-date): Accept a prefix argument to also
2242 remove DIRECTORY entries.
2243
2244 2008-06-20 Eli Zaretskii <eliz@gnu.org>
2245
2246 * makefile.w32-in (distclean): Depend on `clean'.
2247 (clean): Delete calc/calc-loaddefs.el~ and eshell/esh-groups.el~.
2248 (AUTOGENEL): Add $(lisp)/nxml/subdirs.el.
2249 ($(lisp)/cus-load.el): Don't use `touch'. Instead, generate an
2250 empty cus-load.el with `echo', and include "Local Variables"
2251 section to prevent the empty file from being compiled.
2252 (cus-load.el-SH, cus-load.el-CMD): New SHELLTYPE-specific targets
2253 that generate an empty cus-load.el.
2254
2255 2008-06-20 Juanma Barranquero <lekktu@gmail.com>
2256
2257 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2258 Don't copy ldefs-boot.el over loaddefs.el.
2259 (bootstrap-clean): Remove loaddefs.el and don't depend on it.
2260 (loaddefs.el-SH, loaddefs.el-CMD): Don't add autoloads and defvars
2261 to loaddefs.el; they are not needed now. Add coding cookie.
2262
2263 2008-06-20 Miles Bader <miles@gnu.org>
2264
2265 * face-remap.el (face-remap-add-relative, face-remap-set-base):
2266 Strip unnecessary list levels from SPECS.
2267 (buffer-face-set, buffer-face-toggle):
2268 Change argument from FACE to &rest SPECS, and strip unnecessary
2269 list levels from SPECS.
2270 (buffer-face-mode-invoke): Change argument from FACE to SPECS.
2271
2272 2008-06-20 Jason Rumney <jasonr@gnu.org>
2273
2274 * international/fontset.el (setup-default-fontset): Specify script
2275 for latin use of iso10646-1. Fix use of lang tags.
2276
2277 2008-06-19 Miles Bader <miles@gnu.org>
2278
2279 * face-remap.el (text-scale-increase): Start from zero if
2280 text-scale-mode isn't enabled.
2281
2282 2008-06-19 Stefan Monnier <monnier@iro.umontreal.ca>
2283
2284 * faces.el (face-set-after-frame-default): Re-apply explicit `font'
2285 frame parameters after setting up the `default' face.
2286
2287 2008-06-18 Stefan Monnier <monnier@iro.umontreal.ca>
2288
2289 * faces.el (face-set-after-frame-default): Don't exclude `default'.
2290
2291 2008-06-18 Glenn Morris <rgm@gnu.org>
2292
2293 * mouse.el (buffer-face-mode-invoke): Declare.
2294
2295 * Makefile.in (ELCFILES): Add org/org-id.elc.
2296
2297 * calendar/holidays.el (calendar-cursor-holidays): Accept optional date.
2298 * calendar/cal-menu.el (cal-menu-holidays-menu):
2299 Use calendar-cursor-holidays rather than cal-menu-today-holidays.
2300 (cal-menu-today-holidays): Remove function.
2301
2302 * calendar/cal-menu.el (cal-menu-holiday-window-suffix): Simplify.
2303 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
2304 (cal-menu-list-holidays-previous-year, calendar-mouse-goto-date):
2305 Remove unused functions.
2306 (calendar-mouse-view-diary-entries): Use format rather than concat.
2307
2308 * calendar/cal-menu.el (cal-menu-x-popup-menu): Turn it into a macro.
2309 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2310 (calendar-mouse-print-dates): Adapt for cal-menu-x-popup-menu change.
2311
2312 * calendar/cal-menu.el (cal-menu-event-to-date): Remove function.
2313 (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
2314 (calendar-mouse-view-other-diary-entries, calendar-mouse-print-dates)
2315 (cal-menu-set-date-title): Use calendar-cursor-to-date rather than
2316 cal-menu-event-to-date.
2317
2318 * calendar/cal-html.el (cal-html-cursor-month, cal-html-cursor-year):
2319 Handle mouse events.
2320 * calendar/cal-tex.el (cal-tex-cursor-year)
2321 (cal-tex-cursor-year-landscape, cal-tex-cursor-filofax-year)
2322 (cal-tex-cursor-month-landscape, cal-tex-cursor-month)
2323 (cal-tex-cursor-week, cal-tex-cursor-week2, cal-tex-cursor-week-iso)
2324 (cal-tex-cursor-week-monday, cal-tex-cursor-filofax-2week)
2325 (cal-tex-cursor-filofax-week, cal-tex-cursor-filofax-daily)
2326 (cal-tex-cursor-day): Handle mouse events. Rename ARG to N.
2327 (cal-tex-cursor-month): Mark N as optional.
2328 * calendar/cal-menu.el (calendar-mouse-tex-day)
2329 (calendar-mouse-tex-week, calendar-mouse-tex-week2)
2330 (calendar-mouse-tex-week-iso, calendar-mouse-tex-week-monday)
2331 (calendar-mouse-tex-filofax-daily, calendar-mouse-tex-filofax-2week)
2332 (calendar-mouse-tex-filofax-week, calendar-mouse-tex-month)
2333 (calendar-mouse-tex-month-landscape, calendar-mouse-tex-year)
2334 (calendar-mouse-tex-filofax-year, calendar-mouse-tex-year-landscape):
2335 Remove functions.
2336 (cal-menu-context-mouse-menu): Replace the above functions with the
2337 cal-tex versions. Add HTML submenu.
2338
2339 2008-06-17 Nick Roberts <nickrob@snap.net.nz>
2340
2341 * progmodes/gdb-ui.el (gud-gdba-marker-filter): Don't switch to
2342 text command mode.
2343 (gdb): Explain that gud-gdb is needed for text command mode.
2344
2345 2008-06-17 Martin Rudalics <rudalics@gmx.at>
2346
2347 * window.el (split-height-threshold): Remove spurious extra line.
2348
2349 2008-06-17 Stefan Monnier <monnier@iro.umontreal.ca>
2350
2351 * calendar/calendar.el (calendar-cursor-to-date): Add argument `event'.
2352 (calendar-set-mark):
2353 * calendar/diary-lib.el (diary-insert-entry):
2354 * calendar/solar.el (calendar-sunrise-sunset): Use it.
2355 * calendar/cal-menu.el (calendar-mouse-sunrise/sunset)
2356 (calendar-mouse-insert-diary-entry, calendar-mouse-set-mark): Delete.
2357 (cal-menu-context-mouse-menu): Use calendar-set-mark,
2358 diary-insert-entry, and calendar-sunrise-sunset instead.
2359
2360 * vc.el (vc-deduce-fileset): Add arg `only-files'.
2361 (vc-next-action): Pass the new arg.
2362 (vc-register): Don't use `only-files'.
2363 Don't set `backup-inhibited' in the current buffer.
2364
2365 2008-06-17 Miles Bader <miles@gnu.org>
2366
2367 * mouse.el (mouse-appearance-menu): Use buffer-face-mode.
2368
2369 * face-remap.el (buffer-face-mode-face)
2370 (buffer-face-mode-remapping): New variables.
2371 (buffer-face-mode, buffer-face-set, buffer-face-toggle)
2372 (buffer-face-mode-invoke): New functions.
2373 (variable-pitch-mode-remapping): Variable removed.
2374 (variable-pitch-mode): Rewrite as an interface to `buffer-face-mode'.
2375
2376 * face-remap.el (internal-lisp-face-attributes): New variable.
2377 (face-attrs-more-relative-p, face-remap-order): New functions.
2378 (face-remap-add-relative): Use `face-remap-order'.
2379
2380 2008-06-17 Glenn Morris <rgm@gnu.org>
2381
2382 * mouse.el (x-select-font): Declare.
2383
2384 * calendar/calendar.el (calendar-move-hook):
2385 Add calendar-update-mode-line as an option.
2386 (calendar-date-echo-text): New user option.
2387 (calendar-generate-month): Set `day'. Use calendar-date-echo-text.
2388 (calendar-insert-indented): Simplify newline insertion.
2389 (calendar-describe-mode): Remove unused function.
2390 (calendar-mode-line-entry): New function.
2391 (calendar-mode-line-format): Doc fix. Use calendar-mode-line-entry.
2392 Mark as risky.
2393 (calendar-mouse-other-month): Remove function.
2394 (calendar-other-month): Handle mouse events.
2395 (calendar-goto-info-node): Call fit-window-to-buffer.
2396 (calendar-mode): Use define-derived-mode. Doc fix.
2397 (calendar-update-mode-line): Tweak whitespace.
2398
2399 2008-06-16 Stefan Monnier <monnier@iro.umontreal.ca>
2400
2401 * vc-dispatcher.el (vc-dir-child-files): Use vc-string-prefix-p.
2402 (vc-dir-marked-only-files): vc-string-prefix-p.
2403
2404 2008-06-16 Nick Roberts <nickrob@snap.net.nz>
2405
2406 * progmodes/gdb-ui.el (gdb-memory-set-address)
2407 (gdb-memory-set-repeat-count): Allow keyboard bindings.
2408 (gdb-memory-mode-map): Bind above functions respectively
2409 to 'S' and 'N'.
2410
2411 2008-06-16 Derek Upham <sand@blarg.net> (tiny change)
2412
2413 * nxml/nxml-mode.el (nxml-mode): Use run-mode-hooks.
2414
2415 2008-06-16 Juanma Barranquero <lekktu@gmail.com>
2416
2417 * log-view.el (vc-diff-internal): Declare for compiler.
2418
2419 * vc-bzr.el (log-view-per-file-logs):
2420 * vc-svn.el (log-view-per-file-logs): Pacify byte compiler.
2421
2422 2008-06-15 Chong Yidong <cyd@stupidchicken.com>
2423
2424 * mouse.el (mouse-appearance-menu-map): New var.
2425 (mouse-appearance-menu): New function.
2426 Bind it to S-down-mouse-1.
2427
2428 2008-06-15 Juri Linkov <juri@jurta.org>
2429
2430 * info.el (Info-toc): Call Info-toc-nodes instead of Info-build-toc.
2431 (Info-toc, Info-insert-toc): Increment nth's index to add PARENT
2432 as the second element.
2433 (Info-build-toc): Add PARENT element extracted from the Up pointer.
2434 Don't print progress messages.
2435 (Info-toc-nodes): New variable and function.
2436 (Info-index-nodes): Optimize non-string file name case.
2437 (Info-breadcrumbs-depth): Increment the default value from 3 to 4.
2438 (Info-insert-breadcrumbs): Use the cached document structure instead
2439 of visiting all ancestor nodes. Remove the initial `>'.
2440
2441 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2442
2443 * log-view.el (log-view-diff-changeset): New function.
2444 (log-view-mode-map, log-view-mode-menu): Bind it.
2445 (log-view-per-file-logs, log-view-vc-fileset)
2446 (log-view-vc-backend): New variables.
2447 (log-view-find-revision, log-view-modify-change-comment)
2448 (log-view-annotate-version): Throw an error if the log is for more
2449 than one file and we can't find the current file. Get the current
2450 file from log-view-vc-fileset if necessary.
2451 (log-view-diff): Get the current file from log-view-vc-fileset if
2452 necessary.
2453
2454 * vc.el (vc-print-log): Set log-view-vc-fileset and log-view-vc-backend.
2455
2456 * vc-hg.el (vc-hg-log-view-mode): Call the log method only once.
2457 (vc-hg-log-view-mode): Declare for compiler.
2458 (vc-hg-log-view-mode): Set log-view-per-file-logs and
2459 log-view-file-re.
2460 (vc-hg-diff): If no file is passed, use default-directory for cwd.
2461
2462 * vc-bzr.el (vc-bzr-log-view-mode): Set log-view-per-file-logs.
2463
2464 * vc-svn.el (vc-svn-log-view-mode): New derived mode.
2465
2466 2008-06-15 Michael Albinus <michael.albinus@gmx.de>
2467
2468 * net/tramp.el (tramp-handle-start-file-process):
2469 Clear modification time of the connection buffer.
2470 (tramp-sh-file-name-handler): Reset `tramp-locked' in case of error.
2471 (tramp-open-connection-setup-interactive-shell): Flush cache, and
2472 restart `tramp-maybe-open-connection' when the remote system has
2473 been changed. Throw 'uname-changed event.
2474 (tramp-maybe-open-connection): Catch it.
2475
2476 * net/tramp-cmds.el (tramp-cleanup-all-connections):
2477 Reset `tramp-locked'.
2478
2479 2008-06-15 Ulf Jasper <ulf@web.de>
2480
2481 * net/newst-treeview.el (newsticker--treeview-list-update)
2482 (newsticker--treeview-item-update)
2483 (newsticker--treeview-tree-update)
2484 (newsticker-treeview-jump, newsticker-group-add-group)
2485 (newsticker-group-move-feed, newsticker-group-delete-group):
2486 Remove window dedication.
2487 (newsticker--group-manage-orphan-feeds): Handle ill-valued
2488 newsticker-groups.
2489 (newsticker--treeview-tree-expand): Don't manage orphan feeds here.
2490
2491 2008-06-15 Andreas Schwab <schwab@suse.de>
2492
2493 * vc-cvs.el (vc-cvs-status-extra-headers): Don't match newline
2494 when parsing CVS/Repository.
2495
2496 * wdired.el (wdired-search-and-rename): Fix undocumented change.
2497
2498 2008-06-15 Ulf Jasper <ulf@web.de>
2499
2500 * net/newst-plainview.el (newsticker-faces, newsticker-feed-face)
2501 (newsticker-extra-face, newsticker-enclosure-face): Moved to
2502 net/newst-reader.el.
2503
2504 * net/newst-reader.el (newsticker-faces, newsticker-feed-face)
2505 (newsticker-extra-face, newsticker-enclosure-face): Moved from
2506 net/newst-reader.el.
2507
2508 2008-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2509
2510 * international/encoded-kb.el (encoded-kbd-self-insert-utf-8):
2511 Catch and recover from case when the bytes we thought we were reading
2512 turn out to be something else entirely, such as latin-1 chars from
2513 quail. See bug#396.
2514
2515 2008-06-15 Dan Nicolaescu <dann@ics.uci.edu>
2516
2517 * vc.el (vc-deduce-fileset): Check if the buffer has a file.
2518 (vc-register): Call the backend function only once, instead of
2519 once for each file.
2520 (vc-next-action): Update call to vc-register.
2521 (vc-dir-register): Remove function.
2522 (vc-dir): Bind vc-register instead of vc-dir-register.
2523
2524 2008-06-14 Glenn Morris <rgm@gnu.org>
2525
2526 * Makefile.in (ELCFILES): Add net/newst-*.el.
2527
2528 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2529
2530 * wdired.el (wdired-do-renames): New function.
2531 (wdired-finish-edit): Use it to.
2532 (wdired-preprocess-files): Don't hardcode (point-min) == 1.
2533
2534 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2535
2536 * info.el (Info-insert-breadcrumbs): Don't break in apropos and toc.
2537
2538 2008-06-14 Martin Rudalics <rudalics@gmx.at>
2539
2540 * window.el (window--even-window-heights): Even window heights
2541 only if the selected window is higher than WINDOW.
2542 Reported by Stephen Berman <Stephen.Berman at gmx.net>.
2543
2544 2008-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2545
2546 * info.el (Info-insert-breadcrumbs): Be careful to preserve history.
2547
2548 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2549
2550 * term/linux.el (terminal-init-linux): Load t-mouse.
2551
2552 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2553 Drew Adams <drew.adams@oracle.com>
2554
2555 * info.el (Info-breadcrumbs-depth): New var.
2556 (Info-insert-breadcrumbs): New function.
2557 (Info-fontify-node): Use it.
2558 (Info-mode-map): Move initialization into declaration.
2559
2560 2008-06-13 Ulf Jasper <ulf.jasper@web.de>
2561
2562 Rename net/newsticker-*.el to net/newst-*.el.
2563 * net/newst-backend.el: Rename from net/newsticker-backend.el.
2564 * net/newst-plainview.el: Rename from net/newsticker-plainview.el.
2565 * net/newst-reader.el: Rename from net/newsticker-reader.el.
2566 * net/newst-ticker.el: Rename from net/newsticker-ticker.el.
2567 * net/newst-treeview.el: Rename from net/newsticker-treeview.el.
2568 * net/newsticker-backend.el: Rename to net/newst-backend.el.
2569 * net/newsticker-plainview.el: Rename to net/newst-plainview.el.
2570 * net/newsticker-reader.el: Rename to net/newst-reader.el.
2571 * net/newsticker-ticker.el: Rename to net/newst-ticker.el.
2572 * net/newsticker-treeview.el: Rename to net/newst-treeview.el.
2573
2574 2008-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2575
2576 * progmodes/compile.el (compilation-start): Don't disable undo in
2577 comint buffer. Don't override the comint-filter with our own.
2578 (compilation-filter): Change point's insertion-type.
2579
2580 * comint.el (comint-output-filter): Use copy-marker.
2581
2582 2008-06-13 David Reitter <david.reitter@gmail.com>
2583
2584 * textmodes/flyspell.el (mail-mode-flyspell-verify):
2585 Check message-signature-separator exists before using it.
2586
2587 2008-06-13 Dan Nicolaescu <dann@ics.uci.edu>
2588
2589 * vc.el (vc-delete-file): Bind default-directory before calling
2590 the backend.
2591 (vc-annotate-show-diff-revision-at-line): Move most of the code to ...
2592 (vc-annotate-show-diff-revision-at-line-internal): ... here.
2593 New function.
2594 (vc-annotate-show-changeset-diff-revision-at-line): New function.
2595 (vc-annotate-mode-menu): Bind it.
2596
2597 2008-06-13 Jason Rumney <jasonr@gnu.org>
2598
2599 * term/w32-win.el (mouse-set-font): Remove overridden function.
2600 (w32-select-font): Declare as obsolete alias for x-select-font.
2601
2602 2008-06-13 Daniel Engeler <engeler@gmail.com>
2603
2604 These changes add serial port access.
2605 * term.el (term-update-mode-line): Modify.
2606 (serial-port-is-file-p, serial-nice-speed-history)
2607 (serial-no-speed, serial-mode-line-speed-menu)
2608 (serial-mode-line-config-menu): New variables and constants.
2609 (serial-name-history, serial-speed-history)
2610 (serial-supported-or-barf, serial-read-name, serial-read-speed)
2611 (serial-term, serial-speed, serial-mode-line-speed-menu-1)
2612 (serial-mode-line-speed-menu, serial-update-speed-menu)
2613 (serial-mode-line-config-menu-1, serial-mode-line-config-menu)
2614 (serial-update-config-menu): New functions.
2615
2616 2008-06-13 Glenn Morris <rgm@gnu.org>
2617
2618 * menu-bar.el (menu-set-font): Use fboundp rather than functionp.
2619
2620 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Doc fix.
2621
2622 2008-06-13 Kenichi Handa <handa@m17n.org>
2623
2624 * cus-face.el (custom-face-attributes): Add :foundry.
2625
2626 * faces.el (set-face-attribute): Parse "FOUNDRY-FAMILY" here.
2627 (face-x-resources): Add :foundry.
2628 (face-valid-attribute-values): Likewise.
2629 (face-attribute-name-alist): Likewise.
2630 (describe-face): Likewise.
2631
2632 2008-06-12 Stefan Monnier <monnier@iro.umontreal.ca>
2633
2634 * emacs-lisp/map-ynp.el (map-y-or-n-p): Accept non-char events.
2635
2636 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
2637
2638 * longlines.el (longlines-search-forward, longlines-search-backward)
2639 (longlines-re-search-forward): Use a smarter search-spaces-regexp.
2640
2641 2008-06-12 Sam Steingold <sds@gnu.org>
2642
2643 * vc.el (vc-rename-file): DTRT when the destination is a directory
2644 name and the source is a file.
2645
2646 2008-06-12 Chong Yidong <cyd@stupidchicken.com>
2647
2648 * menu-bar.el (menu-set-font): Rename x-font-dialog to x-select-font.
2649
2650 2008-06-12 Glenn Morris <rgm@gnu.org>
2651
2652 * progmodes/f90.el (f90-beginning-of-subprogram)
2653 (f90-end-of-subprogram): Only give a message when interactive.
2654
2655 * term/mac-win.el (x-toolkit-scroll-bars): Check bound.
2656
2657 * progmodes/cperl-mode.el (cperl-info-on-command):
2658 Use display-pixel-height rather than x-display-pixel-height.
2659
2660 * mail/rmailedit.el (rmail-cease-edit):
2661 * vc-dispatcher.el (vc-dir-mode): Check tool-bar-mode is bound.
2662
2663 * emulation/edt.el (edt-xserver):
2664 * emulation/edt-mapper.el (edt-xserver): Use replace-regexp-in-string.
2665
2666 * emulation/edt-mapper.el: Drop test for Emacs < 19.
2667
2668 * mwheel.el (mouse-wheel-follow-mouse, mwheel-event-window):
2669 Evaluate definitions when compiling. Reverse tests.
2670
2671 * dframe.el (dframe-reposition-frame-emacs): Reorder test, and
2672 use unless.
2673
2674 * menu-bar.el (w32-menu-bar-open): Declare for compiler.
2675
2676 * textmodes/artist.el (x-pointer-shape):
2677 * term/x-win.el (x-parse-geometry, x-resource-name, accelerate-menu)
2678 (x-open-connection, x-server-max-request-size, x-get-resource):
2679 * term/w32console.el (x-setup-function-keys):
2680 * term/w32-win.el (x-parse-geometry, x-resource-name)
2681 (generate-fontset-menu, image-library-alist, x-open-connection)
2682 (setup-default-fontset, set-fontset-font, setup-default-fontset)
2683 (create-fontset-from-fontset-spec, create-fontset-from-x-resource)
2684 (x-get-resource):
2685 * term/mac-win.el (x-parse-geometry, x-resource-name)
2686 (x-get-selection-internal, tool-bar-mode, set-fontset-font)
2687 (new-fontset, x-display-list, x-open-connection, x-get-resource):
2688 * progmodes/gud.el (tooltip-last-mouse-motion-event, tooltip-hide)
2689 (tooltip-start-delayed-tip, tooltip-use-echo-area, tooltip-show)
2690 (tooltip-strip-prompt, tooltip-expr-to-print, tooltip-event-buffer):
2691 * progmodes/gdb-ui.el (tooltip-show, tooltip-use-echo-area)
2692 (tooltip-identifier-from-point, define-fringe-bitmap):
2693 * play/gamegrid.el (image-size):
2694 * play/bubbles.el (image-size):
2695 * mail/emacsbug.el (x-server-vendor, x-server-version):
2696 * international/mule-util.el (internal-char-font):
2697 * international/mule-diag.el (font-info, query-fontset, fontset-info)
2698 (fontset-alias-alist, fontset-list, fontset-plain-name):
2699 * international/mule-cmds.el (x-server-vendor, x-server-version):
2700 * international/fontset.el (font-encoding-charset-alist)
2701 (otf-script-alist, new-fontset, set-fontset-font)
2702 (x-pixel-size-width-font-regexp, vertical-centering-font-regexp)
2703 (fontset-list, query-fontset, x-get-resource):
2704 * emulation/edt.el (x-server-vendor):
2705 * emulation/edt-mapper.el (x-server-vendor):
2706 * emacs-lisp/map-ynp.el (x-popup-dialog):
2707 * emacs-lisp/lmenu.el (x-popup-dialog):
2708 * x-dnd.el (x-window-property, x-change-window-property)
2709 (x-get-selection-internal):
2710 * woman.el (x-list-fonts):
2711 * w32-fns.el (x-server-version):
2712 * tooltip.el (x-show-tip, x-hide-tip):
2713 * tool-bar.el (image-mask-p):
2714 * thumbs.el (image-size):
2715 * term.el (overflow-newline-into-fringe):
2716 * subr.el (scroll-bar-scale):
2717 * startup.el (x-get-resource, tool-bar-mode, image-size):
2718 * select.el (x-get-selection-internal, x-own-selection-internal)
2719 (x-disown-selection-internal):
2720 * mouse.el (generate-fontset-menu):
2721 * mouse-sel.el (x-select-text, x-cut-buffer-or-selection-value):
2722 * image.el (image-library-alist):
2723 * image-mode.el (image-size, image-refresh):
2724 * image-dired.el (clear-image-cache):
2725 * gs.el (x-display-mm-width, x-display-pixel-width)
2726 (x-display-mm-height, x-display-pixel-height)
2727 (x-change-window-property, x-display-grayscale-p, x-window-property):
2728 * frame.el (tool-bar-mode, x-display-name, x-close-connection)
2729 (x-focus-frame, x-list-fonts, x-display-screens)
2730 (x-display-pixel-height, x-display-pixel-width, x-display-mm-height)
2731 (x-display-mm-width, x-display-backing-store, x-display-save-under)
2732 (x-display-planes, x-display-color-cells, x-display-visual-class):
2733 * faces.el (internal-face-x-get-resource)
2734 (internal-set-lisp-face-attribute-from-resource, x-bitmap-file-path)
2735 (fontset-list, x-list-fonts, xw-color-defined-p, xw-color-values)
2736 (xw-display-color-p, x-display-grayscale-p, x-get-resource)
2737 (x-parse-geometry, x-create-frame, x-setup-function-keys)
2738 (tool-bar-setup):
2739 * doc-view.el (clear-image-cache, image-size, tooltip-show):
2740 * dired.el (dnd-get-local-file-name, dnd-get-local-file-uri):
2741 * dframe.el (x-display-pixel-width, x-display-pixel-height):
2742 * descr-text.el (internal-char-font):
2743 Define for compiler, for builds without X.
2744
2745 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2746
2747 * vc-rcs.el (vc-rcs-state-heuristic): Don't assume the file exists.
2748
2749 2008-06-11 Glenn Morris <rgm@gnu.org>
2750
2751 * progmodes/fortran.el (fortran-end-of-subprogram): Check for a match
2752 before trying to move there.
2753 (fortran-calculate-indent): When fortran-check-all-num-for-matching-do
2754 is non-nil, indent most terminating statements like loop body.
2755
2756 * calendar/diary-lib.el (diary-list-entries-2): Accept optional
2757 Gregorian date, and add it, not the local date, to diary-entries-list.
2758 (diary-list-entries-1): Pass Gregorian date to diary-list-entries-2.
2759
2760 2008-06-11 Stefan Monnier <monnier@iro.umontreal.ca>
2761
2762 * progmodes/compile.el (compilation-filter): Fix up last change.
2763
2764 * term/linux.el (terminal-init-linux): Use gpm-mouse-enable.
2765
2766 * t-mouse.el (gpm-mouse-enable, gpm-mouse-disable): New functions.
2767 (gpm-mouse-mode): Make it into a proper global minor mode.
2768
2769 * files.el (save-some-buffers-action-alist): Only use recursive-edit
2770 if the user enabled recursive-minibuffers.
2771
2772 * emacs-lisp/map-ynp.el (map-y-or-n-p):
2773 Add support for scroll-other-window.
2774
2775 2008-06-11 Jason Rumney <jasonr@gnu.org>
2776
2777 * term/w32-win.el (w32-menu-bar-open): Rename from menu-bar-open.
2778 Use tmm-menubar if menu is disabled in this frame.
2779
2780 * menu-bar.el (menu-bar-open): Determine how to open menu bar
2781 from frame type, per documentation. Add w32 case.
2782
2783 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2784
2785 * minibuffer.el (completion--merge-suffix): New function.
2786 (completion-basic-try-completion): Use it.
2787 (completion-pcm--find-all-completions): Add argument `filter'.
2788 (completion-pcm--filename-try-filter, completion-pcm--merge-try):
2789 New functions.
2790 (completion-pcm-try-completion): Use them.
2791
2792 * xt-mouse.el (turn-on-xterm-mouse-tracking)
2793 (turn-off-xterm-mouse-tracking): Use terminal-list.
2794
2795 * cus-start.el (underline-minimum-offset): Rename from
2796 x-underline-minimum-display-offset.
2797
2798 2008-06-10 David De La Harpe Golden <david@harpegolden.net> (tiny change)
2799
2800 * cus-start.el (x-underline-minimum-display-offset): Give it a type.
2801
2802 2008-06-10 Chong Yidong <cyd@stupidchicken.com>
2803
2804 * mouse.el (mouse-select-font): New function.
2805
2806 * faces.el (face-spec-recalc): When the face is set using
2807 Customize, avoid recalculating it twice.
2808
2809 * menu-bar.el (menu-set-font): New function. Bind "Set Default
2810 Font" menu item to it. Apply selected font to all frames, and
2811 make it savable.
2812 (menu-bar-options-save): Save `default' font if changed.
2813
2814 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * ffap.el (ffap-string-at-point-mode-alist):
2817 Use alpha rather than lower.
2818
2819 * dired.el (dired-insert-directory): Don't assume Unix-style dir names.
2820
2821 * subr.el (momentary-string-display): Use an overlay.
2822
2823 * progmodes/compile.el (compilation-mode):
2824 Set window-point-insertion-type.
2825 (compilation-filter): Don't use insert-before-markers any more.
2826 * emacs-lisp/trace.el (trace-make-advice):
2827 Set window-point-insertion-type in the trace buffer.
2828 * startup.el (normal-top-level): Set window-point-insertion-type in
2829 *Messages*.
2830 * net/telnet.el (telnet-mode): Set window-point-insertion-type.
2831 (telnet-filter): Don't use insert-before-markers any more.
2832 * comint.el (comint-mode): Set window-point-insertion-type.
2833 (comint-output-filter): Don't use insert-before-markers any more.
2834 * button.el (make-text-button): Allow `start' to be a string.
2835
2836 2008-06-10 Juanma Barranquero <lekktu@gmail.com>
2837
2838 * emacs-lisp/autoload.el (autoload-rubric):
2839 Fix coding cookie not to force Unix EOL.
2840
2841 2008-06-10 Martin Rudalics <rudalics@gmx.at>
2842
2843 * window.el (window--splittable-p, window--try-to-split-window):
2844 Don't use with-selected-window to avoid messing up get-lru-window.
2845 Reported by David Hansen <david.hansen@gmx.net>.
2846
2847 2008-06-10 Glenn Morris <rgm@gnu.org>
2848
2849 * subr.el (locate-library): Doc fix.
2850
2851 * net/newsticker-treeview.el (w3m-toggle-inline-images): Declare.
2852 (newsticker-treeview-tool-bar-map, newsticker-treeview-mode):
2853 Check tool-bar-map is bound, for non-X builds.
2854
2855 * net/newsticker-reader.el (newsticker--next-item-image)
2856 (newsticker--previous-item-image, newsticker--previous-feed-image)
2857 (newsticker--next-feed-image, newsticker--mark-read-image)
2858 (ewsticker--mark-immortal-image, newsticker--narrow-image)
2859 (newsticker--get-all-image, newsticker--update-image)
2860 (newsticker--browse-image): Check xpm images are available.
2861 (newsticker--mark-read-image, newsticker--mark-immortal-image)
2862 (newsticker--narrow-image, newsticker--get-all-image): Doc fix.
2863
2864 * net/newsticker-plainview.el (tool-bar-map): Don't declare.
2865 (newsticker--plainview-tool-bar-map, newsticker-mode):
2866 Check tool-bar-map is bound, for non-X builds.
2867 (w3m-toggle-inline-image): Declare.
2868
2869 * net/newsticker-backend.el (tool-bar-map): Don't declare.
2870
2871 * emacs-lisp/autoload.el (autoload-rubric): Add coding cookie.
2872
2873 * finder.el (finder-font-lock-keywords): Handle ``quotes''.
2874 (finder-compile-keywords): Move let to where needed.
2875 (finder-mouse-face-on-line): Go back one more line if needed.
2876 (finder-list-matches): Use cadr.
2877 (finder-goto-xref): New function.
2878 (finder-commentary): Add buttons to jump to foo.el libraries.
2879
2880 2008-06-10 Stefan Monnier <monnier@iro.umontreal.ca>
2881
2882 * apropos.el (apropos-function, apropos-macro, apropos-command)
2883 (apropos-variable, apropos-face, apropos-group, apropos-widget)
2884 (apropos-plist): Add apropos-short-label property.
2885 (apropos-multi-type): New variables.
2886 (apropos-command, apropos-value): Set it.
2887 (apropos-compact-layout): New custom.
2888 (apropos-print, apropos-print-doc): Use it.
2889 (apropos-print): Truncate lines.
2890
2891 2008-06-09 Kenichi Handa <handa@m17n.org>
2892
2893 * international/fontset.el (font-encoding-alist):
2894 Add an entry for "ascii-0".
2895
2896 2008-06-09 Jihyun Cho <jihyun.jo@gmail.com>
2897
2898 * language/hanja-util.el (hanja-init-load): Show the message only
2899 when loading a table.
2900
2901 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
2902
2903 * net/newsticker-treeview.el (newsticker-treeview):
2904 * net/newsticker-plainview.el (newsticker-plainview):
2905 Add autoload cookie.
2906
2907 2008-06-08 Ulf Jasper <ulf.jasper@web.de>
2908
2909 * net/newsticker.el: Split up into newsticker-backend, -ticker,
2910 -reader, -plainview, and -treeview.
2911 (newsticker-version): Change to 1.99.
2912
2913 * net/newsticker-backend.el: New. Move backend functionality from
2914 newsticker.el to newsticker-backend.el.
2915 (newsticker--download-logos): New.
2916 (newsticker--sentinel-callback): New.
2917 (newsticker--set-customvar): Remove. Split up into specific
2918 functions related to retrieval, ticker, buffer, and display.
2919 (newsticker--set-customvar-retrieval): New. Extracted from
2920 `newsticker--set-customvar'.
2921 (newsticker-retrieval): New. Renamed from `newsticker-feed'.
2922 (newsticker-url-list-defaults):
2923 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2924 (newsticker-url-list): Doc changed. URL can be a function.
2925 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2926 (newsticker-retrieval-method): New.
2927 (newsticker-wget-name, newsticker-wget-arguments): Change :group.
2928 (newsticker-retrieval-interval):
2929 Use `newsticker--set-customvar-retrieval' for :set. Change :group.
2930 (newsticker-desc-comp-max): Change :group.
2931 (newsticker--cache): Doc changed.
2932 (newsticker--guid-to-string): New.
2933 (newsticker--guid): Use `newsticker--guid-to-string'.
2934 (newsticker--real-feed-name): New.
2935 (newsticker--start-feed): New. Extracted from `newsticker-start'.
2936 (newsticker-start): Use `insert-file-contents' for reading cache.
2937 Use `newsticker--start-feed'.
2938 (newsticker--stop-feed): New. Extracted from `newsticker-stop'.
2939 (newsticker-stop): Check whether `newsticker-stop-ticker' is fbound.
2940 Use `newsticker--stop-feed'.
2941 (newsticker-save-item): New.
2942 (newsticker--get-news-by-funcall): New.
2943 (newsticker-get-news): Handle new retrieval methods.
2944 (newsticker--sentinel): Use `newsticker--sentinel-work'.
2945 (newsticker--sentinel-work): New. Extracted from
2946 `newsticker--sentinel'. Use `newsticker--download-logos',
2947 `newsticker--sentinel-callback'.
2948 (newsticker--parse-atom-0.3): Use `newsticker--guid-to-string'.
2949 (newsticker--parse-atom-1.0): Fix link determination.
2950 (newsticker--parse-rss-0.91): Fix time determination.
2951 (newsticker--parse-rss-0.92): Fix time determination.
2952 (newsticker--parse-rss-2.0): Use `newsticker--guid-to-string'.
2953 (newsticker--parse-generic-feed): New arg order in
2954 `newsticker--cache-add'.
2955 (newsticker--parse-generic-items): Fix for multiple items.
2956 New arg order in `newsticker--cache-add'.
2957 (newsticker--forget-preformatted): Check whether
2958 `newsticker--buffer-set-uptodate' is fbound.
2959 (newsticker--decode-iso8601-date): Handle fractions of seconds.
2960 (newsticker--decode-rfc822-date): Partial timezone handling.
2961 (newsticker--cache-contains): Fix guid problem.
2962 (newsticker--cache-add): Swap args AGE and TIME. Fix guid problem.
2963 (newsticker--cache-save): New.
2964 (newsticker--cache-update): Use temp buffer.
2965 (newsticker--stat-num-items): Allow multiple AGE args.
2966 (newsticker--stat-num-items-total): New.
2967 (newsticker--opml-import-outlines): New.
2968 (newsticker-opml-import): Use `newsticker--opml-import-outlines'.
2969 (newsticker--do-run-auto-mark-filter): Doc changed.
2970 (newsticker-retrieve-random-message): New.
2971
2972 * net/newsticker-ticker.el: New. Move ticker functionality from
2973 net/newsticker.el to net/newsticker-ticker.el.
2974 (newsticker--ticker-timer): Rename `newsticker--display-timer' to
2975 `newsticker--ticker-timer'.
2976 (newsticker-ticker-running-p): Rename `newsticker--display-timer'
2977 to `newsticker--ticker-timer'.
2978 (newsticker--set-customvar-ticker): New. Extracted from
2979 `newsticker--set-customvar'.
2980 (newsticker-ticker-interval): Rename `newsticker-display-interval'
2981 to `newsticker-ticker-interval'. Use `newsticker--set-customvar-ticker
2982 for :set. Change :group.
2983 (newsticker-scroll-smoothly): Doc changed. Change :group.
2984 (newsticker-hide-immortal-items-in-echo-area)
2985 (newsticker-hide-old-items-in-echo-area)
2986 (newsticker-hide-obsolete-items-in-echo-area):
2987 Use `newsticker--set-customvar-ticker for :set. Change :group.
2988 (newsticker-start-ticker): Rename `newsticker--display-timer' to
2989 `newsticker--ticker-timer'. Rename `newsticker-display-interval'
2990 to `newsticker-ticker-interval'.
2991 (newsticker-stop-ticker): Rename `newsticker--display-timer' to
2992 `newsticker--ticker-timer'.
2993
2994 * net/newsticker-reader.el: New. Move reader functionality from
2995 net/newsticker.el to net/newsticker-reader.el.
2996 (newsticker--set-customvar-formatting): New. Extracted from
2997 `newsticker--set-customvar'.
2998 (newsticker-reader, newsticker-frontend): New.
2999 (newsticker-enable-logo-manipulations): Change :group.
3000 (newsticker-justification): Use `newsticker--set-customvar-formatting'
3001 for :set. Change :group.
3002 (newsticker-use-full-width): Use `newsticker--set-customvar-formatting'
3003 for :set. Change :group.
3004 (newsticker-html-renderer): Doc changed.
3005 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3006 (newsticker-date-format):
3007 Use `newsticker--set-customvar-formatting' for :set. Change :group.
3008 (newsticker--insert-enclosure):
3009 Rename `newsticker--buffer-insert-enclosure' to
3010 `newsticker--insert-enclosure'. Add keymap arg.
3011 (newsticker--print-extra-elements):
3012 Rename `newsticker--buffer-print-extra-elements' to
3013 `newsticker--print-extra-elements'. Add keymap arg.
3014 (newsticker--do-print-extra-element):
3015 Rename `newsticker--buffer-do-print-extra-element' to
3016 `newsticker--do-print-extra-element'. Add keymap arg.
3017 (newsticker-show-news): Use `newsticker-frontend'.
3018
3019 * net/newsticker-plainview.el: New. Move plainview functionality
3020 from net/newsticker.el to net/newsticker-reader.el.
3021 (newsticker-plainview): New.
3022 (newsticker--set-customvar-sorting): New. Extracted from
3023 `newsticker--set-customvar'.
3024 (newsticker-sort-method): Use `newsticker--set-customvar-sorting
3025 for :set. Changed :group.
3026 (newsticker-heading-format, newsticker-item-format)
3027 (newsticker-desc-format, newsticker-statistics-format):
3028 Use `newsticker--set-customvar-formatting for :set. Change :group.
3029 (newsticker-faces): Change :group.
3030 (newsticker-default-face): Enable again.
3031 (newsticker-hide-old-items-in-newsticker-buffer)
3032 (newsticker-show-descriptions-of-new-items):
3033 Use `newsticker--set-customvar-buffer' for :set. Change :group.
3034 (newsticker-show-all-news-elements): Change :group.
3035 (newsticker-plainview-hooks): New.
3036 (newsticker-select-item-hook, newsticker-select-feed-hook)
3037 (newsticker-buffer-change-hook, newsticker-narrow-hook): Change :group.
3038 (newsticker--plainview-tool-bar-map): Rename `newsticker--tool-bar-map'
3039 to `newsticker--plainview-tool-bar-map'.
3040 (newsticker--url-keymap): Add mouse-1 binding.
3041 (newsticker-plainview): New.
3042 (newsticker-mark-all-items-of-feed-as-read): Change doc.
3043 (newsticker--buffer-do-insert-text): Use renamed
3044 newsticker--[buffer-]insert-enclosure and
3045 newsticker--[buffer-]print-extra-elements.
3046 (newsticker--buffer-set-faces): Use newsticker-default-face.
3047
3048 * net/newsticker-treeview.el: New.
3049
3050 2008-06-08 Andreas Schwab <schwab@suse.de>
3051
3052 * vc-dispatcher.el (vc-dir-children-marked-p): Fix child check.
3053
3054 * vc-cvs.el (vc-cvs-dir-status): Pass -f to cvs.
3055
3056 * vc-dispatcher.el (vc-dir-move-to-goal-column): Don't move in an
3057 empty line.
3058
3059 * minibuffer.el (minibuffer-message): Bind inhibit-quit around sit-for.
3060
3061 2008-06-08 Martin Rudalics <rudalics@gmx.at>
3062
3063 * window.el (split-height-threshold, split-width-threshold):
3064 Add choice nil.
3065 (split-window-preferred-function): Allow either nil or a function.
3066 (window--splittable-p, window--try-to-split-window):
3067 Handle changed option values.
3068
3069 (window--frame-usable-p): Handle nil argument.
3070
3071 (display-buffer): Call get-lru-window when pop-up-windows is nil
3072 and window can't be split.
3073
3074 2008-06-08 Michael Albinus <michael.albinus@gmx.de>
3075
3076 * uniquify.el (uniquify-get-proposed-name): Handle remote files.
3077
3078 * net/tramp.el (top): Quote feature names. Remove
3079 `tramp-rfn-eshadow-setup-minibuffer' from
3080 `rfn-eshadow-setup-minibuffer-hook' when unloading.
3081 (tramp-read-passwd): There is only one call to
3082 `auth-source-user-or-password' needed. Pacify byte compiler.
3083
3084 2008-06-08 Andreas Schwab <schwab@suse.de>
3085
3086 * window.el (display-buffer): Use lru window if current window
3087 cannot be split.
3088
3089 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3090
3091 * apropos.el (apropos-library): New command and new button.
3092 (apropos-library-button): New function.
3093
3094 * apropos.el: Remove spurious * in docstrings.
3095 (apropos-label-face): Use variable pitch.
3096 (apropos-print): Use dolist and with-current-buffer.
3097 (apropos-print-doc): Use when.
3098
3099 * window.el (special-display-p, display-buffer):
3100 Fix up C->Elisp transcription error.
3101
3102 2008-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
3103
3104 * emacs-lisp/bytecomp.el (byte-compile-current-group): New var.
3105 (byte-compile-file): Initialize it.
3106 (byte-compile-nogroup-warn): Keep track of the current group.
3107
3108 2008-06-08 Glenn Morris <rgm@gnu.org>
3109
3110 * Makefile.in (compile, compile-always, bootstrap-prepare):
3111 Explictly pass EMACS to sub-makes that use it, for non-GNU makes.
3112
3113 2008-06-07 Jihyun Cho <jihyun.jo@gmail.com>
3114
3115 * language/hanja-util.el (hanja-init-load): Use a char-table for
3116 hanja-table.
3117 (hangul-to-hanja-char): Adjust for the above change.
3118
3119 2008-06-07 Glenn Morris <rgm@gnu.org>
3120
3121 * finder.el (finder-compile-keywords): Use lm-keywords-list rather than
3122 lm-keywords.
3123
3124 * mail/sendmail.el (mail-interactive): Add :version.
3125
3126 * term/linux.el (terminal-init-linux): Use gpm-mouse-mode rather than
3127 obsolete alias.
3128
3129 * ediff-merg.el, strokes.el, wid-edit.el, emacs-lisp/lisp-mnt.el:
3130 * emulation/edt-mapper.el, eshell/em-dirs.el, eshell/em-glob.el:
3131 * eshell/em-ls.el, eshell/em-unix.el, eshell/esh-cmd.el:
3132 * eshell/esh-io.el, eshell/esh-opt.el, eshell/esh-test.el:
3133 * eshell/esh-util.el, international/mule-cmds.el:
3134 * international/mule-diag.el, mail/smtpmail.el, net/netrc.el:
3135 * net/tls.el, progmodes/etags.el, textmodes/page-ext.el:
3136 Remove unnecessary eval-when-compiles and eval-and-compiles.
3137
3138 * Makefile.in (bootstrap-clean): Run autogen-clean.
3139 (maintainer-clean): No need to run autogen-clean now it is included in
3140 bootstrap-clean.
3141
3142 2008-06-06 Miles Bader <miles@gnu.org>
3143
3144 * Makefile.in (ELCFILES): Add gnus/nndir.elc.
3145
3146 2008-06-06 Chong Yidong <cyd@stupidchicken.com>
3147
3148 * menu-bar.el (menu-bar-options-menu): Add Menu entry for
3149 longlines mode.
3150
3151 * replace.el (replace-search-function)
3152 (replace-re-search-function): New vars.
3153 (perform-replace): Use them.
3154
3155 * longlines.el (longlines-re-search-forward): New function.
3156 (longlines-mode): Bind replace-search-function and
3157 replace-re-search-function, to ensure that replacement commands
3158 treat newlines as spaces.
3159 (longlines-show-effect): Default to a pilcrow sign.
3160
3161 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * help.el (function-called-at-point):
3164 * help-fns.el (variable-at-point): Use emacs-lisp-mode-syntax-table
3165 even when calling find-tag-default.
3166
3167 2008-06-06 Daniel Colascione <danc@merrillpress.com>
3168
3169 * nxml/nxml-mode.el (nxml-syntax-highlight-flag)
3170 (nxml-fontify-chunk-size, nxml-clear-face, nxml-set-fontified)
3171 (nxml-clear-fontified, nxml-fontify, nxml-fontify1)
3172 (nxml-fontify-buffer, nxml-do-fontify):
3173 Remove obsolete variables and functions.
3174 (nxml-font-lock-keywords, nxml-set-face, nxml-mode)
3175 (nxml-degrade, nxml-after-change, nxml-after-change1)
3176 (nxml-extend-region, nxml-extend-after-change-region)
3177 (nxml-extend-after-change-region1, nxml-fontify-matcher)
3178 (nxml-toggle-char-ref-extra-display): Use font-lock, and
3179 font-lock-extend-region-functions in particular, to fontify
3180 nxml-mode buffers.
3181 (nxml-debug-region): New debugging helper function.
3182
3183 * nxml/nxml-rap.el (nxml-clear-inside, nxml-set-inside)
3184 (nxml-scan-after-change, nxml-move-tag-backwards):
3185 Adapt for font-lock changes.
3186
3187 * nxml/nxml-util.el (nxml-debug, nxml-debug-change)
3188 (nxml-debug-set-inside, nxml-debug-clear-inside):
3189 New debugging functions.
3190 (nxml-with-degradation-on-error): New helper macro.
3191
3192 2008-06-06 Martin Rudalics <rudalics@gmx.at>
3193
3194 * window.el (display-buffer): Remove dead call to get-lru-window.
3195
3196 2008-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3197
3198 * mail/sendmail.el (mail-interactive): Change default.
3199
3200 2008-06-05 John Paul Wallington <jpw@pobox.com>
3201
3202 * bindings.el (completion-ignored-extensions):
3203 Add .p64fsl, .d64fsl, and .dx64fsl.
3204
3205 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3206
3207 * ffap.el (ffap-prompter): Don't use the region.
3208
3209 2008-06-05 Sam Steingold <sds@gnu.org>
3210
3211 * vc-cvs.el (vc-cvs-registered): Consider a directory with a CVS
3212 subdirectory to be registered.
3213
3214 2008-06-05 Martin Rudalics <rudalics@gmx.at>
3215
3216 * window.el (display-buffer-function, special-display-p)
3217 (special-display-buffer-names, special-display-regexps)
3218 (special-display-function, same-window-p, same-window-buffer-names)
3219 (same-window-regexps, pop-up-frames, display-buffer-reuse-frames)
3220 (pop-up-frame-function, pop-up-windows, even-window-heights)
3221 (split-window-preferred-function, split-height-threshold)
3222 (window--display-buffer-1, display-buffer, pop-to-buffer):
3223 Move from window.c and buffer.c.
3224 (window--splittable-p, window--try-to-split-window)
3225 (window--frame-usable-p, window--display-buffer-2)
3226 (window--even-window-heights): New functions.
3227 (split-width-threshold): New option.
3228 (split-window-preferred-horizontally): Remove.
3229
3230 * cus-start.el: Remove corresponding declarations.
3231
3232 2008-06-05 Sam Steingold <sds@gnu.org>
3233
3234 * vc.el (vc-update): Use `save-some-buffers' instead of signaling
3235 an error on modified buffers.
3236
3237 2008-06-05 Stefan Monnier <monnier@iro.umontreal.ca>
3238
3239 * progmodes/etags.el (tags-verify-table): Be careful to use and update
3240 tags-file-name and tags-table-list from the right buffer.
3241 (tags-table-check-computed-list, tags-table-extend-computed-list)
3242 (find-tag-noselect): Use with-current-buffer.
3243
3244 * emacs-lisp/trace.el (trace-entry-message, trace-exit-message):
3245 Use print-circle.
3246
3247 * minibuffer.el (minibuffer-local-must-match-filename-map):
3248 Declare obsolete alias for the old name.
3249
3250 * abbrev.el (unexpand-abbrev): Better preserve markers.
3251
3252 2008-06-05 Glenn Morris <rgm@gnu.org>
3253
3254 * emacs-lisp/autoload.el (autoload-rubric): New function,
3255 extracted from autoload-ensure-default-file.
3256 (autoload-ensure-default-file): Use autoload-rubric.
3257
3258 * cus-dep.el (generated-custom-dependencies-file): Doc fix.
3259 (custom-dependencies-no-scan-regexp): New variable.
3260 (custom-make-dependencies): Use with-temp-buffer and autoload-rubric.
3261 Don't scan files matching custom-dependencies-no-scan-regexp.
3262 Disable undo in the output buffer. Remove kept-new-versions wackiness.
3263
3264 * finder.el (finder-headmark): Initialize and add doc string.
3265 (generated-finder-keywords-file): Doc fix.
3266 (finder-no-scan-regexp): New variable.
3267 (finder-compile-keywords): Use a single let binding.
3268 Disable undo in the output buffer. Use autoload-rubric.
3269 Use mapc rather than mapcar. Don't scan files matching
3270 finder-no-scan-regexp. Use with-temp-buffer. Use expand-file-name
3271 rather than concat. Use directory-files to do regexp matching.
3272 No need to require jka-compr.
3273 (finder-list-keywords): Remove un-needed set-buffer. Disable undo.
3274 (finder-list-matches): Disable undo.
3275 (finder-commentary): Use let rather than let*. Disable undo.
3276 (finder-current-item): Use zerop.
3277 (finder-mode): Use define-derived-mode.
3278 (finder-exit): Doc fix. Use dolist.
3279
3280 * Makefile.in ($(lisp)/cus-load.el): Remove unnecessary rule.
3281 (custom-deps): Don't require $(lisp)/cus-load.el.
3282 (custom-deps, finder-data): Don't depend on autoloads.
3283 Should not be needed now, and doing so was causing make install to
3284 re-dump emacs post-bootstrap.
3285 (bootstrap-after): Don't run update-elclist, since modifying Makefile.in
3286 mid-build forces some things to be rebuilt.
3287
3288 2008-06-05 Miles Bader <miles@gnu.org>
3289
3290 * face-remap.el
3291 (face-remap-add-relative): Renamed from `add-relative-face-remapping'.
3292 (face-remap-remove-relative): Renamed from
3293 `remove-relative-face-remapping'.
3294 (face-remap-reset-base): Renamed from
3295 `set-default-base-face-remapping'.
3296 (face-remap-set-base): Renamed from `set-base-face-remapping'.
3297 (text-scale-increase): Renamed from `increase-buffer-face-height'.
3298 (text-scale-decrease): Renamed from `decrease-buffer-face-height'.
3299 (text-scale-adjust): Renamed from `adjust-buffer-face-height'.
3300
3301 * face-remap.el (variable-pitch-mode): Autoload.
3302
3303 2008-06-04 Sam Steingold <sds@gnu.org>
3304
3305 * vc-hg.el (vc-hg-status-extra-header, vc-hg-status-extra-headers):
3306 Generate extra status headers for a Mercurial tree.
3307
3308 2008-06-04 John Paul Wallington <jpw@pobox.com>
3309
3310 * echistory.el (electric-history-map): Define within defvar.
3311 Add docstring.
3312
3313 * font-lock.el (font-lock-turn-off-thing-lock)
3314 (font-lock-after-fontify-buffer, font-lock-after-unfontify-buffer):
3315 Use `bound-and-true-p'.
3316 (cpp-font-lock-keywords-source-directives, cpp-font-lock-keywords):
3317 Doc fixes.
3318
3319 * international/ccl.el (define-ccl-program): Add `doc-string'
3320 declaration.
3321
3322 2008-06-04 Juanma Barranquero <lekktu@gmail.com>
3323
3324 * face-remap.el (variable-pitch-mode): Reflow docstrings.
3325 (text-scale-mode, adjust-buffer-face-height): Fix typos in docstrings.
3326
3327 2008-06-04 Trent W. Buck <trentbuck@gmail.com> (tiny change)
3328
3329 * emacs-lisp/rx.el (rx): Doc fix.
3330
3331 2008-06-04 Markus Triska <markus.triska@gmx.at>
3332
3333 * image-mode.el (image-mode-map): Add doc-view-inspired bindings.
3334
3335 2008-06-04 Miles Bader <miles@gnu.org>
3336
3337 * face-remap.el (adjust-buffer-face-height): New function.
3338 Add autoloaded keybindings in ctl-x-map.
3339 (increase-buffer-face-height, decrease-buffer-face-height):
3340 Simplify interactive spec to just "p". Remove autoloaded keybindings.
3341
3342 2008-06-03 Chong Yidong <cyd@stupidchicken.com>
3343
3344 * simple.el (line-move-1): If we did not move as far as desired,
3345 ensure that point-left and point-entered hooks are called.
3346
3347 2008-06-03 Sam Steingold <sds@gnu.org>
3348
3349 * vc-cvs.el (vc-cvs-status-extra-headers): Remove extraneous newlines.
3350
3351 2008-06-03 John Paul Wallington <jpw@pobox.com>
3352
3353 * progmodes/make-mode.el (makefile-cleanup-continuations)
3354 (makefile-warn-suspicious-lines, makefile-warn-continuations):
3355 Use `derived-mode-p'.
3356
3357 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3358
3359 * Makefile.in (update-elclist): Impose a fixed collation for sorting.
3360 (ELCFILES): Update.
3361
3362 2008-06-03 Miles Bader <miles@gnu.org>
3363
3364 * face-remap.el: New file.
3365 * Makefile.in (ELCFILES): Add face-remap.elc.
3366
3367 2008-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3368
3369 * progmodes/flymake.el (flymake-process-filter): Make sure the source
3370 buffer isn't dead.
3371
3372 * obsolete/bg-mouse.el, obsolete/float.el, obsolete/hilit19.el,
3373 * obsolete/lselect.el, obsolete/mlsupport.el, obsolete/ooutline.el,
3374 * obsolete/profile.el, obsolete/rsz-mini.el, obsolete/uncompress.el,
3375 * obsolete/auto-show.el, obsolete/hscroll.el:
3376 Remove packages that were obsolete in Emacs-20, or that were obsolete
3377 in Emacs-21 and do not contain any more code.
3378
3379 * vc-dispatcher.el (vc-dir-menu-map-filter): Don't fail if
3380 vc-client-mode is not set.
3381
3382 * image-mode.el (image-mode-map): Suppress key map and bind `q'.
3383 * doc-view.el (doc-view-mode-map): Inherit from image-mode-map.
3384
3385 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords): Try to be
3386 yet a bit more clever at distinguishing / from /.
3387
3388 2008-06-03 Kenichi Handa <handa@m17n.org>
3389
3390 * Makefile.in (ELCFILES): Add $(lisp)/language/hanja-util.elc.
3391
3392 2008-06-03 Jihyun Cho <jihyun.jo@gmail.com>
3393
3394 * language/hanja-util.el: New file.
3395
3396 2008-06-03 Glenn Morris <rgm@gnu.org>
3397
3398 * progmodes/f90.el (f90-typedef-matcher, f90-looking-at-type-like):
3399 Check that end-of-word follows "type".
3400
3401 2008-06-02 Daiki Ueno <ueno@unixuser.org>
3402
3403 * epa-file.el (epa-file-write-region): Write the entire buffer
3404 content if START is nil.
3405
3406 2008-06-01 Thomas Morgan <tlm@thomasmorgan.net> (tiny change)
3407
3408 * select.el (x-get-selection): Fix typo.
3409
3410 2008-06-01 Juanma Barranquero <lekktu@gmail.com>
3411
3412 * descr-text.el (describe-text-sexp): Use `string-match-p'. Simplify.
3413 (describe-char): Use `looking-at-p', `string-match-p' when possible.
3414
3415 2008-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3416
3417 * tar-mode.el (tar-header-block-summarize): Ensure one space around
3418 user&group.
3419
3420 2008-05-31 John Paul Wallington <jpw@pobox.com>
3421
3422 * help-fns.el (describe-variable-custom-version-info):
3423 Handle dotted `package-version' info.
3424
3425 2008-05-31 Juanma Barranquero <lekktu@gmail.com>
3426
3427 * icomplete.el (icomplete-get-keys): Doc fix. Use `when'.
3428
3429 2008-05-31 Dan Nicolaescu <dann@ics.uci.edu>
3430
3431 * vc-cvs.el (vc-cvs-after-dir-status): Support spaces in file
3432 names and improve support for unregistered files.
3433
3434 2008-05-31 Glenn Morris <rgm@gnu.org>
3435
3436 * Makefile.in (compile-last): Replace tr in `els' assignment with sed.
3437 Remove shell variable `elc'. Split tests to hopefully be more portable.
3438 Fix `sel' assignment.
3439
3440 2008-05-30 Juanma Barranquero <lekktu@gmail.com>
3441
3442 * minibuffer.el (completion-table-dynamic): Doc fix.
3443
3444 2008-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3445
3446 * vc-cvs.el (vc-cvs-state-heuristic, vc-cvs-parse-status):
3447 Try and return `unregistered' when applicable.
3448
3449 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
3450 Don't encourage naming variables with "-flag".
3451
3452 2008-05-30 Glenn Morris <rgm@gnu.org>
3453
3454 * Makefile.in (update-elclist): Hide the warning when it does not apply,
3455 make it milder when it does.
3456 (autogen-clean): New target.
3457 (maintainer-clean): Use autogen-clean.
3458
3459 * calendar/diary-lib.el (diary-display-function): New name for
3460 diary-display-hook. Keep old name as obsolete alias. Doc fix.
3461 Change custom type and version.
3462 (diary-list-entries-hook, diary-list-entries, diary-simple-display)
3463 (diary-fancy-display): Doc fixes.
3464 (diary-list-entries, diary-include-other-diary-files)
3465 (diary-mail-entries):
3466 Use diary-display-function rather than diary-display-hook.
3467
3468 * calendar/appt.el (appt-check): Use diary-display-function rather than
3469 diary-display-hook.
3470 * calendar/cal-x.el (calendar-dedicate-diary): Update for
3471 diary-display-function replacing diary-display-hook.
3472 * org/org-agenda.el (org-get-entries-from-diary): Also set
3473 diary-display-function.
3474
3475 * calendar/cal-html.el (cal-html-list-diary-entries):
3476 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
3477 * calendar/cal-tex.el (cal-tex-list-diary-entries): Use LIST-ONLY
3478 argument of diary-list-entries rather than setting diary-display-hook.
3479
3480 2008-05-30 Kenichi Handa <handa@m17n.org>
3481
3482 * international/mule-conf.el (utf-8-with-signature): Renamed from
3483 utf-8-sig.
3484 (utf-8-auto): Adjusted for the above change.
3485
3486 * international/mule-diag.el (describe-font): Don't check fontset
3487 here, and just call font-info. Get the default font by from the
3488 default face.
3489
3490 2008-05-29 Kenichi Handa <handa@m17n.org>
3491
3492 * international/mule-conf.el (utf-8-sig, utf-8-auto):
3493 New coding systems.
3494
3495 * international/mule.el (define-coding-system): Accept :bom for utf-8.
3496
3497 2008-05-29 Espen Wiborg <espen.wiborg@telio.no> (tiny change)
3498
3499 * international/utf-7.el (utf-7-encode): Use the right escape char
3500 depending on imap/nonimap encoding.
3501
3502 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3503
3504 * minibuffer.el (completion-pcm-all-completions): Add the base-size.
3505
3506 2008-05-29 Juanma Barranquero <lekktu@gmail.com>
3507
3508 * icomplete.el (icomplete-prospects-height): Add :group.
3509
3510 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3511
3512 * icomplete.el (icomplete-prospects-length): Make obsolete.
3513 (icomplete-prospects-height): New var.
3514 (icomplete-completions): Use it.
3515
3516 2008-05-29 David Kastrup <dak@gnu.org>
3517
3518 * autoinsert.el (auto-insert): Add :link.
3519
3520 2008-05-29 Stefan Monnier <monnier@iro.umontreal.ca>
3521
3522 * tar-mode.el (tar-header): New field `header-start'.
3523 (tar-header-block-tokenize): Set it when useful.
3524 Drop "GNUtar " magic value, which even GNU Tar doesn't know about.
3525 (tar-header-data-end): New function.
3526 (tar-summarize-buffer): Use it.
3527 (tar-next-line): Fix goal column for long usernames.
3528 (tar-expunge-internal): Use header-start.
3529 (tar-rename-entry): Handle ustar-style long names.
3530 (tar-alter-one-field): Add optional `descriptor' argument.
3531 (tar-subfile-save-buffer): Use it.
3532
3533 2008-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
3534
3535 * tar-mode.el (tar-header): New field `header-start'.
3536 (tar-header-block-tokenize): Set header-start for longlink entries.
3537 (tar-expunge-internal): Use header-start to expunge longlink entries.
3538
3539 * files.el (hack-local-variables): Don't signal an error if the local
3540 variable section is not properly terminated.
3541
3542 * emacs-lisp/easymenu.el (easy-menu-convert-item)
3543 (easy-menu-convert-item-1): Move the duplicate-generation outside of
3544 the caching so it also works for identical entries.
3545
3546 * tar-mode.el (tar-summarize-buffer): Fix reporter initialization.
3547 (tar-mode): Use write-region-annotate-functions rather than
3548 write-contents-functions.
3549 (tar-extract): Remove unused var `pos'.
3550 (tar-subfile-save-buffer): Remove unused var `following-descs'.
3551 (tar-mode-write-file): Remove.
3552 (tar-write-region-annotate): New function.
3553
3554 * progmodes/flymake.el (flymake-save-buffer-in-file):
3555 * shadowfile.el (shadow-copy-file):
3556 * arc-mode.el (archive-*-write-file-member):
3557 * files.el (diff-buffer-with-file):
3558 * subr.el (with-temp-file): Pass nil to write-region.
3559 * jka-compr.el (jka-compr-write-region): Preserve `start's nullness.
3560
3561 * doc-view.el (doc-view-mode-map): Bind `q' to quit-window, as is
3562 the custom.
3563
3564 * files.el (basic-save-buffer-2): Pass nil rather than (point-min)
3565 to write-region.
3566
3567 2008-05-28 Glenn Morris <rgm@gnu.org>
3568
3569 * Makefile.in (update-elclist): Work around non-portability of "\"
3570 in various implementations of echo.
3571
3572 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3573
3574 * international/mule-diag.el (describe-current-coding-system):
3575 Don't assume selection-coding-system is always defined.
3576
3577 * tar-mode.el: Use defstruct and markers.
3578 (tar-setf): Remove.
3579 (tar-header): Use defstruct. Add `data-start' field.
3580 (make-tar-desc, tar-desc-tokens): Remove, folded into tar-header.
3581 (tar-desc-data-start): Remove (now called tar-header-data-start).
3582 (tar-roundup-512): New fun.
3583 (tar-header-block-tokenize): Receive a buffer position rather than
3584 a string. Handle @longLink here, be more careful about it.
3585 Create a marker for data-start.
3586 (tar-summarize-buffer): Don't handle @LongLink here any more.
3587 (tar-expunge-internal, tar-subfile-save-buffer): Don't update
3588 data-start on the following entries any more.
3589 (tar-chown-entry, tar-chgrp-entry): Use read-number.
3590
3591 * tar-mode.el: Use buffer-swap-text to separate summary and raw data.
3592 (tar-header-offset): Remove.
3593 (tar-parse-info, tar-header-offset, tar-file-name-coding-system):
3594 Not permanent any more.
3595 (tar-data-buffer): New var.
3596 (tar-data-swapped-p, tar-change-major-mode-hook)
3597 (tar-mode-kill-buffer-hook): New funs.
3598 (tar-untar-buffer, tar-summarize-buffer, tar-mode, tar-mode-revert)
3599 (tar-extract, tar-copy, tar-expunge-internal, tar-expunge)
3600 (tar-clear-modification-flags, tar-alter-one-field)
3601 (tar-subfile-save-buffer, tar-pad-to-blocksize, tar-mode-write-file):
3602 Change accordingly.
3603
3604 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
3605
3606 * vc-dispatcher.el (vc-directory-resynch-file): Rename to ...
3607 (vc-dir-resynch-file): ... this. Update callers.
3608 Use vc-string-prefix-p. Ignore directory args.
3609 (vc-string-prefix-p): CSE.
3610 (vc-resynch-buffer): Restore conditional.
3611
3612 * vc-hooks.el (vc-after-save): Improve test.
3613 (vc-mode-line): Fix indentation.
3614
3615 2008-05-27 Chong Yidong <cyd@stupidchicken.com>
3616
3617 * calendar/parse-time.el (parse-time-months)
3618 (parse-time-weekdays): Add long-form month and day names.
3619
3620 2008-05-27 Glenn Morris <rgm@gnu.org>
3621
3622 * Makefile.in (update-elclist): Make errors in final sed non-fatal.
3623
3624 2008-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3625
3626 * vc-dispatcher.el (vc-string-prefix-p): New function.
3627 (vc-dir-parent-marked-p): Use it.
3628
3629 2008-05-27 Dan Nicolaescu <dann@ics.uci.edu>
3630
3631 * vc.el (Problems): Remove fixed issues.
3632 (vc-expand-dirs): Avoid returning directories.
3633 (vc-dir): Fix C-x v v binding.
3634 (vc-make-backend-object): Fix name.
3635 (vc-dir-show-fileentry): Fix docstring.
3636 (vc-dir-refresh): Use vc-dir-backend. Fix docstring.
3637 (vc-dir-refresh-files): Use vc-dir-backend. Fix docstring.
3638 Reset the state for directories.
3639 (vc-dir-headers): Align labels.
3640 (vc-default-status-printer): Do no call prettify-state-info.
3641 (vc-deduce-fileset): Replace implementation with one based on a
3642 working older version.
3643 (vc-next-action): Use the new form of vc-deduce-fileset.
3644 Fix dealing with unregistered files.
3645
3646 * vc-dispatcher.el (vc-resynch-window): Fix mode-line updating.
3647 (vc-dir-menu-map): Fix menu title for the menu bar and the popup menu.
3648 (vc-dir-child-files): New function.
3649 (vc-dir-node-directory): New function.
3650 (vc-dir-update, vc-dir-parent-marked-p)
3651 (vc-dir-children-marked-p, vc-dir-mark-all-files)
3652 (vc-dir-marked-only-files, vc-dispatcher-selection-set): Use it.
3653
3654 * vc-cvs.el (vc-cvs-status-extra-headers): Align labels.
3655
3656 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3657
3658 * diff-mode.el (diff-context-mid-hunk-header-re): New const.
3659 (diff-font-lock-keywords, diff-context->unified)
3660 (diff-reverse-direction, diff-fixup-modifs, diff-sanity-check-hunk)
3661 (diff-hunk-text, diff-find-source-location): Use it.
3662 (diff-post-command-hook): Let the user edit the hunk headers.
3663
3664 2008-05-26 Andreas Schwab <schwab@suse.de>
3665
3666 * vc.el (vc-default-prettify-state-info): Fix formatting of an
3667 unknown state.
3668
3669 * tar-mode.el (tar-summarize-buffer): Comment fix.
3670
3671 2008-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * tar-mode.el (tar-summarize-buffer): Handle GNU Tar @LongLink format.
3674
3675 2008-05-26 Glenn Morris <rgm@gnu.org>
3676
3677 * calendar/cal-hebrew.el (diary-ordinal-suffix): Declare for compiler.
3678
3679 2008-05-25 John Paul Wallington <jpw@pobox.com>
3680
3681 * proced.el (proced-next-line, proced-previous-line):
3682 Avoid calling `next-line' and `previous-line' from Lisp code.
3683
3684 2008-05-25 Ed Reingold <reingold@emr.cs.iit.edu>
3685
3686 * calendar/cal-hebrew.el (diary-hebrew-yahrzeit):
3687 Use diary-ordinal-suffix.
3688
3689 2008-05-24 Juanma Barranquero <lekktu@gmail.com>
3690
3691 * emacs-lisp/edebug.el (edebug-setup-hook, edebug-all-defs)
3692 (edebug-all-forms, edebug-eval-macro-args, edebug-save-windows)
3693 (edebug-save-displayed-buffer-points, edebug-initial-mode)
3694 (edebug-trace, edebug-test-coverage, edebug-continue-kbd-macro)
3695 (edebug-print-length, edebug-print-level, edebug-print-circle)
3696 (edebug-unwrap-results, edebug-on-error, edebug-on-quit)
3697 (edebug-global-break-condition, edebug-sit-for-seconds):
3698 Remove spurious * from defcustom docstrings.
3699 (edebug-unwrap*, edebug-signal, edebug-eval-display):
3700 Improve argument/docstring consistency.
3701 (edebug-test-coverage, edebug-gensym, edebug-read)
3702 (edebug-top-level-nonstop, edebug-eval-result-list)
3703 (edebug-eval-redisplay, edebug-trace): Fix typos in docstring.
3704 (edebug-eval-defun, edebug-eval-top-level-form, edebug)
3705 (edebug-display-freq-count): Reflow docstrings.
3706 (edebug-restore-status): Doc fix.
3707
3708 2008-05-24 Stefan Monnier <monnier@iro.umontreal.ca>
3709
3710 * proced.el (proced-header-line): Use the :align-to 0 feature
3711 rather than computing the corresponding position manually.
3712 (proced-update): Don't hardcode point-min==1.
3713
3714 2008-05-24 Alan Mackenzie <acm@muc.de>
3715
3716 * progmodes/cc-mode.el (c-postprocess-file-styles): Throw an error
3717 if c-file-style is set to a non-string.
3718
3719 (c-neutralize-CPP-line): Surround by `save-excursion'.
3720 (c-neutralize-syntax-in-CPP): Optimize for speed.
3721
3722 2008-05-24 Glenn Morris <rgm@gnu.org>
3723
3724 * Makefile.in (update-elclist): New target, to update ELCFILES.
3725 (bootstrap-after): Run update-elclist.
3726
3727 2008-05-24 Ulf Jasper <ulf.jasper@web.de>
3728
3729 * icalendar.el (icalendar-version): Increase to "0.19".
3730 (icalendar--date-style): New function.
3731 (icalendar--datetime-to-diary-date): Doc fix.
3732 Use icalendar--date-style.
3733 (icalendar--datestring-to-isodate): Doc fix. Handle iso date style.
3734 (icalendar--convert-yearly-to-ical)
3735 (icalendar--convert-recurring-to-diary): Handle iso date style,
3736 use icalendar-date-style.
3737
3738 2008-05-23 Dan Nicolaescu <dann@ics.uci.edu>
3739
3740 * vc.el (vc-delete-file): Make sure the buffer is deleted and
3741 vc-dir buffers are updated.
3742
3743 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3744
3745 * vc.el (vc-delete-file): Don't try to resynch the buffer.
3746
3747 2008-05-23 Paul Rivier <paul.r.ml@gmail.com>
3748
3749 * textmodes/reftex-vars.el (reftex-extra-bindings-prefix): New var.
3750 * textmodes/reftex.el (reftex-extra-bindings-map): New var.
3751 (reftex-extra-bindings): Use it.
3752
3753 * progmodes/mixal-mode.el (mixal-mode-map): Move key-bindings
3754 away from the user-reserved keys.
3755
3756 * progmodes/ada-mode.el (ada-mode-extra-map, ada-mode-extra-prefix):
3757 New vars.
3758 (ada-create-keymap): Use them.
3759
3760 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3761
3762 * emacs-lisp/regexp-opt.el (regexp-opt): Always return
3763 a properly-grouped regexp.
3764
3765 2008-05-23 Juanma Barranquero <lekktu@gmail.com>
3766
3767 * progmodes/cap-words.el (capitalized-words-mode):
3768 Fix typos in docstring.
3769
3770 2008-05-23 Kenichi Handa <handa@m17n.org>
3771
3772 * international/mule-conf.el: Don't define the charset `emacs'
3773 here, just put :docstring, :short-name, and :long-name.
3774
3775 2008-05-22 Kenichi Handa <handa@m17n.org>
3776
3777 * international/mule-diag.el (font-show-log): Limit each listing
3778 to 20 items.
3779
3780 2008-05-23 Nick Roberts <nickrob@snap.net.nz>
3781
3782 * progmodes/gdb-ui.el (gdb-enable-debug): New function.
3783 (gdb-annotation-rules): New entry for "thread-changed".
3784 (gdb-thread-changed): New function.
3785
3786 2008-05-23 Glenn Morris <rgm@gnu.org>
3787
3788 * Makefile.in (SOURCES): Remove, unused.
3789 (lisptagsfiles1, lisptagsfiles2): Use '*' rather than '[a-zA-Z]*'.
3790 (TAGS, TAGS-LISP): Use a single rule with multiple targets.
3791 Exclude more '*loaddefs' files.
3792 (compile-always): Simplify '.elc' deletion.
3793
3794 2008-05-23 Stefan Monnier <monnier@iro.umontreal.ca>
3795
3796 * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation.
3797 (vc-bzr-revision-completion-table): Handle `boundaries' argument.
3798
3799 * minibuffer.el (completion-boundaries): Change calling
3800 convention, so `string' has the same semantics as in
3801 try-completion and all-completions.
3802 (completion-table-with-context, completion--embedded-envvar-table)
3803 (completion--file-name-table)
3804 (completion-pcm--find-all-completions): Adjust code accordingly.
3805
3806 2008-05-22 Chong Yidong <cyd@stupidchicken.com>
3807
3808 * image-mode.el (image-mode-winprops): Add argument CLEANUP to
3809 prune image-mode-winprops-alist, preventing it from growing
3810 indefinitely.
3811 (image-mode-reapply-winprops): Use it.
3812
3813 2008-05-22 Teodor Zlatanov <tzz@lifelogs.com>
3814
3815 * net/netrc.el (netrc-machine): Always match if the port is not given.
3816
3817 2008-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3818
3819 * minibuffer.el (completion-pcm--find-all-completions):
3820 Don't add pseudo-completions.
3821
3822 * icomplete.el (icomplete-eoinput): Remove.
3823 (icomplete-overlay): New var to replace it.
3824 (icomplete-tidy): Rewrite.
3825 (icomplete-exhibit): Use an overlay.
3826 (icomplete-completions): Use completion-all-sorted-completions.
3827 Obey completion-ignore-case.
3828
3829 * files.el (locate-dominating-file): Accept non-existing argument.
3830 (project-find-settings-file): Rewrite, using locate-dominating-file.
3831
3832 2008-05-22 Kenichi Handa <handa@m17n.org>
3833
3834 * faces.el (font-weight-table, font-slant-table, font-width-table):
3835 Delete them. Don't call internal-set-font-style-table.
3836
3837 * international/mule-diag.el (font-show-log): New function.
3838
3839 * international/fontset.el (script-representative-chars): Add more
3840 chars for latin. Add data for symbol.
3841 (setup-default-fontset): Add entries for phonetic, armenian, and symbol.
3842
3843 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3844
3845 * minibuffer.el (completion-all-sorted-completions): New var.
3846 (completion--flush-all-sorted-completions)
3847 (completion-all-sorted-completions): New functions.
3848 (minibuffer-force-complete): New command.
3849
3850 2008-05-21 Glenn Morris <rgm@gnu.org>
3851
3852 * files.el (c-postprocess-file-styles): Declare for compiler.
3853
3854 * Makefile.in: Allow for parallel byte-compiling.
3855 (ELCFILES): New variable.
3856 (.el.elc): Remove prerequisites from suffix rule. Print a message.
3857 (compile-first, compile-main, compile-last): New targets.
3858 (compile-always): Simplify - delete .elc files, then `make compile'.
3859
3860 * Makefile.in (compile-calc): Use glob rather than find.
3861 ($(lisp)/progmodes/cc-mode.elc): Use $@.
3862
3863 * eshell/esh-module.el: No need for cl when compiling.
3864
3865 * eshell/eshell.el (eshell-defgroup): New alias.
3866 * eshell/em-alias.el, eshell/em-banner.el, eshell/em-basic.el:
3867 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el:
3868 * eshell/em-hist.el, eshell/em-ls.el, eshell/em-pred.el:
3869 * eshell/em-prompt.el, eshell/em-rebind.el, eshell/em-script.el:
3870 * eshell/em-smart.el, eshell/em-term.el, eshell/em-unix.el:
3871 * eshell/em-xtra.el: Use eshell-defgroup rather than defgroup.
3872 Autoload the custom group. Set generated-autoload-file.
3873 * eshell/em-basic.el, eshell/esh-module.el: Require eshell,
3874 for eshell-defgroup.
3875 * eshell/esh-module.el (eshell-load-defgroups): Remove.
3876 Require esh-groups rather than loading it.
3877
3878 2008-05-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3879
3880 * proced.el (proced-header-line): New variable and new function.
3881 (proced-mode): Set header-line-format.
3882 (proced-update): Set proced-header-line.
3883 (proced-send-signal): Use proced-header-line.
3884
3885 2008-05-21 Stefan Monnier <monnier@iro.umontreal.ca>
3886
3887 * macros.el (insert-kbd-macro): Use prin1-char.
3888
3889 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3890
3891 * minibuffer.el (completion-boundaries): New function.
3892 (completion--some): Delay errors.
3893 (complete-with-action, completion-table-with-context):
3894 Handle `boundaries' case.
3895 (completion--try-word-completion): Avoid partial-completion
3896 when the user hasn't entered anything yet.
3897 (minibuffer-local-map, minibuffer-local-filename-completion-map)
3898 (minibuffer-local-must-match-map, minibuffer-local-completion-map)
3899 (minibuffer-local-must-match-filename-map, minibuffer-local-ns-map):
3900 Setup default keybindings.
3901 (completion--embedded-envvar-re): New var.
3902 (completion--embedded-envvar-table): Use it. Handle `boundaries' case.
3903 (completion--file-name-table): Handle `boundaries' case.
3904 (completion-pcm--pattern->regex): Avoid pathological backtracking.
3905 (completion-pcm--all-completions): Add a `prefix' arg.
3906 (completion-pcm--find-all-completions): New function.
3907 (completion-pcm-all-completions, completion-pcm-try-completion):
3908 Use it.
3909
3910 * icomplete.el (icomplete-completions): Don't use `predicate' with
3911 a table of a different type than `candidates'.
3912
3913 2008-05-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3914
3915 * proced.el (proced-goal-column): Rename from proced-procname-column.
3916 (proced-goal-header-re): Rename from proced-procname-column-regexp.
3917 (proced-move-to-goal-column): Rename from proced-move-to-procname.
3918 (proced-header-face, proced-header-regexp): Remove.
3919 (proced-font-lock-keywords): Remove proced-header-face.
3920 (proced-header-alist, proced-sorting-schemes-re): New variables.
3921 (proced): Rename Proced buffer to *Proced*.
3922 (proced-next-line, proced-previous-line): New commands.
3923 (proced-do-mark, proced-do-mark-all, proced-toggle-marks)
3924 (proced-hide-processes): Do not treat first line as special.
3925 (proced-header-space): New function.
3926 (proced-update): Use header-line-format.
3927 Initialize proced-header-alist and proced-sorting-schemes-re.
3928 Set proced-goal-column. Include proced-command in mode-name.
3929 (proced-send-signal): Use header-line-format for *Marked
3930 Processes* buffer.
3931 (proced-sort): Restrict minibuffer completion to applicable
3932 sorting schemes.
3933 (proced-sorting-scheme-p): Use proced-sorting-schemes-re.
3934
3935 2008-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3936
3937 * icomplete.el (icomplete-simple-completing-p):
3938 Allow icomplete-with-completion-tables to say "use it everywhere".
3939 (icomplete-completions): Obey completion-styles. Try to accommodate
3940 partial-completion style.
3941
3942 2008-05-20 Michael Olson <mwolson@gnu.org>
3943
3944 * files.el (project-find-settings-file): Change concat to
3945 expand-file-name.
3946
3947 2008-05-19 Tom Tromey <tromey@redhat.com>
3948
3949 * files.el (normal-mode): Call hack-project-variables.
3950 (hack-local-variables-confirm): Add 'project' argument.
3951 (hack-local-variables-apply): New function.
3952 (hack-local-variables): Use it.
3953 (project-class-alist, project-directory-alist): New variables.
3954 (project-get-alist): New function.
3955 (project-collect-bindings-from-alist)
3956 (project-collect-binding-list, set-directory-project)
3957 (project-find-settings-file, project-define-from-project-file)
3958 (hack-project-variables): New functions.
3959
3960 2008-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
3961
3962 * emacs-lisp/cl-specs.el (destructuring-bind): Fix spec.
3963
3964 2008-05-19 Juanma Barranquero <lekktu@gmail.com>
3965
3966 * faces.el (font-weight-table): Fix typo in docstring.
3967
3968 2008-05-18 David Hull <david@snap.com> (tiny change)
3969
3970 * vc-hg.el (vc-hg-annotate-re): Recognize the output of --follow.
3971 (vc-hg-annotate-command): Allow white space before version number.
3972
3973 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
3974
3975 * calc/calc-yank.el (calc-register-alist): New variable.
3976 (calc-set-register, calc-get-register, calc-copy-to-register)
3977 (calc-insert-register, calc-add-to-register, calc-append-to-register)
3978 (calc-prepend-to-register): New functions.
3979
3980 * calc/calc-ext.el (calc-init-extensions): Add keybindings for
3981 `calc-copy-to-register' and `calc-insert-register'.
3982 Autoload new register functions.
3983
3984 * calc/calc-help.el (calc-r-prefix-help): Add help for register
3985 functions.
3986
3987 2008-05-18 Dan Nicolaescu <dann@ics.uci.edu>
3988
3989 * vc.el (Todo): Add known problems.
3990 (vc-dir-backend): New variable.
3991 (vc-dir): Set it.
3992 (vc-make-backend-object, vc-generic-status-printer)
3993 (vc-generic-state, vc-generic-status-fileinfo-extra)
3994 (vc-dir-extra-menu): Use it.
3995 (vc-generic-dir-headers): Remove, unused.
3996
3997 * vc-dispatcher.el (vc-dir-previous-directory): Rename from
3998 vc-dir-prev-directory for consistency with vc-dir-previous-line.
3999 (vc-dir-mode-map): Fix bindings.
4000
4001 * vc-bzr.el (vc-bzr-after-dir-status): Remove unused binding.
4002
4003 2008-05-18 Jay Belanger <jay.p.belanger@gmail.com>
4004
4005 * calc/calc-yank.el (calc-kill): Make sure that only the stack is
4006 operated on.
4007 (calc-kill-region): Kill entire lines.
4008
4009 2008-05-17 Glenn Morris <rgm@gnu.org>
4010
4011 * ezimage.el (ezimage-use-images): Drop support for Emacs < 21 and
4012 simplify initial value.
4013 (defezimage): Drop support for Emacs without defimage, use a featurep
4014 test rather than fboundp when defining, drop with-no-warnings.
4015 (ezimage-insert-over-text): Move featurep test inside
4016 add-text-properties.
4017
4018 * elide-head.el (elide-head-headers-to-hide): Handle GPLv3 format.
4019
4020 * net/tramp.el (top-level): Load auth-source when compiling.
4021
4022 * progmodes/fortran.el (fortran-font-lock-keywords-2): Add .eqv., .neqv.
4023
4024 2008-05-17 Andreas Schwab <schwab@suse.de>
4025
4026 * vc-dispatcher.el (vc-dir-mode-map): Fix M-down and M-up binding.
4027
4028 2008-05-17 Dan Nicolaescu <dann@ics.uci.edu>
4029
4030 * vc.el (vc-annotate-show-diff-revision-at-line): Change
4031 vc-diff-internal arg to match what vc-deduce-fileseset returns now.
4032
4033 2008-05-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4034
4035 * menu-bar.el (menu-bar-select-buffer): Reinsert it as msb.el uses it.
4036
4037 2008-05-17 Jim Meyering <meyering@redhat.com>
4038
4039 * ido.el (ido-save-history): Do not emit a trailing newline at the
4040 end of the ido history file.
4041
4042 2008-05-16 John Paul Wallington <jpw@pobox.com>
4043
4044 * vc-dispatcher.el (top-level): Revert previous change: require cl
4045 when compiling.
4046
4047 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4048
4049 * vc.el (vc-default-status-printer)
4050 (vc-default-prettify-state-info): Enhance the state prettyprinter
4051 to deal better with unknown states and indirect through it when
4052 painting vc-dir buffers.
4053
4054 2008-05-16 John Paul Wallington <jpw@pobox.com>
4055
4056 * vc-dispatcher.el (top-level): Don't require cl when compiling.
4057 (vc-dir-mode-map): Fix backquote.
4058 (vc-at-event): Doc fix. Use `make-symbol' instead of `gensym'.
4059
4060 2008-05-16 Michael Albinus <michael.albinus@gmx.de>
4061
4062 * net/tramp.el (tramp-handle-write-region): Fix check for short track.
4063 Reported by Glenn Morris <rgm@gnu.org>.
4064
4065 2008-05-16 Eric S. Raymond <esr@snark.thyrsus.com>
4066
4067 * vc.el: Remove my analysis of SCCS/RCS concurrency issues from
4068 the end of the file, it was good work at one time but has been
4069 stale since 1995 and may now be actively misleading.
4070 * vc-cvs.el (vc-cvs-status-extra-headers): Extract and display the
4071 CVS repository and module (assumptions for the latter a bit iffy).
4072 * vc-svn.el (vc-svn-status-extra-headers): Extract and display the
4073 SVN repository.
4074
4075 2008-05-16 Juanma Barranquero <lekktu@gmail.com>
4076
4077 * vc-rcs.el (vc-rcs-create-tag):
4078 * vc-sccs.el (vc-sccs-create-tag):
4079 Fix typo in error message and pass backend arg.
4080
4081 2008-05-15 Michael Albinus <michael.albinus@gmx.de>
4082
4083 * net/tramp.el (tramp-file-name-for-operation): Add `make-temp-name'.
4084
4085 2008-05-15 Teodor Zlatanov <tzz@lifelogs.com>
4086
4087 * net/tramp.el: Load auth-source library.
4088 (tramp-read-passwd): Use it for password, not login.
4089
4090 2008-05-15 Shigeru Fukaya <shugeru.fukaya@gmail.com>
4091
4092 * ses.el (ses-goto-print): Use move-to-column rather than forward-char.
4093 (ses-print-cell): Use string-width, truncate-string-to-width,
4094 delete-region rather than length, substring, delete-char.
4095 (ses-setup): Set inhibit-point-motion-hooks to t.
4096 Calculate position by actually moving point rather than just using
4097 unibyte character length.
4098 (ses-mode): Set indent-tabs-mode to nil.
4099 (ses-center): Use string-width rather than length.
4100
4101 2008-05-15 Eric S. Raymond <esr@snark.thyrsus.com>
4102
4103 * vc-cvs.el, vc-git.el, vc-hg.el, vc-hooks.el, vc-mcvs.el,
4104 * vc-rcs.el, vc-sccs.el, vc-svn.el, vc.el:
4105 Rename vc-*-create-snapshot and vc-*-retrieve-snapshot to
4106 vc-*-create-tag and vc-*-retrieve-tag respectively.
4107
4108 * vc-dispatcher.el: Fix an incorrect buffer name and remove an
4109 unneeded defalias.
4110
4111 * vc.el, vc-dispatcher.el (vc-dir-menu-map-filter): Move.
4112
4113 * vc.el, vc-dispatcher.el (vc-dir-menu-map): Remove assumption
4114 about buffer names.
4115
4116 2008-05-15 Glenn Morris <rgm@gnu.org>
4117
4118 * vc-hooks.el (vc-directory-resynch-file): Fix declaration.
4119
4120 * org/org-exp.el (org-infojs-options-inbuffer-template):
4121 Fix declaration.
4122
4123 * progmodes/cc-mode.el (declare-function): Add compat definition.
4124 (awk-mode-syntax-table, c-awk-unstick-NL-prop): Declare for compiler.
4125
4126 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
4127
4128 * vc-dispatcher.el (vc-dispatcher-selection): Change the returned
4129 list to a cons so the caller can get back both expanded and
4130 unexpanded filesets.
4131 * vc.el (vc-deduce-fileseset, vc-next-action, vc-diff-internal)
4132 (vc-merge, vc-version-diff, vc-print-log, vc-revert, vc-rollback):
4133 Change handling of selection-set returns as required.
4134
4135 2008-05-15 John Paul Wallington <jpw@pobox.com>
4136
4137 * add-log.el (top-level): Don't require cl when compiling.
4138
4139 * arc-mode.el (archive-add-new-member): Use `derived-mode-p'.
4140 (archive-*-extract): Use `zerop'.
4141 (archive-*-write-file-member): Use `or', use `zerop'.
4142
4143 * diff-mode.el (diff-current-defun): Use `buffer-local-value'.
4144
4145 * ibuffer.el (ibuffer-assert-ibuffer-mode): New defsubst.
4146 (ibuffer-mark-interactive, ibuffer-set-mark)
4147 (ibuffer-insert-buffer-line, ibuffer-redisplay-current)
4148 (ibuffer-map-lines, ibuffer-switch-format)
4149 (ibuffer-update-title-and-summary)
4150 (ibuffer-redisplay-engine): Use it.
4151
4152 * ibuf-ext.el (ibuffer-interactive-filter-by-mode)
4153 (ibuffer-set-filter-groups-by-mode, ibuffer-list-buffer-modes)
4154 (define-ibuffer-filter mode, define-ibuffer-filter used-mode)
4155 (define-ibuffer-sorter major-mode, ibuffer-mark-unsaved-buffers)
4156 (ibuffer-mark-read-only-buffers)
4157 (ibuffer-mark-dired-buffers): Use `buffer-local-value'.
4158
4159 * ibuf-macs.el (ibuffer-aif, ibuffer-awhen, ibuffer-save-marks)
4160 (define-ibuffer-column, define-ibuffer-sorter)
4161 (define-ibuffer-op, define-ibuffer-filter): Add declarations
4162 containing indentation specs, replacing equivalent top-level
4163 forms that set `lisp-indent-function' properties.
4164 (define-ibuffer-op): Use `derived-mode-p'.
4165 (define-ibuffer-filter): Remove redundant `concat' call.
4166
4167 2008-05-14 Michael Albinus <michael.albinus@gmx.de>
4168
4169 * net/tramp.el (tramp-echo-mark): Update docstring.
4170 (tramp-echo-mark-marker): New defconst.
4171 (tramp-check-for-regexp): Use it.
4172
4173 2008-05-14 Eric S. Raymond <esr@snark.thyrsus.com>
4174
4175 * vc.el (vc-deduce-fileset): Do the right thing when visting a
4176 buffer (say, a log buffer or diff buffer) with a vc-dir buffer
4177 as parent.
4178
4179 2008-05-14 John Paul Wallington <jpw@pobox.com>
4180
4181 * international/mule.el (convert-define-charset-argument):
4182 Remove period from end of error message.
4183 (coding-system-mnemonic): Doc fix.
4184 (ctext-pre-write-conversion): Doc fix.
4185
4186 2008-05-14 Simon Marshall <simon@gnu.org>
4187
4188 * obsolete/fast-lock.el (fast-lock-cache-directories): Remove "."
4189 from its default value and give it the risky-local-variable
4190 property (CVE-2008-2142).
4191
4192 2008-05-14 Kenichi Handa <handa@m17n.org>
4193
4194 * language/korean.el ("Korean"): Set `iso639-language'
4195 property to `ko'.
4196
4197 * language/japanese.el ("Japanese"): Set `iso639-language'
4198 property to `ja'.
4199
4200 * language/chinese.el ("Chinese-GB", "Chinese-BIG5")
4201 ("Chinese-CNS", "Chinese-EUC-TW", "Chinese-GBK")
4202 ("Chinese-GB18030"): Set `iso639-language' property to `zh'.
4203
4204 * international/mule-cmds.el (set-language-environment):
4205 Set current-iso639-language.
4206
4207 * international/fontset.el (setup-default-fontset): For kana, han,
4208 hangul, and cjk-misc, move an entry with font-spec at the end.
4209 (generate-fontset-menu): Exclue fontset-auto* from the list.
4210
4211 * composite.el (compose-chars-after): Assume that WINDOW is always
4212 non-nil.
4213
4214 * faces.el (font-weight-table, font-slant-table)
4215 (font-swidth-table): Declare them by defconst. Change the format
4216 of elements. Call internal-set-font-style-table after their
4217 declaration.
4218 (face-valid-attribute-values): Call font-family-list. Get values
4219 for width, weight, and slant from font-xxx-table.
4220
4221 * cus-face.el (custom-face-attributes): Add "thin" for :weight.
4222
4223 2008-05-13 John Paul Wallington <jpw@pobox.com>
4224
4225 * ibuffer.el (ibuffer-buffer-file-name): New function.
4226 (define-ibuffer-column filename): Use it.
4227
4228 * ibuf-ext.el (define-ibuffer-filter filename): Use it.
4229
4230 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
4231
4232 * talk.el (talk): Simplify. Pass display arg to talk-add-display
4233 as a string.
4234 (talk-add-display): Simplify. Accept only string args.
4235
4236 2008-05-13 Jay Belanger <jay.p.belanger@gmail.com>
4237
4238 * calc/calc.el (calc-mode-map): Remove old keybinding for `calc-yank'.
4239
4240 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4241
4242 * Makefile.in (bootstrap-prepare): Don't chmod files.
4243 (autoloads): Do it here instead, where it's actually needed.
4244
4245 2008-05-13 Chong Yidong <cyd@stupidchicken.com>
4246
4247 * tool-bar.el (tool-bar-make-keymap): Account for the optional
4248 KEY-BINDING-DATA field in menu-item list.
4249
4250 2008-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
4251
4252 * dired.el (dired-read-dir-and-switches): Move things about to use less
4253 recursion during macroexpansion.
4254
4255 * dired.el (dired-read-dir-and-switches): Use read-file-name.
4256
4257 * dired.el (dired-read-dir-and-switches): Ignore ., .., and
4258 completion-ignored-extension directories if there's something else.
4259 (dired-mark-if, dired-map-over-marks, dired-readin, dired-revert)
4260 (dired-remember-marks, dired-undo, dired-build-subdir-alist)
4261 (dired-internal-do-deletions, dired-mark-files-in-region, dired-mark)
4262 (dired-toggle-marks, dired-change-marks, dired-unmark-all-files):
4263 buffer-read-only -> inhibit-read-only.
4264
4265 2008-05-12 Eric S. Raymond <esr@snark.thyrsus.com>
4266
4267 * vc.el (vc-expand-dirs): Stop this function from tossing out
4268 explicitly specified files.
4269
4270 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4271
4272 * smerge-mode.el (smerge-apply-resolution-patch): Don't pass nil
4273 to `insert'.
4274
4275 2008-05-12 Dan Nicolaescu <dann@ics.uci.edu>
4276
4277 * vc.el (vc-annotate-show-diff-revision-at-line): Remove incorrect
4278 cons. Use vc-annotate-backend.
4279 (with-vc-file, edit-vc-file): Remove unused macros.
4280
4281 2008-05-12 Teodor Zlatanov <tzz@lifelogs.com>
4282
4283 * mail/smtpmail.el: Add autoload for `auth-source-user-or-password'.
4284 (smtpmail-try-auth-methods): Use it.
4285
4286 2008-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4287
4288 * emacs-lisp/cl.el (cl-set-nthcdr): Make it a defsubst so that
4289 (setf (nthcdr ..) ..) doesn't require CL at runtime.
4290
4291 2008-05-11 Carsten Dominik <dominik@science.uva.nl>
4292
4293 * org/org.el (org-modules): Repair problems with loading org-jsinfo.org.
4294
4295 2008-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4296
4297 * vc-bzr.el (vc-bzr-sha1, vc-bzr-command-discarding-stderr)
4298 (vc-bzr-revision-completion-table): Use process-file.
4299 (vc-bzr-working-revision): Pass relative file names.
4300
4301 * diff-mode.el (diff-hunk-header-re): Refine the regexp.
4302
4303 2008-05-11 Juri Linkov <juri@jurta.org>
4304
4305 * wid-edit.el (widget-image-directory): Change default image data
4306 subdirectory from "custom" to "images/custom".
4307
4308 * info.el (Info-next-preorder): Let-bind `Info-history' to nil
4309 before recursive call to `Info-next-preorder' to not add
4310 intermediate nodes to the history.
4311
4312 * isearch.el: Put isearch-scroll property on recenter-top-bottom.
4313
4314 * emulation/cua-base.el: Put isearch-scroll property
4315 on cua-scroll-up and cua-scroll-down.
4316
4317 2008-05-11 Eric S. Raymond <esr@snark.thyrsus.com>
4318
4319 * vc-hooks.el (vc-recompute-state): Remove (dead code).
4320
4321 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
4322
4323 * vc-dispatcher.el (ewoc): Require.
4324 (vc-log-edit, vc-buffer-sync): Declare for byte compiler.
4325
4326 * vc-hg.el (vc-hg-diff, vc-hg-annotate-command): Use when not if.
4327
4328 2008-05-10 Chong Yidong <cyd@stupidchicken.com>
4329
4330 * term/w32-win.el (x-colors):
4331 * term/mac-win.el (x-colors):
4332 * term/x-win.el (x-colors): Re-order colors.
4333
4334 2008-05-10 Reiner Steib <reiner.steib@gmx.de>
4335
4336 * smerge-mode.el (smerge-command-prefix): Fix custom type.
4337
4338 2008-05-10 Eric S. Raymond <esr@snark.thyrsus.com>
4339
4340 * vc-dispatcher.el (vc-dir-next-directory, vc-dir-prev-directory):
4341 New functions implementing motion to next and previous directory.
4342
4343 * vc-arch.el (vc-arch-command):
4344 * vc-bzr.el (vc-bzr-command):
4345 * vc-cvs.el (vc-cvs-command):
4346 * vc-dispatcher.el (vc-do-command):
4347 * vc-git.el (vc-git-command):
4348 * vc-hg.el (vc-hg-command):
4349 * vc-mcvs.el (vc-mvcs-command):
4350 * vc-mtn.el (vc-mtn-command):
4351 * vc-sccs.el (vc-sccs-command, vc-sccs-workfile)
4352 (vc-sccs-workfile-unchanged-p):
4353 * vc-svn.el (vc-svn-command, vc-svn-create-repo):
4354 * vc-rcs.el (all methods): Remove assumption about what a nil
4355 argument to vc-do-command means. This means no buffer name needs
4356 to be hardcoded into the dispatcher layer, and it's better to be
4357 explicit anyway.
4358
4359 * vc-svn.el (vc-svn-dir-state-heuristic): Remove.
4360
4361 2008-05-10 Dan Nicolaescu <dann@ics.uci.edu>
4362
4363 * vc.el: Update todo.
4364
4365 * vc-sccs.el (vc-sccs-dir-status):
4366 * vc-rcs.el (vc-rcs-dir-status): Avoid using results from multiple
4367 backends and returning up to date files.
4368
4369 * vc-hooks.el (vc-prefix-map): Remove duplicate binding.
4370
4371 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4372
4373 * vc.el (vc-dir):
4374 * vc-hooks.el: Tweak the VC directory bindings. These are now
4375 documented in the manual.
4376
4377 * vc-dispatcher.el (vc-dir-update, vc-dir-parent-marked-p)
4378 (vc-dir-children-marked-p): Remove the vc-dir-insert-directories global.
4379 (vc-dispatcher-selection-set): Allow callers to pass in an
4380 observer flag that says no buffer sync is required.
4381 * vc.el (vc-deduce-fileset, vc-print-log, vc-version-diff):
4382 Use the observer flag.
4383
4384 2008-05-09 Michael Albinus <michael.albinus@gmx.de>
4385
4386 * simple.el (start-file-process): Clarify docstring.
4387
4388 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4389
4390 * vc-sccs.el, vc-svn.el, vc-git.el, vc-hg.el, vc-mtn.el:
4391 Remove stub implementations of, and references to, wash-log.
4392 * vc-rcs.el (vc-rcs-comment-history):
4393 * vc-cvs.el (vc-cvs-comment-history):
4394 Inline the code that used to be wash-log.
4395
4396 * vc-sccs.el (vc-sccs-checkin, vc-sccs-checkout, vc-sccs-rollback)
4397 (vc-sccs-revert, vc-sccs-steal-lock, vc-sccs-modify-change-comment)
4398 (vc-sccs-print-log, vc-sccs-diff): Grok directories.
4399 * vc-rcs.el (vc-sccs-checkin, vc-sccs-checkout)
4400 (vc-rcs-revert, vc-rcs-steal-lock, vc-rcs-modify-change-comment)
4401 (vc-rcs-print-log): Grok directories.
4402
4403 2008-05-09 Stefan Monnier <monnier@iro.umontreal.ca>
4404
4405 * vc.el (vc-mark-resolved): Add `backend' argument.
4406 (vc-next-action): Pass it the backend.
4407 (vc-next-action, vc-checkout, vc-mark-resolved, vc-version-diff)
4408 (vc-merge, vc-rollback, vc-update, vc-transfer-file, vc-delete-file)
4409 (vc-default-comment-history, vc-default-create-snapshot)
4410 (vc-default-retrieve-snapshot, vc-default-revert, vc-annotate)
4411 (vc-annotate-revision-previous-to-line)
4412 (vc-annotate-show-diff-revision-at-line, vc-annotate-warp-revision):
4413 * vc-svn.el (vc-svn-checkout):
4414 * vc-mcvs.el (vc-mcvs-checkout):
4415 * vc-hooks.el (vc-state, vc-default-workfile-unchanged-p)
4416 (vc-working-revision, vc-before-save, vc-mode-line):
4417 Prefer vc-call-backend to vc-call so as not to recompute the backend.
4418
4419 * vc.el (vc-deduce-fileset): Don't require the checkout-model and the
4420 state to be consistent since it's often an unwarranted restriction.
4421 Don't return the state either.
4422 (vc-next-action): Check that the state is consistent.
4423 (vc-diff-internal, vc-version-diff, vc-print-log, vc-revert)
4424 (vc-rollback, vc-update): Adapt to new return value of
4425 vc-deduce-fileset.
4426
4427 * vc-dispatcher.el (vc-dispatcher-browsing): Use derived-mode-p.
4428 (vc-dir-prepare-status-buffer): Use vc-dispatcher-browsing.
4429 (vc-dispatcher-in-fileset-p): New fun.
4430 (vc-dispatcher-selection-set): Use it to properly handle directories.
4431
4432 2008-05-09 Dan Nicolaescu <dann@ics.uci.edu>
4433
4434 * vc.el (vc-version-diff, vc-print-log, vc-revert, vc-rollback)
4435 (vc-update): Remove unused let bindings.
4436
4437 2008-05-09 Eric S. Raymond <esr@snark.thyrsus.com>
4438
4439 * vc.el (vc-deduce-fileset, vc-next-action, vc-version-diff)
4440 (vc-diff, vc-revert, vc-rollback, vc-update):
4441 * vc-dispatcher.el (vc-dispatcher-selection-set):
4442 Get rid of 4 special cases in fileset selection. This involved
4443 changing the return value of (vc-deduce-fileset) so that it passes
4444 back a deduced state as well as a deduced back end.
4445
4446 2008-05-08 Sam Steingold <sds@gnu.org>
4447
4448 * progmodes/compile.el (compilation-minor-mode-map)
4449 (compilation-mode-map): Bind "g" to recompile and "q" to quit-window.
4450 * progmodes/grep.el (grep-mode-map): Use `set-keymap-parent' to connect
4451 it to `compilation-minor-mode-map' (instead of an explicit `cons').
4452
4453 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4454
4455 * org/org.el (org-modules, org-format-latex-options):
4456 * org/org-archive.el (org-archive-stamp-time)
4457 (org-archive-save-context-info):
4458 * org/org-faces.el (org-hide):
4459 * org/org-irc.el (org-irc-parse-link):
4460 * org/org-macs.el (org-call-with-arg, org-autoload):
4461 * org/org-mew.el (org-mew-store-link):
4462 * org/org-remember.el (org-remember-store-without-prompt)
4463 (org-remember-templates): Fix typos in docstrings.
4464
4465 * org/org-info.el (org-info-store-link): Remove leftover docstring.
4466
4467 * org/org-bbdb.el (org-bbdb-export): Remove leftover docstring.
4468 (org-bbdb-anniversary-field, org-bbdb-extract-date-fun)
4469 (org-bbdb-anniv-split): Fix typos in docstrings.
4470
4471 * org/org-publish.el (org-publish-project-alist): Doc fixes.
4472 (org-publish-use-timestamps-flag): Reflow docstring.
4473 (org-publish-files-alist): Fix typos in docstring.
4474
4475 2008-05-07 Sam Steingold <sds@gnu.org>
4476
4477 * pcvs-util.el (cvs-bury-buffer): Revert my patch: quit-window
4478 appears to be too aggressive with window removal.
4479
4480 2008-05-08 Michael McNamara <mac@mail.brushroad.com>
4481
4482 * progmodes/verilog-mode.el (verilog-type-font-keywords):
4483 Add leda and 0in as pragma keywords.
4484 (verilog-pretty-expr): Support lining up assignments which include
4485 part selects.
4486 (verilog-mode): More portable check for the availability of
4487 hideshow support.
4488 (verilog-do-indent): Remove special indent for declarations inside
4489 a parenthetical list. The code is ill-advised, and doesn't work
4490 given the new user defined types.
4491 (verilog-set-auto-endcomments): Enhance function automatic
4492 endcomment to support functions that return user defined types.
4493 (verilog-mode): Add code to tell which-function-mode minor mode
4494 that Verilog supports this feature.
4495
4496 2008-05-08 Eli Zaretskii <eliz@gnu.org>
4497
4498 * epa-file.el: Require epa-hook.
4499
4500 * loadup.el ("epa-hook"): Load epa-hook instead of epa-file-hook.
4501
4502 * epa-hook.el: Renamed from epa-file-hook.el, to avoid
4503 file-names clashes on 8+3 filesystems. Provide epa-hook.
4504
4505 * org/org-jsinfo.el: Renamed from org-infojs.el, to avoid
4506 file-names clashes on 8+3 filesystems.
4507
4508 2008-05-08 Carsten Dominik <dominik@science.uva.nl>
4509
4510 * org/org.el (org-read-date-get-relative): Interpret lone
4511 weekday abbreviation as relative to today.
4512
4513 2008-05-08 Juanma Barranquero <lekktu@gmail.com>
4514
4515 * abbrev.el (define-abbrev-table):
4516 * composite.el (toggle-auto-composition):
4517 * json.el (json-alist-p, json-plist-p):
4518 * minibuffer.el (completion-table-with-predicate):
4519 * ps-mule.el (ps-mule-external-libraries):
4520 * emacs-lisp/advice.el (ad-special-form-p):
4521 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
4522 * eshell/em-smart.el (eshell-review-quick-commands):
4523 * progmodes/python.el (python-comment-line-p, python-blank-line-p)
4524 (python-skip-out, python-check-comint-prompt):
4525 Don't use `iff' in docstrings.
4526
4527 * international/robin.el (robin-package-alist): Fix typo in docstring.
4528 (robin-current-package-name): Doc fix.
4529 (robin-activate): Don't use `iff' in docstring.
4530
4531 2008-05-07 Eric S. Raymond <esr@snark.thyrsus.com>
4532
4533 * vc.el, vc-dispatcher.el: VC-Dired support removed.
4534 The code uses a ewoc-based implementation now.
4535 * vc-hooks.el: Support for Meta-CVS has been removed.
4536
4537 2008-05-07 Stefan Monnier <monnier@iro.umontreal.ca>
4538
4539 * tool-bar.el: Choose images dynamically.
4540 (tool-bar-make-keymap, tool-bar-find-image): New function.
4541 (tool-bar-find-image-cache): New var.
4542 (tool-bar-local-item, tool-bar-local-item-from-menu):
4543 Don't select the image yet, do it later in tool-bar-make-keymap.
4544
4545 2008-05-07 Andreas Schwab <schwab@suse.de>
4546
4547 * window.el: Require 'cl when compiling.
4548
4549 2008-05-07 Dan Nicolaescu <dann@ics.uci.edu>
4550
4551 * vc-dispatcher.el (vc-dir-insert-directories): Default to t.
4552
4553 2008-05-07 Glenn Morris <rgm@gnu.org>
4554
4555 * subr.el (ignore-errors): Move here from cl-macs.el.
4556 * emacs-lisp/cl-macs.el (ignore-errors): Move to subr.el.
4557
4558 * progmodes/fortran.el (fortran-mode): Fix font-lock-syntactic-keywords
4559 oddness.
4560
4561 2008-05-06 Eric S. Raymond <esr@snark.thyrsus.com>
4562
4563 * vc-hooks.el (vc-find-file-hook):
4564 * vc-dispatcher.el (vc-resynch-window): Decouple vc-dispatcher
4565 further from vc.el.
4566 * vc.el (vc-dir-mode): Move VC-specific context menu entries here.
4567
4568 2008-05-06 Wilson Snyder <wsnyder@wsnyder.org>
4569
4570 * progmodes/verilog-mode.el (verilog-getopt-file):
4571 Cleanup warning message format.
4572 (verilog-auto, verilog-auto-arg, verilog-auto-ascii-enum)
4573 (verilog-auto-inout, verilog-auto-inout-module)
4574 (verilog-auto-input, verilog-auto-inst, verilog-auto-inst-param)
4575 (verilog-auto-output, verilog-auto-output-every, verilog-auto-reg)
4576 (verilog-auto-reg-input, verilog-auto-reset, verilog-auto-sense)
4577 (verilog-auto-sense-sigs, verilog-auto-tieoff)
4578 (verilog-auto-unused, verilog-auto-wire)
4579 (verilog-decls-get-assigns, verilog-decls-get-consts)
4580 (verilog-decls-get-gparams, verilog-decls-get-inouts)
4581 (verilog-decls-get-inputs, verilog-decls-get-outputs)
4582 (verilog-decls-get-ports, verilog-decls-get-regs)
4583 (verilog-decls-get-signals, verilog-decls-get-wires)
4584 (verilog-dir-cache-lib-filenames, verilog-dir-cache-list)
4585 (verilog-dir-cache-preserving, verilog-dir-file-exists-p)
4586 (verilog-dir-files, verilog-expand-dirnames, verilog-getopt-file)
4587 (verilog-inject-sense, verilog-library-filenames)
4588 (verilog-mode-release-date, verilog-mode-version)
4589 (verilog-modi-cache-add, verilog-modi-cache-preserve-buffer)
4590 (verilog-modi-cache-preserve-tick, verilog-modi-cache-results)
4591 (verilog-modi-get-assigns, verilog-modi-get-consts)
4592 (verilog-modi-get-gparams, verilog-modi-get-inouts)
4593 (verilog-modi-get-inputs, verilog-modi-get-outputs)
4594 (verilog-modi-get-ports, verilog-modi-get-regs)
4595 (verilog-modi-get-signals, verilog-modi-get-sub-inouts)
4596 (verilog-modi-get-sub-inputs, verilog-modi-get-sub-outputs)
4597 (verilog-modi-get-wires, verilog-preserve-cache)
4598 (verilog-preserve-dir-cache, verilog-preserve-modi-cache)
4599 (verilog-read-sub-decls, verilog-read-sub-decls-line)
4600 (verilog-read-sub-decls-sig, verilog-subdecls-get-inouts)
4601 (verilog-subdecls-get-inputs, verilog-subdecls-get-outputs):
4602 Add caching of additional state, and rework signal extraction
4603 routines to improve AUTO expansion performance by 300%++.
4604
4605 2008-05-06 Chong Yidong <cyd@stupidchicken.com>
4606
4607 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4608 Tweak Open Watcom regexp to distinguish between errors and warnings.
4609
4610 2008-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4611
4612 * dired.el (dired-read-dir-and-switches): Fix up last change.
4613
4614 2008-05-05 Eric S. Raymond <esr@snark.thyrsus.com>
4615
4616 * vc.el (vc-deduce-fileset): Lift all the policy and UI stuff
4617 out of this function, move it to vc-dispatcher-selection-set.
4618
4619 2008-05-05 Sam Steingold <sds@gnu.org>
4620
4621 * window.el (delete-other-windows-vertically): New function.
4622
4623 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4624
4625 * dired.el (dired-read-dir-and-switches):
4626 Obey read-file-name-completion-ignore-case.
4627
4628 2008-05-05 Nick Roberts <nickrob@snap.net.nz>
4629
4630 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4631 Add regexp for Open Watcom compiler output.
4632
4633 2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
4634
4635 * progmodes/python.el (python-block-pairs): Align finally with except.
4636
4637 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4638
4639 * vc-rcs.el (vc-rcs-fetch-master-state): Fix inf-loop.
4640
4641 2008-05-05 Tom Tromey <tromey@redhat.com>
4642
4643 * smerge-mode.el (smerge-start-session): Don't call smerge-next if
4644 looking at conflict marker.
4645
4646 2008-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4647
4648 * vc-dispatcher.el (vc-dir-mark-buffer-changed): Fix typo
4649 client-mode -> vc-client-object, and guess `funcall' was meant.
4650 (vc-dir-mode): Rename client-mode -> vc-client-mode.
4651
4652 2008-05-05 Dan Nicolaescu <dann@ics.uci.edu>
4653
4654 * net/zeroconf.el (dbus-call-method, dbus-register-signal)
4655 (dbus-debug): Move declarations outside eval-when-compile.
4656
4657 2008-05-04 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4658
4659 * proced.el (proced-command-alist): Fix system-type values.
4660 Fix defcustom.
4661 (proced-sorting-schemes-alist, proced-sorting-scheme): New variables.
4662 (proced-sort-pcpu, proced-sort-pmem, proced-sort-pid)
4663 (proced-sort-start, proced-sort, proced-sort-time): New commands.
4664 (proced-update): Use proced-sorting-scheme. Update modeline.
4665 (proced-send-signal): Use nreverse.
4666 (proced-sorting-scheme-p): New function.
4667
4668 2008-05-04 Andreas Schwab <schwab@suse.de>
4669
4670 * vc.el: Require dired when compiling.
4671
4672 * minibuffer.el (completion--insert-strings): Don't delete past bol.
4673
4674 2008-05-03 Glenn Morris <rgm@gnu.org>
4675
4676 * ediff-diff.el, ediff-help.el, ediff-merg.el, ediff-mult.el:
4677 * ediff-ptch.el, ediff-util.el, ediff-wind.el, ediff.el:
4678 Simplify compilation requirements.
4679 * ediff-init.el, ediff-vers.el: Remove unnecessary variable
4680 declarations.
4681
4682 2008-05-03 Dave Love <fx@gnu.org>
4683
4684 * progmodes/python.el (python-beginning-of-statement):
4685 Loop at least once (fixes 2008-02-21 change).
4686
4687 2008-05-03 Eli Zaretskii <eliz@gnu.org>
4688
4689 * ls-lisp.el (ls-lisp-insert-directory): Use `string-width'
4690 instead of `length' for comparing length of user and group names.
4691
4692 2008-05-03 Eric S. Raymond <esr@snark.thyrsus.com>
4693
4694 * vc-dispatcher.el: New file, separates out the UI and command
4695 execution machinery from VCS-specific logic left in vc.el.
4696 The separation is not yet completely clean, but it's a good start.
4697 * vc.el: This file is about 1700 lines shorter now.
4698 Remove obsolete logentry-check from the backend API.
4699 * vc-sccs.el (vc-sccs-logentry-check): Remove. This was the only
4700 implementation of the logentry-check method, and it guarded against
4701 a log length limit that has probably been obsolete for 15 years (!).
4702
4703 2008-05-02 Sam Steingold <sds@gnu.org>
4704
4705 * progmodes/compile.el (compilation-start): Move setting of
4706 compilation-directory after (funcall mode) as that resets local
4707 variables, this fixes recompile in grep buffers.
4708 * progmodes/grep.el (grep-mode-map): Bind "g" to recompile (like
4709 in dired &c).
4710
4711 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4712
4713 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4714 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
4715 * vc-svn.el, vc.el (vc-*-checkout-model): Make sure every backend
4716 has one of these and that all are called in compatible ways.
4717 * vc-arch.el, vc-bzr.el, vc-cvs.el, vc-git.el, vc-hg.el,
4718 * vc-hooks.el, vc-mcvs.el, vc-mtn.el, vc-rcs.el, vc-sccs.el,
4719 * vc-svn.el, vc.el (vc-*-revision-granularity): Make sure every
4720 backend has one of these.
4721
4722 2008-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
4723
4724 * progmodes/octave-mod.el (octave-abbrev-table): Move defvar and
4725 initialization into define-abbrev-table. Use :regexp.
4726 (octave-mode-syntax-table): Don't set word syntax for `.
4727
4728 * files.el (minibuffer-with-setup-hook): Allow `fun' expressions rather
4729 than only value.
4730
4731 * dired.el (dired-read-dir-and-switches):
4732 Set minibuffer-completing-file-name and call substitute-in-file-name.
4733 (dired-format-columns-of-files): Use completion--insert-strings.
4734
4735 * minibuffer.el (completion-hilit-commonality): Revert last change:
4736 the leftover code was actually useful.
4737 (completion--insert-strings): Use string-width rather than length.
4738
4739 2008-05-02 Sam Steingold <sds@gnu.org>
4740
4741 * vc.el (vc-dir-mode-map): Enable mouse bindings.
4742 (vc-at-event): New macro: run the body at the even location.
4743 (vc-dir-menu, vc-dir-toggle-mark): Use it.
4744 (vc-dir-mark-file, vc-dir-unmark-file): Move only on non-mouse events.
4745 * subr.el (mouse-event-p): Check if the event is mouse-related.
4746
4747 2008-05-02 Nick Roberts <nickrob@snap.net.nz>
4748
4749 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
4750 Don't throw error if no file is found.
4751
4752 2008-05-02 Juanma Barranquero <lekktu@gmail.com>
4753
4754 * vc-hooks.el (vc-call, vc-state): Fix typos in docstrings.
4755 (vc-default-state-heuristic): Doc fix.
4756
4757 2008-05-02 Richard Sharman <rsharman@pobox.com>
4758
4759 * hilit-chg.el (highlight-changes-mode): Remove references to
4760 hooks that no longer exist. Because define-minor-mode is used the
4761 hook highlight-changes-mode-hook exists and can do what both the
4762 old hooks used to do. The documentation at the top of the file
4763 was updated to demonstrate this.
4764 (highlight-changes-mode): Remove commented out call to a hook
4765 function that is no longer there.
4766 (hilit-chg-set): Remove running of highlight-changes-enable-hook.
4767
4768 2008-05-02 Eric S. Raymond <esr@snark.thyrsus.com>
4769
4770 * vc.el (vc-default-dired-state-info): Change name of primitive
4771 to prettify-state-info, in preparation for ripping out dired mode.
4772 * vc-bzr.el (vc-bzr-dired-state-info): Change name of primitive
4773 to prettify-state-info, in preparation for ripping out dired mode.
4774 * vc-hooks.el (vc-toggle-read-only): Throw an error when a user
4775 tries this on a version-controlled buffer. It will do useless or
4776 actively bad things on any version control system newer than RCS.
4777 * vc-hooks.el (vc-dired-resynch-file):
4778 * vc.el (vc-dired-resynch-file): Change name of primitive to
4779 vc-directory-resynch-file, preparing to remove dired.
4780
4781 2008-05-02 Dan Nicolaescu <dann@ics.uci.edu>
4782
4783 * vc-rcs.el (vc-rcs-state): Fix typos.
4784
4785 * vc.el (vc-register): Change argument order so that the prefix
4786 argument is assigned correctly.
4787 (vc-next-action, vc-dir-register): Update for the above change.
4788
4789 2008-05-01 Juri Linkov <juri@jurta.org>
4790
4791 * replace.el (occur-read-primary-args): Set default to the car of
4792 regexp-history and display it in the prompt, but don't add to the
4793 list of minibuffer defaults. Bind history-add-new-input to nil to
4794 not add automatically `default'. For empty input return `default'.
4795 Otherwise, add `input' to regexp-history and return it.
4796 (occur-1): Signal an error for the empty regexp.
4797
4798 * progmodes/compile.el (compilation-auto-jump):
4799 Set window point to `pos' explicitly.
4800
4801 2008-05-01 Eric S. Raymond <esr@snark.thyrsus.com>
4802
4803 * vc-bzr.el (vc-bzr-state): Allow this to return 'ignored
4804 when appropriate.
4805 * vc-sccs.el (vc-sccs-state): Call vc-sccs-unregistered so
4806 we report the 'unregistered state reliably.
4807 * vc-rcs.el (vc-rcs-state): Call vc-rcs-unregistered so
4808 we report the 'unregistered state reliably.
4809 * vc-git.el (vc-git-state): Call vc-git-unregistered so
4810 we report the 'unregistered state reliably.
4811 * vc-hooks.el (vc-state): Document that vc-unregistered is
4812 now expected to be returned reliably.
4813 * vc.el (vc-default-dired-state): Change needs-patch state to
4814 needs-update, since the name now shows up in dir-status listings
4815 and was somewhat misleading.
4816 * vc-cvs.el (vc-cvs-delete-file): Don't do a "cvs commit"
4817 immediately after removing the file.
4818 * vc.el (vc-next-action): More informative messages when a fileset
4819 is in a mixed state or files are missing.
4820
4821 2008-05-01 Sam Steingold <sds@gnu.org>
4822
4823 * vc.el (vc-delete-file): Check if the file has uncommitted changes.
4824
4825 2008-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4826
4827 * Makefile.in: Revert incorrect fix for claimed bootstrap breakage.
4828
4829 2008-05-01 Daiki Ueno <ueno@unixuser.org>
4830
4831 * epa-file-hook.el: New file split from epa-file.el.
4832 * epa-file.el: Require 'epa-file-hook.
4833 (epa-file-handler): Add autoload cookie.
4834 * loadup.el: Load epa-file-hook.
4835 * startup.el (command-line): Eval the body of auto-encryption-mode.
4836
4837 2008-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4838
4839 * vc.el (vc-dir-mode-map): Don't bind "r".
4840
4841 * vc-hg.el (vc-hg-extra-fileinfo): New defstruct.
4842 (vc-hg-status-printer): New function.
4843 (vc-hg-after-dir-status): Deal with copied and renamed files.
4844 (vc-hg-dir-status): Add flag to show copied files.
4845
4846 2008-05-01 John Paul Wallington <jpw@pobox.com>
4847
4848 * ibuffer.el (ibuffer-last-sorting-mode): New variable.
4849 (ibuffer-do-sort-by-recency): Reverse sorting order if last
4850 sorting mode was recency.
4851
4852 * ibuf-macs.el (define-ibuffer-sorter): Define the sorter to
4853 reverse sorting order if last sorting mode was the sorter's.
4854
4855 2008-05-01 Jason Rumney <jasonr@gnu.org>
4856
4857 * w32-fns.el (w32-charset-info-alist): Map vietnamese to windows-1258.
4858
4859 2008-04-30 John Paul Wallington <jpw@pobox.com>
4860
4861 * ibuffer.el (define-ibuffer-column filename): When the major mode
4862 is `vc-dir-mode' show the buffer's default directory.
4863
4864 * ibuf-ext.el (define-ibuffer-filter filename): Likewise when the
4865 major mode is `vc-dir-mode' use the buffer's default directory.
4866
4867 2008-04-30 Sam Steingold <sds@gnu.org>
4868
4869 * vc.el (vc-dir-delete-file): Add.
4870 (vc-dir-mode-map): Bind "r" to vc-dir-delete-file, like in PCL-CVS.
4871 (vc-delete-file): Do not barf when the file has been already deleted.
4872
4873 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4874
4875 * emacs-lisp/lisp-mode.el (lisp-mode-map): Add menu.
4876
4877 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
4878
4879 * progmodes/octave-mod.el (octave-help): New function.
4880 * progmodes/octave-hlp.el: Delete.
4881 * info-look.el (octave-mode): Add operator index.
4882
4883 * vc.el (vc-checkout): Typo.
4884
4885 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu>
4886
4887 * menu-bar.el (menu-bar-tools-menu): Reorder, place Games last.
4888 Add "..." in the appropriate places.
4889
4890 * epa.el (epa-key-list-mode-map): Add more menu entries.
4891 Add "..." in the appropriate places.
4892
4893 * dired.el (dired-mode-map): Add :help.
4894
4895 * vc.el (vc-deduce-fileset): Add new parameter.
4896 (vc-dir-marked-only-files): New function.
4897 (vc-next-action): Don't ignore directories, look at the files
4898 inside them.
4899 (vc-dir-mode): Document how the mark/unmark commands work.
4900
4901 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca>
4902
4903 * progmodes/compile.el (compilation-error-regexp-alist-alist) <gnu>:
4904 Rule out trailing spaces in file and directory names as well.
4905
4906 * minibuffer.el (completion--do-completion): Move point even if the
4907 completion makes no change.
4908 (completion-pcm-try-completion): Fix computation of new point.
4909
4910 2008-04-30 David Hansen <david.hansen@gmx.net>
4911
4912 * dired.el: Require 'cl.
4913
4914 2008-04-30 Nick Roberts <nickrob@snap.net.nz>
4915
4916 * progmodes/gdb-ui.el (gdb-frame-handler-1): Make overlay arrow
4917 hollow if not in innermost frame.
4918
4919 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4920
4921 Make `checkout-model' apply to filesets.
4922 * vc-hooks.el (vc-checkout-model): Rewrite.
4923 (vc-before-save, vc-after-save): Adjust callers accordingly.
4924 * vc.el (vc-editable-p, vc-next-action, vc-checkout, vc-update)
4925 (vc-transfer-file): Adjust callers accordingly.
4926 * vc-rcs.el (vc-rcs-checkout-model): Adjust arg.
4927 (vc-rcs-state, vc-rcs-state-heuristic, vc-rcs-receive-file)
4928 (vc-rcs-checkout, vc-rcs-fetch-master-state): Use vc-rcs-checkout-model
4929 instead of vc-checkout-model.
4930 * vc-mcvs.el (vc-mcvs-revert):
4931 Use vc-mcvs-checkout-model i.s.o vc-checkout-model.
4932 * vc-cvs.el (vc-cvs-checkout-model): Adjust arg.
4933 (vc-cvs-revert): Use vc-cvs-checkout-model i.s.o vc-checkout-model.
4934 * vc-svn.el (vc-svn-checkout-model):
4935 * vc-hg.el (vc-hg-checkout-model):
4936 * vc-git.el (vc-git-checkout-model):
4937 * vc-bzr.el (vc-bzr-checkout-model): Adjust arg.
4938
4939 * dired.el (dired-read-dir-and-switches): Replace last change with
4940 a new approach that mixes read-file-name and read-directory-name.
4941
4942 * files.el (read-buffer-to-switch):
4943 Avoid making assumptions about `other-buffer'.
4944
4945 2008-04-29 Sam Steingold <sds@gnu.org>
4946
4947 * vc.el (vc-dir-mode-hook): Add normal hook.
4948 (vc-dir-mode): Run it.
4949
4950 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
4951
4952 * progmodes/gdb-ui.el (gdb-display-buffer): Don't pop up GUD buffer.
4953 Always split windows.
4954 (gdb-speedbar-timer-fn): Only raise frame after user input.
4955 (gdb-same-frame): Reverse initial value.
4956 (gdb-display-gdb-buffer): Check for GUD buffer in other frames.
4957
4958 * progmodes/gud.el (gud-speedbar-buttons): Raise frame in
4959 gdb-speedbar-timer-fn.
4960
4961 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4962
4963 * uniquify.el (uniquify-rationalize-a-list): Beware of side-effects.
4964
4965 2008-04-29 Daiki Ueno <ueno@unixuser.org>
4966
4967 * epa.el (epa-key-list-mode-map): Add menu.
4968 (epa-delete-keys, epa-import-keys): Fix typo.
4969
4970 2008-04-29 Glenn Morris <rgm@gnu.org>
4971
4972 * find-cmd.el (top-level): Does not need cl when compiling.
4973
4974 2008-04-29 Phil Jackson <phil@shellarchive.co.uk>
4975
4976 * find-cmd.el: New file.
4977
4978 2008-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4979
4980 * minibuffer.el (completion-hilit-commonality): Remove leftover code.
4981 (completion-pcm--pattern->regex): Let `group' be a list of symbols.
4982 (completion-pcm--hilit-commonality): New function.
4983 (completion-pcm-all-completions): Use it.
4984
4985 * minibuffer.el (completion-common-substring): Mark obsolete.
4986 (completions-first-difference, completions-common-part):
4987 Move from simple.el.
4988 (completion-hilit-commonality): New fun.
4989 (display-completion-list, completion-emacs21-all-completions)
4990 (completion-emacs22-all-completions): Use it.
4991 * simple.el (completions-first-difference, completions-common-part):
4992 Move to minibuffer.el.
4993 (choose-completion-string): Use field functions and minibufferp.
4994 (completion-setup-function): Don't set completions faces.
4995
4996 2008-04-29 Glenn Morris <rgm@gnu.org>
4997
4998 * calendar/calendar.el (calendar-nth-named-absday)
4999 (calendar-nth-named-day):
5000 * calendar/diary-lib.el (diary-list-sexp-entries, diary-float):
5001 * calendar/holidays.el (holiday-float): Doc fixes.
5002
5003 * emacs-lisp/check-declare.el (check-declare-errmsg): Fix counting in
5004 the `full' case.
5005
5006 * org/org-agenda.el (calendar-iso-from-absolute):
5007 * org/org.el (calendar-absolute-from-iso, calendar-iso-from-absolute):
5008 Fix declarations.
5009
5010 2008-04-28 Nick Roberts <nickrob@snap.net.nz>
5011
5012 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom): Make breakpoint
5013 icons work for assembler, i.e. FILE.s, FILE.S (not disassembly).
5014 (gdb-goto-breakpoint): Likewise for visiting breakpoints.
5015 (gdb-assembler-custom): Be careful not to match other addresses.
5016
5017 2008-04-29 Jason Rumney <jasonr@gnu.org>
5018
5019 * battery.el (battery-status-function): Use w32-battery-status
5020 on Windows.
5021 (battery-echo-area-format): Make apm format the general case.
5022 (battery-mode-line-format): Merge apm and pmset formats as the
5023 general case.
5024
5025 2008-04-29 Nick Roberts <nickrob@snap.net.nz>
5026
5027 * progmodes/gdb-ui.el (gdb-info-stack-custom):
5028 Use gud-tool-bar-item-visible-no-fringe.
5029 (gdb-display-buffer): Don't pop new buffer if gud-comint-buffer
5030 is already visible in frame. Remove optional size parameter
5031 and add optional frame parameter.
5032
5033 * progmodes/gud.el (gud-display-line): Only consider visible
5034 frames when looking for source buffer.
5035
5036 2008-04-28 Chong Yidong <cyd@stupidchicken.com>
5037
5038 * doc-view.el (doc-view-new-window-function): Avoid using WINDOW
5039 argument to get-char-property, in case the current buffer hasn't
5040 been assigned to that window yet.
5041 (doc-view-display): Default to selected window if the current
5042 buffer hasn't been assigned to a window yet.
5043
5044 2008-04-28 Vinicius Jose Latorre <bzg@altern.org>
5045
5046 * whitespace.el (whitespace-trailing-regexp): Fix docstring.
5047
5048 2008-04-28 Michael Albinus <michael.albinus@gmx.de>
5049
5050 * net/tramp.el (tramp-mode): New defcustom.
5051 (tramp-file-name-handler, tramp-completion-file-name-handler):
5052 Use it.
5053 (tramp-replace-environment-variables): Handle "$$".
5054
5055 2008-04-28 Sam Steingold <sds@gnu.org>
5056
5057 * vc-hg.el (vc-hg-rename-file): Fix argument order.
5058
5059 2008-04-28 Bastien Guerry <bzg@altern.org>
5060
5061 * whitespace.el (whitespace-trailing): Fix typo.
5062
5063 2008-04-28 Sam Steingold <sds@gnu.org>
5064
5065 * textmodes/remember.el (diary-make-entry): Update the autoload.
5066
5067 2008-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5068
5069 * minibuffer.el (completion-pcm--all-completions): Don't pass nil to
5070 all-completions.
5071
5072 2008-04-28 Juanma Barranquero <lekktu@gmail.com>
5073
5074 * desktop.el (desktop-minor-mode-table): Add `savehist-mode'.
5075
5076 2008-04-27 Dan Nicolaescu <dann@ics.uci.edu>
5077
5078 * vc.el (vc-dir-mode-map): Change bindings for unmark all and revert.
5079 (vc-dir-parent-marked-p, vc-dir-children-marked-p): Implement.
5080 (vc-dir-mark-file): Add an optional argument.
5081 (vc-dir-mark-all-files, vc-dir-unmark-all-files): Deal with directories.
5082
5083 2008-04-27 Daiki Ueno <ueno@unixuser.org>
5084
5085 * epa-file.el (epa-file-enable, epa-file-disable): Use find-file-hook
5086 rather than obsolete alias find-file-hooks.
5087 (auto-encryption-mode): Rename from epa-file-mode. Default to on.
5088 Use find-file-hook rather than obsolete alias find-file-hooks.
5089 Add to find-file-not-found-functions.
5090 (epa-file-handler): Put 'safe-magic and 'operations properties.
5091
5092 * epa.el (epa-global-minor-modes, epa-mode, epa-menu)
5093 (epa-menu-items): Remove.
5094
5095 * epa-dired.el (epa-dired-do-decrypt, epa-dired-do-verify)
5096 (epa-dired-do-sign, epa-dired-do-encrypt): Add autoload cookie.
5097 (epa-dired-mode, epa-global-dired-mode): Remove.
5098
5099 * dired.el (dired-mode-map): Bind encryption/decryption commands.
5100
5101 * menu-bar.el (menu-bar-encryption-decryption-menu): New menu item.
5102
5103 * files.el (insert-file-contents-literally): Inhibit epa-file-handler.
5104
5105 2008-04-27 Glenn Morris <rgm@gnu.org>
5106
5107 * textmodes/reftex-global.el (reftex-isearch-switch-to-next-file):
5108 Remove un-needed local `orig-list'. Replace cl `copy-list'.
5109
5110 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
5111
5112 * org/org.el (org-html-level-start): Always have id's in HTML.
5113 (org-export-as-html): Use `org-link-protocols' to
5114 retrieve the export form of the link.
5115 (org-add-link-type): Final parameter renamed from PUBLISH.
5116 Better documentation of how it is to be used. Avoid double entries for
5117 the same link type.
5118 (org-add-link-props): New function.
5119 (org-modules-loaded): New variable.
5120 (org-load-modules-maybe, org-set-modules): New function.
5121 (org-modules): New option.
5122 (org-mode, org-cycle, orgstruct-mode, org-run-like-in-org-mode)
5123 (orgtbl-mode, org-store-link, org-insert-link-global)
5124 (org-open-at-point): Call `org-load-modules-maybe'.
5125 (org-search-view): Add more text properties.
5126 (org-agenda-schedule, org-agenda-deadline): Allow also in
5127 search-type agendas.
5128 (org-search-view): Order of arguments has been changed.
5129 Interpret prefix-arg as TODO-ONLY.
5130 (org-agenda, org-run-agenda-series, org-agenda-manipulate-query):
5131 Take new argument order of `org-search-view' into account.
5132 (org-todo-only): New variable.
5133 (org-search-syntax-table): New variable and function.
5134 (org-search-view): Do the search with the special syntax table.
5135 (define-obsolete-function-alias): Make work with XEmacs.
5136 (org-add-planning-info): Use old date as default when modifying an
5137 existing deadline or scheduled item.
5138 (org-agenda-compute-time-span): Make argument N optional.
5139 (org-agenda-format-date-aligned): Require `cal-iso'.
5140 (org-agenda-list): Include week into agenda heading, don't
5141 list it at each date (only on Mondays).
5142 (org-read-date-analyze): Define local variable `iso-date'.
5143 (org-agenda-format-date-aligned): Remove dependency on
5144 `calendar-time-from-absolute'.
5145 (org-remember-apply-template, org-go-to-remember-target):
5146 Interpret filenames relative to `org-directory'.
5147 (org-complete): Silently fail when trying to complete
5148 keywords that don't have a default value.
5149 (org-get-current-options): Add a #+DATE: option.
5150 (org-additional-option-like-keywords): Remove "DATE:" from the
5151 list of additional keywords.
5152 (org-export-as-html): Remove (current-time) as unnecessary second
5153 argument of `format-time-string'.
5154 (org-clock-find-position): Handle special case at end of buffer.
5155 (org-agenda-day-view): New argument DAY-OF-YEAR, pass it on to
5156 `org-agenda-change-time-span'.
5157 (org-agenda-week-view): New argument ISO-WEEK, pass it on to
5158 `org-agenda-change-time-span'.
5159 (org-agenda-month-view): New argument MONTH, pass it on to
5160 `org-agenda-change-time-span'.
5161 (org-agenda-year-view): New argument YEAR, pass it on to
5162 `org-agenda-change-time-span'.
5163 (org-agenda-change-time-span): New optional argument N, pass it on
5164 to `org-agenda-compute-time-span'.
5165 (org-agenda-compute-time-span): New argument N, interpret it by
5166 changing the starting day.
5167 (org-small-year-to-year): New function.
5168 (org-scheduled-past-days): Respect `org-scheduled-past-days'.
5169 (org-auto-repeat-maybe): Make sure that repeating dates are pushed
5170 into the future, and that the shift is at least one interval, never 0.
5171 (org-update-checkbox-count): Fix bug with checkbox counting.
5172 (org-add-note): New command.
5173 (org-add-log-setup): Rename from `org-add-log-maybe'.
5174 (org-log-note-headings): New entry for plain notes (i.e. notes not
5175 related to state changes or clocking).
5176 (org-get-org-file): Check for availability of `remember-data-file'.
5177 (org-cached-entry-get): Allow a regexp value for
5178 `org-use-property-inheritance'.
5179 (org-use-property-inheritance): Allow regexp value. Fix bug in
5180 customization type.
5181 (org-use-tag-inheritance): Allow a list and a regexp value for
5182 this variable.
5183 (org-scan-tags, org-get-tags-at): Implement selective tag inheritance.
5184 (org-entry-get): Respect value `selective' for the INHERIT argument.
5185 (org-tag-inherit-p, org-property-inherit-p): New functions.
5186 (org-agenda-format-date-aligned): Allow 10 characters for
5187 weekday, to acomodate German locale.
5188 (org-add-archive-files): New function.
5189 (org-agenda-files): New argument `ext', to get archive files as well.
5190 (org-tbl-menu): Protect the use of variables that
5191 are only available when org-table.el gets loaded.
5192 (org-read-agenda-file-list): Error if `org-agenda-files' is a
5193 single directory.
5194 (org-open-file): Allow a batch process to trigger
5195 waiting after executing a system command.
5196 (org-store-link): Link to headline when there is not
5197 target and no region in an org-mode buffer when creating a link.
5198 (org-link-types-re): New variable.
5199 (org-make-link-regexps): Compute `org-link-types-re'.
5200 (org-make-link-description-function): New option.
5201 (org-agenda-date, org-agenda-date-weekend): New faces.
5202 (org-archive-sibling-heading): New option.
5203 (org-archive-to-archive-sibling): New function.
5204 (org-iswitchb): New command.
5205 (org-buffer-list): New function.
5206 (org-agenda-columns): Also try the #+COLUMNS line in
5207 the buffer associated with the entry at point (or with the first
5208 entry in the agenda view).
5209 (org-modules): Add entry for org-bibtex.el.
5210 (org-completion-fallback-command): Move into `org-completion' group.
5211 (org-clock-heading-function): Move to `org-progress' group.
5212 (org-auto-repeat-maybe): Make sure that a note can
5213 be enforces if `org-log-repeat' is `note'.
5214 (org-modules): Allow additional symbols for external packages.
5215 (org-ctrl-c-ctrl-c): Allow for `org-clock-overlays' to be undefined.
5216 (org-clock-goto): Hide drawers after showing an
5217 entry with `org-clock-goto'.
5218 (org-shiftup, org-shiftdown, org-shiftright, org-shiftleft):
5219 Try also a clocktable block shift.
5220 (org-clocktable-try-shift): New function.
5221 (org-columns-hscoll-title): New function.
5222 (org-columns-previous-hscroll): New variable.
5223 (org-columns-full-header-line-format): New variable.
5224 (org-columns-display-here-title, org-columns-remove-overlays):
5225 Install `org-columns-hscoll-title' in post-command-hook.
5226
5227 * org/org.el: Split into many small files.
5228
5229 * org/org-agenda.el: New file, split off from org.el.
5230
5231 * org/org-archive.el: New file, split off from org.el.
5232
5233 * org/org-bbdb.el: New file.
5234
5235 * org/org-bibtex.el: New file, split off from org.el.
5236
5237 * org/org-clock.el: New file, split off from org.el.
5238
5239 * org/org-colview.el: New file, split off from org.el.
5240
5241 * org/org-compat.el: New file, split off from org.el.
5242
5243 * org/org-exp.el: New file, split off from org.el.
5244
5245 * org/org-faces.el: New file, split off from org.el.
5246
5247 * org/org-gnus.el: New file, split off from org.el.
5248
5249 * org/org-info.el: New file, split off from org.el.
5250
5251 * org/org-infojs.el: New file.
5252
5253 * org/org-irc.el: New file.
5254
5255 * org/org-macs.el: New file, split off from org.el.
5256
5257 * org/org-mew.el: New file.
5258
5259 * org/org-mhe.el: New file, split off from org.el.
5260
5261 * org/org-publish.el: New file, split off from org.el.
5262
5263 * org/org-remember.el: New file, split off from org.el.
5264
5265 * org/org-rmail.el: New file, split off from org.el.
5266
5267 * org/org-table.el: New file, split off from org.el.
5268
5269 * org/org-vm.el: New file, split off from org.el.
5270
5271 * org/org-wl.el: New file, split off from org.el.
5272
5273 2008-04-27 Jason Riedy <jason@acm.org>
5274
5275 * org/org-table.el (orgtbl-to-generic): Add a :remove-nil-lines
5276 parameter that supresses lines that evaluate to NIL.
5277 (orgtbl-get-fmt): New inline function for
5278 picking apart formats that may be lists.
5279 (orgtbl-apply-fmt): New inline function for applying formats that
5280 may be functions.
5281 (orgtbl-eval-str): New inline function for strings that may be
5282 functions.
5283 (orgtbl-format-line, orgtbl-to-generic): Use and document.
5284 (orgtbl-to-latex, orgtbl-to-texinfo): Document.
5285 (*orgtbl-llfmt*, *orgtbl-llstart*)
5286 (*orgtbl-llend*): Dynamic variables for last-line formatting.
5287 (orgtbl-format-section): Shift formatting to support detecting the
5288 last line and formatting it specially.
5289 (orgtbl-to-generic): Document :ll* formats. Set to the non-ll
5290 formats unless overridden.
5291 (orgtbl-to-latex): Suggest using :llend to suppress the final \\.
5292 (*orgtbl-table*, *orgtbl-rtn*): Dynamically
5293 bound variables to hold the input collection of lines and output
5294 formatted text.
5295 (*orgtbl-hline*, *orgtbl-sep*, *orgtbl-fmt*, *orgtbl-efmt*)
5296 (*orgtbl-lfmt*, *orgtbl-lstart*, *orgtbl-lend*): Dynamically bound
5297 format parameters.
5298 (orgtbl-format-line): New function encapsulating formatting for a
5299 single line.
5300 (orgtbl-format-section): Similar for each section. Rebinding the
5301 dynamic vars customizes the formatting for each section.
5302 (orgtbl-to-generic): Use orgtbl-format-line and
5303 orgtbl-format-section.
5304 (org-get-param): Now unused, so delete.
5305 (orgtbl-gather-send-defs): New function to
5306 gather all the SEND definitions before a table.
5307 (orgtbl-send-replace-tbl): New function to find the RECEIVE
5308 corresponding to the current name.
5309 (orgtbl-send-table): Use the previous two functions and implement
5310 multiple destinations for each table.
5311
5312 * doc/org.texi (A LaTeX example): Note that fmt may be a
5313 one-argument function, and efmt may be a two-argument function.
5314 (Radio tables): Document multiple destinations.
5315
5316 2008-04-27 Carsten Dominik <dominik@science.uva.nl>
5317
5318 * org/org-agenda.el (org-add-to-diary-list): New function.
5319 (org-prefix-has-effort): New variable.
5320 (org-sort-agenda-noeffort-is-high): New option.
5321 (org-agenda-columns-show-summaries)
5322 (org-agenda-columns-compute-summary-properties): New options.
5323 (org-format-agenda-item): Compute the duration of the item.
5324 (org-agenda-weekend-days): New variable.
5325 (org-agenda-list, org-timeline): Use the proper faces for dates in
5326 the agenda and timeline buffers.
5327 (org-agenda-archive-to-archive-sibling): New command.
5328 (org-agenda-start-with-clockreport-mode): New option.
5329 (org-agenda-clockreport-parameter-plist): New option.
5330 (org-agenda-clocktable-mode): New variable.
5331 (org-agenda-deadline-leaders): Allow a function value for the
5332 deadline leader.
5333 (org-agenda-get-deadlines): Deal with new function value.
5334
5335 * org/org-clock.el (org-clock): New customization group.
5336 (org-clock-into-drawer, org-clock-out-when-done)
5337 (org-clock-in-switch-to-state, org-clock-heading-function):
5338 Move into the new group.
5339 (org-clock-out-remove-zero-time-clocks): New option.
5340 (org-clock-out): Use `org-clock-out-remove-zero-time-clocks'.
5341 (org-dblock-write:clocktable): Allow a Lisp form for the scope
5342 parameter.
5343 (org-dblock-write:clocktable): Fix bug with total time calculation.
5344 (org-dblock-write:clocktable): Request the unrestricted list of files.
5345 (org-get-clocktable): New function.
5346 (org-dblock-write:clocktable): Make sure :tstart and :tend can not only
5347 be strings but also integers (an absolute day number) and lists (m d y).
5348
5349 * org/org-colview.el (org-columns-next-allowed-value)
5350 (org-columns-edit-value): Limit the effort for updating in the
5351 agenda to recomputing a single file.
5352 (org-columns-compute): Only write property value if it has changed.
5353 This avoids raising the buffer-change-flag unnecessarily.
5354 (org-agenda-colview-summarize)
5355 (org-agenda-colview-compute): New functions.
5356 (org-agenda-columns): Call `org-agenda-colview-summarize'.
5357
5358 * org/org-exp.el (org-export-run-in-background): New option.
5359 (org-export-icalendar): Allow a batch process to trigger waiting
5360 after executing a system command.
5361 (org-export-preprocess-string): Rename from
5362 `org-cleaned-string-for-export'.
5363 (org-export-html-style): Made target class look like normal text.
5364 (org-export-as-html): Make use of the better proprocessing in
5365 `org-cleaned-string-for-export'.
5366 (org-cleaned-string-for-export): Better treatment of heuristic
5367 targets, many more internal links will now work in HTML export.
5368 (org-get-current-options): Incorporate LINK_UP, LINK_HOME, and INFOJS.
5369 (org-export-inbuffer-options-extra): New variable.
5370 (org-export-options-filters): New hook.
5371 (org-infile-export-plist): Find also the settings keywords in
5372 `org-export-inbuffer-options-extra'.
5373 (org-infile-export-plist): Allow multiple #+OPTIONS lines and
5374 multiple #+INFOJS_OPT lines.
5375 (org-export-html-handle-js-options): New function.
5376 (org-export-html-infojs-setup): New option.
5377 (org-export-as-html): Call `org-export-html-handle-js-options'.
5378 Add autoload to all entry points.
5379 (org-skip-comments): Function removed.
5380
5381 * org/org-table.el (org-table-make-reference): Extra parenthesis
5382 around single fields, to make sure that algebraic formulas get
5383 correctly interpreted by calc.
5384 (org-table-current-column): No longer interactive.
5385
5386 * org/org-export-latex.el (org-export-latex-preprocess):
5387 Rename from `org-export-latex-cleaned-string'.
5388
5389 2008-04-27 Bastien Guerry <bzg@altern.org>
5390
5391 * org/org-publish.el (org-publish-get-base-files-1): New function.
5392 (org-publish-get-base-files): Use it.
5393 (org-publish-temp-files): New variable.
5394 Don't require 'dired-aux anymore.
5395 (org-publish-initial-buffer): New variable.
5396 (org-publish-org-to, org-publish): Use it.
5397 (org-publish-get-base-files-1): Bug fix: get
5398 the proper list of files when recursing thru a directory.
5399 (org-publish-get-base-files): Use the :exclude property to skip
5400 both files and directories.
5401
5402 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
5403
5404 * net/tramp.el (tramp-handle-make-symbolic-link)
5405 (tramp-handle-file-name-directory)
5406 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
5407 (tramp-do-copy-or-rename-file-directly)
5408 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
5409 (tramp-handle-substitute-in-file-name)
5410 (tramp-handle-insert-file-contents, tramp-handle-write-region)
5411 * net/tramp-cache.el (tramp-get-file-property)
5412 (tramp-set-file-property, tramp-flush-file-property)
5413 (tramp-flush-directory-property)
5414 * net/tramp-compat.el (tramp-compat-make-temp-file)
5415 * net/tramp-fish.el (tramp-fish-handle-expand-file-name):
5416 Disable `file-name-handler-alist' when handling localname.
5417 It could have a remote file syntax, like a VMS file name.
5418
5419 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5420
5421 * whitespace.el: New version 11.1.
5422 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
5423 enclosed by \\( and \\)$. Docstring fix.
5424 (whitespace-trailing-regexp): Fun removed.
5425 (whitespace-report-list): Const initialization fix.
5426 (whitespace-color-on): Code fix.
5427
5428 2008-04-27 Andreas Schwab <schwab@suse.de>
5429
5430 * Makefile.el: Unbreak bootstrap.
5431
5432 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
5433
5434 * net/tramp.el (tramp-replace-environment-variables): New defun.
5435 (tramp-handle-substitute-in-file-name, tramp-file-name-handler):
5436 Use it.
5437
5438 2008-04-27 Glenn Morris <rgm@gnu.org>
5439
5440 * emacs-lisp/bytecomp.el (byte-compile-file): Doc fix.
5441
5442 * calculator.el (calculator-expt): Replace cl function `oddp'.
5443
5444 2008-04-27 Johan Bockgård <bojohan@gnu.org>
5445
5446 * emacs-lisp/bytecomp.el (byte-compile-find-cl-functions):
5447 Simplify. Collect `defun' and `autoload' entries.
5448 Avoid modifying load-history.
5449
5450 2008-04-26 Glenn Morris <rgm@gnu.org>
5451
5452 * textmodes/ispell.el (ispell-insert-word): Revert previous change.
5453
5454 * simple.el (quoted-insert, zap-to-char): Revert previous change.
5455
5456 2008-04-26 John Paul Wallington <jpw@pobox.com>
5457
5458 * hexl.el (hexl-mode): Stash `eldoc-documentation-function' in
5459 `hexl-mode-old-eldoc-documentation-function'.
5460 (hexl-mode-exit): Restore it.
5461 (hexl-mode-old-eldoc-documentation-function): Declare for compiler.
5462
5463 * w32-fns.el (top-level): Don't set `completion-ignore-case' to t.
5464
5465 2008-04-26 Juanma Barranquero <lekktu@gmail.com>
5466
5467 * minibuffer.el (completion-pcm-word-delimiters): Add :group.
5468 (completion-pcm--all-completions): Doc fix.
5469 (completion-styles-alist, completion-all-completions):
5470 Fix typos in docstrings.
5471
5472 2008-04-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5473
5474 * whitespace.el: There is now only one variable (whitespace-style) to
5475 specify which kind of blank is visualized. Doc and docstring fix.
5476 New version 11.0.
5477 (whitespace-style): New option, replace whitespace-style-mark and
5478 whitespace-style-color.
5479 (whitespace-style-mark, whitespace-style-color): Options removed.
5480 (whitespace-hspace, whitespace-tab, whitespace-newline)
5481 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
5482 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
5483 (whitespace-hspace-regexp, whitespace-space-regexp)
5484 (whitespace-tab-regexp, whitespace-trailing-regexp)
5485 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
5486 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
5487 (whitespace-space-after-tab-regexp, whitespace-line-column)
5488 (whitespace-display-mappings, whitespace-report): Docstring fix.
5489 (whitespace-color-value-list, whitespace-mark-value-list)
5490 (whitespace-active-color, whitespace-active-mark)
5491 (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
5492 (whitespace-style-value-list, whitespace-active-style)
5493 (whitespace-toggle-style): New vars.
5494 (whitespace-toggle-option-alist, whitespace-help-text):
5495 Var initialization and docstring fix.
5496 (whitespace-toggle-options, global-whitespace-toggle-options)
5497 (whitespace-cleanup, whitespace-cleanup-region)
5498 (whitespace-report-region, whitespace-interactive-char)
5499 (whitespace-toggle-list): Docstring and code fix.
5500 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
5501 (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
5502 (whitespace-display-char-on, whitespace-display-char-off): Code fix.
5503 (whitespace-style-face-p, whitespace-style-mark-p): New fun.
5504
5505 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5506
5507 * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.
5508 (diff-end-of-hunk, diff-unified->context, diff-fixup-modifs)
5509 (diff-sanity-check-hunk): Adjust code accordingly.
5510
5511 2008-04-26 Glenn Morris <rgm@gnu.org>
5512
5513 * abbrev.el (define-abbrev): Don't use `iff' in doc-strings.
5514
5515 * forms-d2.dat: Move to ../etc.
5516 * forms-d2.el (forms-file): Adapt for above change.
5517
5518 * simple.el (quoted-insert, zap-to-char): Remove uses of obsolete
5519 `translation-table-for-input'.
5520
5521 * emacs-lisp/bytecomp.el (byte-compile-warn-obsolete): New function.
5522 (byte-compile-obsolete, byte-compile-variable-ref): Use it.
5523
5524 * progmodes/fortran.el (fortran-mode-syntax-table): Change `;'
5525 to punctuation now it's not needed for abbrevs.
5526 (fortran-mode-abbrev-table): Remove defvar, make use of new
5527 define-abbrev-table :regexp feature.
5528
5529 * textmodes/ispell.el (ispell-insert-word): Remove, and replace with
5530 insert, now that translation-table-for-input is not needed.
5531
5532 2008-04-26 Johannes Weiner <hannes@saeurebad.de>
5533
5534 * emacs-lisp/pp.el (pp-display-expression): New function,
5535 extracted from pp-eval-expression.
5536 (pp-eval-expression): Use pp-display-expression.
5537 (pp-macroexpand-expression, pp-macroexpand-last-sexp): New functions.
5538 (pp-last-sexp): New function, extracted from pp-eval-last-sexp.
5539 (pp-eval-last-sexp): Use pp-last-sexp.
5540
5541 2008-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5542
5543 * abbrev.el (define-abbrev-table): Apply props even if the table
5544 exists already.
5545
5546 * minibuffer.el (completion-table-with-context): Fix `pred' for the
5547 various kinds of completion tables.
5548 (completion-emacs22-try-completion): Place cursor after the /, as was
5549 done in Emacs-22's minibuffer-complete-word.
5550 Fix bug reported by David Hansen <david.hansen@gmx.net>.
5551 (completion-emacs22-try-completion): Merge all mergable text rather
5552 than just /.
5553 (completion-pcm--delim-wild-regex): New var.
5554 (completion-pcm-word-delimiters): New custom.
5555 (completion-pcm--prepare-delim-re, completion-pcm--pattern-trivial-p)
5556 (completion-pcm--string->pattern, completion-pcm--pattern->regex)
5557 (completion-pcm--all-completions, completion-pcm-all-completions)
5558 (completion-pcm--merge-completions, completion-pcm--pattern->string)
5559 (completion-pcm-try-completion): New functions.
5560 (completion-styles-alist): Add them.
5561 (completion-styles): Add it to the default.
5562
5563 2008-04-25 Nick Roberts <nickrob@snap.net.nz>
5564
5565 * progmodes/gdb-ui.el (gud-watch): Don't create speedbar...
5566 (gdb-var-create-handler): ...until here when there are values.
5567 (gdb-post-prompt): Don't do -var-update with no watch expressions.
5568 (gdb-info-locals-handler): Don't match "struct {...}" as an array.
5569
5570 2008-04-25 Eli Zaretskii <eliz@gnu.org>
5571
5572 * ls-lisp.el (ls-lisp-format): Fix last change.
5573 (ls-lisp-uid-d-fmt, ls-lisp-uid-s-fmt, ls-lisp-gid-d-fmt)
5574 (ls-lisp-gid-s-fmt, ls-lisp-filesize-d-fmt)
5575 (ls-lisp-filesize-f-fmt): New defvars.
5576 (ls-lisp-insert-directory): Dynamically compute format specifiers
5577 for displaying UID, GID, and file size, and store them in the
5578 above variables.
5579 (ls-lisp-format): Use ls-lisp-filesize-f-fmt, ls-lisp-uid-s-fmt,
5580 ls-lisp-uid-d-fmt, ls-lisp-gid-s-fmt, and ls-lisp-gid-d-fmt
5581 instead of constant format strings.
5582 (ls-lisp-format-file-size): Use ls-lisp-filesize-f-fmt and
5583 ls-lisp-filesize-d-fmt instead of constant format strings.
5584
5585 2008-04-24 Nick Roberts <nickrob@snap.net.nz>
5586
5587 * progmodes/gdb-ui.el (gdb-invalidate-assembler): Compare numeric
5588 value of addresses rather than (partial) string value.
5589 (gdb-frame-handler): Change regexp according to above change.
5590 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
5591 (gdb-registers-mode, gdb-memory-mode, gdb-locals-mode)
5592 (gdb-assembler-mode): Disable undo in these buffers.
5593
5594 2008-04-24 Michael Albinus <michael.albinus@gmx.de>
5595
5596 * net/tramp.el (tramp-get-remote-stat): Test whether stat supports %s.
5597 Reported by Loris Bennett <loris.bennett@fu-berlin.de>.
5598
5599 2008-04-24 Sam Steingold <sds@gnu.org>
5600
5601 * textmodes/remember.el (remember-diary-extract-entries): Use
5602 diary-make-entry instead of the obsolete make-diary-entry.
5603
5604 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5605
5606 * subr.el (translation-table-for-input): Mark as obsolete.
5607
5608 * isearch.el (isearch-search-string): Avoid string-bytes and aset.
5609
5610 * international/quail.el (quail-build-decode-map): Avoid string-bytes.
5611
5612 * textmodes/ispell.el (ispell-dictionary-alist-1)
5613 (ispell-dictionary-alist-2, ispell-dictionary-alist-3)
5614 (ispell-dictionary-alist-4, ispell-dictionary-alist-5)
5615 (ispell-dictionary-alist-6): Remove.
5616 (ispell-dictionary-base-alist): New var, merges the above.
5617 (ispell-find-aspell-dictionaries, ispell-set-spellchecker-params):
5618 Use it.
5619 (ispell-dictionary-alist): Default to nil. Remove autoload.
5620 (ispell-local-dictionary-alist): Remove autoload.
5621
5622 * progmodes/f90.el (f90-mode-syntax-table): Don't set ` as word syntax.
5623 (f90-mode-abbrev-table): Use the new :regexp feature.
5624 Merge defvar and mapc into define-abbrev-table.
5625 (f90-imenu-type-matcher): Remove unused `l'.
5626 (f90-imenu-generic-expression): Remove unused `not-ib'.
5627 (f90-prepare-abbrev-list-buffer): Use with-current-buffer.
5628 (f90-change-keywords): Use restore-buffer-modified-p.
5629
5630 2008-04-24 Glenn Morris <rgm@gnu.org>
5631
5632 * net/goto-addr.el (goto-address-prog-mode):
5633 * progmodes/bug-reference.el (bug-reference-prog-mode):
5634 Define for compiler.
5635
5636 * minibuffer.el (x-file-dialog): Declare as function.
5637
5638 * progmodes/vhdl-mode.el (vhdl-speedbar-find-file): Use
5639 dframe-update-speed rather than obsolete alias speedbar-update-speed.
5640
5641 * calendar/cal-menu.el (cal-menu-diary-menu): Fix typo.
5642 (cal-menu-scroll-menu): Use commands rather than key macros, which don't
5643 work with easymenu. Add :keys where needed.
5644
5645 * calendar/cal-move.el (calendar-scroll-left): Handle case when
5646 event-start is nil.
5647
5648 * calendar/calendar.el (calendar-mode-map): Fix typo.
5649
5650 2008-04-24 Tom Tromey <tromey@redhat.com>
5651
5652 * emacs-lisp/easy-mmode.el (easy-mmode-define-keymap):
5653 Document keywords. Add :suppress.
5654 * pcvs-defs.el (cvs-mode-map): Use :suppress.
5655
5656 * net/goto-addr.el (goto-address-unfontify): New function.
5657 (goto-address-fontify): Use it. Respect goto-address-prog-mode.
5658 (goto-address-fontify-region, goto-address-mode)
5659 (goto-address-prog-mode): New functions.
5660
5661 * progmodes/bug-reference.el: New file.
5662
5663 2008-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5664
5665 * term/mac-win.el (mac-ts-active-input-buf): Move defvar to macterm.c.
5666
5667 2008-04-24 Stefan Monnier <monnier@iro.umontreal.ca>
5668
5669 * emacs-lisp/easymenu.el (easy-menu-make-symbol): Don't wrap keyboard
5670 macros within lambdas.
5671
5672 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5673
5674 * minibuffer.el (completion-try-completion): Add `point' argument.
5675 Change return value.
5676 (completion-all-completions): Add `point' argument.
5677 (minibuffer-completion-help): Pass the new `point' argument.
5678 (completion--do-completion): Pass the whole field to try-completion.
5679 (completion--try-word-completion): Rewrite, making fewer assumptions.
5680 (completion-emacs21-try-completion, completion-emacs21-all-completions)
5681 (completion-emacs22-try-completion, completion-emacs22-all-completions)
5682 (completion-basic-try-completion, completion-basic-all-completions):
5683 New functions.
5684 (completion-styles-alist): Use them.
5685
5686 2008-04-23 Agustín Martín <agustin.martin@hispalinux.es>
5687
5688 * textmodes/ispell.el (ispell-set-spellchecker-params):
5689 New function to make sure right params and dictionary alists are used
5690 after spellchecker changes.
5691 (ispell-aspell-dictionary-alist, ispell-last-program-name)
5692 (ispell-initialize-spellchecker-hook): New variables and hook.
5693 (ispell-find-aspell-dictionaries): Use ispell-aspell-dictionary-alist.
5694 (ispell-maybe-find-aspell-dictionaries): Remove.
5695 Calls replaced by (ispell-set-spellchecker-params) calls.
5696 (ispell-have-aspell-dictionaries): Remove.
5697
5698 * textmodes/flyspell.el: Replace ispell-maybe-find-aspell-dictionaries
5699 by ispell-set-spellchecker-params.
5700
5701 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * complete.el (PC-do-completion): Be more robust in the presence of
5704 unexpected values in minibuffer-completion-predicate.
5705
5706 * minibuffer.el (read-file-name): Don't let-bind default-directory.
5707 Only abbreviate default-filename if it's a file.
5708
5709 * minibuffer.el (read-file-name-function, read-file-name-predicate)
5710 (read-file-name-completion-ignore-case, insert-default-directory):
5711 New vars, moved from fileio.c.
5712 (read-file-name): New fun, moved from fileio.c.
5713 * cus-start.el: Remove insert-default-directory and
5714 read-file-name-completion-ignore-case.
5715
5716 2008-04-23 Magnus Henoch <mange@freemail.hu>
5717
5718 * tar-mode.el (tar-untar-buffer): If the entry has directory
5719 link type, extract it as a directory even if its file name doesn't
5720 end with a slash. Fixes extraction of NetBSD tar archives.
5721
5722 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5723
5724 * server.el (server-start): Also don't get confused by CRs since we
5725 don't quote them.
5726
5727 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
5728
5729 * progmodes/gdb-ui.el (gdb-init-buffer): New function.
5730 (gdb-set-gud-minor-mode-existing-buffers)
5731 (gdb-info-breakpoints-custom, gdb-get-location)
5732 (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
5733 Previously gdb-create-define-alist wasn't always run and added to
5734 after-save-hook.
5735
5736 * progmodes/gud.el (gud-tooltip-tips): Use tooltip-event-buffer.
5737
5738 2008-04-23 Kevin Ryde <user42@zip.com.au>
5739
5740 * progmodes/make-mode.el (makefile-fill-paragraph): Treat indented
5741 comments like unindented ones.
5742
5743 2008-04-23 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5744
5745 * term/mac-win.el (mac-ae-open-documents): Adjust selection range
5746 parameter origins.
5747
5748 2008-04-23 Kevin Ryde <user42@zip.com.au>
5749
5750 * emacs-lisp/autoload.el (autoload-generate-file-autoloads):
5751 Bind print-level to ensure output forms aren't truncated if
5752 print-level is set to eval-expression-print-level when going via
5753 eval-defun and friends, or has been otherwise fiddled with.
5754
5755 2008-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
5756
5757 * progmodes/cc-mode.el (c-basic-common-init): Don't set
5758 font-lock-extend-after-change-region-function globally.
5759
5760 2008-04-23 Juanma Barranquero <lekktu@gmail.com>
5761
5762 * speedbar.el (speedbar-use-tool-tips-flag)
5763 (speedbar-ignored-directory-regexp, speedbar-file-unshown-regexp)
5764 (speedbar-file-regexp, speedbar-message, speedbar-item-info)
5765 (speedbar-files-item-info, speedbar-maybe-add-localized-support)
5766 (speedbar-insert-files-at-point, speedbar-dynamic-tags-function-list)
5767 (speedbar-generic-list-positioned-group-p, speedbar-insert-generic-list)
5768 (speedbar-fetch-replacement-function, speedbar-extract-one-symbol)
5769 (speedbar-separator-face): Fix typos in docstrings.
5770 (speedbar-stealthy-function-list, speedbar-verbosity-level)
5771 (speedbar-supported-extension-expressions, speedbar-update-current-file)
5772 (speedbar-add-indicator, speedbar-tag-expand): Reflow docstring.
5773 (speedbar-use-imenu-flag, speedbar-ignored-directory-expressions)
5774 (speedbar-directory-unshown-regexp, speedbar-handle-delete-frame)
5775 (speedbar-show-info-under-mouse, speedbar-directory-buttons)
5776 (speedbar-check-vc-this-line, speedbar-files-line-directory)
5777 (speedbar-buffer-buttons, speedbar-buffer-buttons-temp)
5778 (speedbar-buffers-line-directory, speedbar-recenter-to-top)
5779 (speedbar-recenter): Doc fixes.
5780 (speedbar-update-speed, speedbar-navigating-speed): Add obsolescence
5781 declaration and remove redundant info in docstring.
5782
5783 2008-04-23 Dan Nicolaescu <dann@ics.uci.edu>
5784
5785 * vc-git.el (vc-git-status-printer): Deal with directories.
5786
5787 * vc.el (vc-next-action): Look at more than the first file to
5788 determine the state.
5789
5790 2008-04-23 Glenn Morris <rgm@gnu.org>
5791
5792 * dframe.el (dframe-have-timer-flag): Drop support for Emacs without
5793 timers. Doc fix.
5794 (dframe-update-speed): Drop support for XEmacs < 20.
5795 (dframe-frame-mode): Drop support for Emacs < 20.
5796 (dframe-set-timer-internal): Drop support for Emacs without timers.
5797 (dframe-popup-kludge): Use mouse-menu-major-mode-map if defined.
5798
5799 * ediff-init.el (ediff-check-version): Drop support for very old Emacs
5800 versions. Add doc-string. Mark as obsolete.
5801
5802 * ps-def.el (ps-color-device): Drop support for XEmacs < 19.12.
5803
5804 * speedbar.el (speedbar-use-tool-tips-flag): Check for tooltip-mode,
5805 rather than using an Emacs version test.
5806
5807 * tree-widget.el (tree-widget-image-enable): Use display-images-p
5808 rather than an Emacs version test.
5809
5810 * calendar/cal-china.el (holiday-chinese-qingming)
5811 (holiday-chinese-winter-solstice, holiday-chinese): New functions.
5812 * calendar/calendar.el (calendar-chinese-all-holidays-flag): New.
5813 * calendar/holidays.el (holiday-oriental-holidays): Add more holidays.
5814
5815 * calendar/cal-islam.el (holiday-islamic): Doc fix.
5816
5817 * calendar/diary-lib.el (diary-list-sexp-entries): Doc fix.
5818 (diary-remind): Allow negative DAYS to represent a range 1:DAYS.
5819 Suggested by Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>.
5820
5821 2008-04-23 Nick Roberts <nickrob@snap.net.nz>
5822
5823 * progmodes/gdb-ui.el (gdb-previous-frame-address): Rename...
5824 (gdb-previous-frame-pc-address): ...to this.
5825 (gdb-get-selected-frame): Use MI command -stack-info-frame instead
5826 of "info frame" with Gdb 6.4+.
5827 (gdb-stack-list-frames-regexp): New regexp.
5828 (gdb-frame-handler-1): Parse output of -stack-info-frame.
5829
5830 2008-04-22 David Glasser <glasser@davidglasser.net> (tiny change)
5831
5832 * tar-mode.el (tar-prefix-offset): New constant.
5833 (tar-header-block-tokenize): Support paths with long names
5834 which use the "ustar" standard.
5835
5836 2008-04-22 Mathias Dahl <mathias.dahl@gmail.com>
5837
5838 * image-dired.el (image-dired-track-original-file)
5839 (image-dired-modify-mark-on-thumb-original-file):
5840 Use `dired-goto-file' instead of `search-forward'. This solves
5841 a bug with finding files where the file name is a subset of other
5842 file names. Doc fix.
5843
5844 2008-04-22 Juri Linkov <juri@jurta.org>
5845
5846 * menu-bar.el (buffers-menu-max-size): Move its definition down to
5847 the "Buffers Menu" section. Change group name `mouse' to `menu'.
5848 (yank-menu-length): Change group name `mouse' to `menu'.
5849 (buffers-menu-buffer-name-length): New user option.
5850 (menu-bar-update-buffers): Use buffers-menu-buffer-name-length
5851 instead of the hard-coded number 27.
5852
5853 2008-04-22 Juri Linkov <juri@jurta.org>
5854
5855 * isearch.el (eval-when-compile): Require `help-macro'.
5856 (isearch-help-for-help-internal): Isearch specific Help screen
5857 created by `make-help-screen'.
5858 (isearch-help-map): New variable that binds "b", "k", "m" to
5859 isearch-specific commands, and binds other keys to
5860 isearch-other-control-char, thus allowing other Help keys to
5861 exit isearch mode and execute their global definitions.
5862 (isearch-help-for-help, isearch-describe-bindings)
5863 (isearch-describe-key, isearch-describe-mode): New commands.
5864 (isearch-mode-help): Define alias to isearch-describe-mode
5865 and remove its old function definition.
5866 (isearch-mode-map): Bind "\C-h" to isearch-help-map.
5867 Remove old comments because this issue is settled now.
5868 (isearch-forward): Describe three new Help commands in the docstring.
5869 (isearch-mode): Remove \\{isearch-mode-map} from the docstring,
5870 leave the single sentence at the first line of the docstring,
5871 and prepend the word "function" before `isearch-forward'
5872 to make the Help link to the function instead of variable.
5873
5874 2008-04-22 Juri Linkov <juri@jurta.org>
5875
5876 * isearch.el (isearch-success-function): New variable with default
5877 to `isearch-success-function-default'.
5878 (isearch-search): Call a function from `isearch-success-function'
5879 instead of calling the hard-coded `isearch-range-invisible'.
5880 (isearch-success-function-default): New function that calls
5881 `isearch-range-invisible' and inverts its return value.
5882
5883 * info.el (Info-search): In two similar places that skip
5884 undesired search matches move code to Info-search-success-function,
5885 and call `isearch-success-function' instead.
5886 (Info-search-success-function): New function copied from code
5887 in Info-search. Replace isearch-range-invisible with
5888 text-property-not-all that checks for 'invisible and 'display
5889 properties to skip partially invisible matches (whose display
5890 properties were set by Info-fontify-node).
5891 (Info-mode): Set buffer-local isearch-success-function
5892 to Info-search-success-function.
5893
5894 2008-04-22 Juri Linkov <juri@jurta.org>
5895
5896 * minibuffer.el (internal-complete-buffer-except): New function.
5897
5898 * files.el (read-buffer-to-switch): New function.
5899 (switch-to-buffer-other-window, switch-to-buffer-other-frame):
5900 Change interactive spec to call read-buffer-to-switch instead of
5901 using the letter "B".
5902
5903 * simple.el (minibuffer-default-add-shell-commands): New function.
5904 Use declare-function for mailcap-file-default-commands from "mailcap".
5905 (shell-command): Set local minibuffer-default-add-function to
5906 minibuffer-default-add-shell-commands in minibuffer-with-setup-hook
5907 before calling read-shell-command. Set 4th arg default-value of
5908 read-shell-command to relative buffer-file-name in file buffers.
5909
5910 * dired-aux.el (dired-read-shell-command-default): Move it to
5911 gnus/mailcap.el and change its name to more general name
5912 mailcap-file-default-commands.
5913 (minibuffer-default-add-dired-shell-commands): New function.
5914 Use declare-function for mailcap-file-default-commands from "mailcap".
5915 (dired-read-shell-command): Set local minibuffer-default-add-function
5916 to minibuffer-default-add-dired-shell-commands in minibuffer-with-setup-hook
5917 before calling read-shell-command. Remove dired-read-shell-command-default
5918 from the default value arg because default values are not set in
5919 minibuffer-default-add-dired-shell-commands. Doc fix.
5920
5921 * dired-x.el (dired-smart-shell-command): Sync arguments and
5922 interactive spec with changes in `shell-command'.
5923 Use dired-get-filename to get the dired file name at point
5924 as the default value in dired mode.
5925
5926 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
5927
5928 * info.el (Info-complete-menu-item): Add missing parenthesis.
5929
5930 2008-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
5931
5932 * info.el (Info-complete-menu-item): Save point.
5933
5934 2008-04-22 Juanma Barranquero <lekktu@gmail.com>
5935
5936 * minibuffer.el (minibuffer-complete-and-exit): Fix last change.
5937
5938 2008-04-22 Andreas Schwab <schwab@suse.de>
5939
5940 * Makefile.in (emacs-deps): Define.
5941 Use it instead of $(lisp)/subdirs.el.
5942
5943 2008-04-22 Dan Nicolaescu <dann@ics.uci.edu>
5944
5945 * vc.el (vc-next-action): Do not consider directories when
5946 checking for state compatibility.
5947 (vc-transfer-file): Use when not if.
5948 (vc-dir-parent-marked-p, vc-dir-children-marked-p): New functions.
5949 (vc-dir-mark-file): Use them.
5950 (vc-deduce-fileset): Also return the backend.
5951 (vc-diff-internal): Take as argument the value returned by
5952 vc-deduce-fileset instead of just the fileset.
5953 (vc-next-action, vc-finish-logentry, vc-version-diff, vc-diff)
5954 (vc-dir-mark-file, vc-print-log, vc-revert, vc-rollback)
5955 (vc-update): Update the vc-deduce-fileset and vc-diff-internal calls.
5956
5957 2008-04-22 Tassilo Horn <tassilo@member.fsf.org>
5958
5959 * doc-view.el (doc-view-scroll-up-or-next-page): Don't use
5960 set-window-vscroll but image-scroll-down. Fixes a bug where a
5961 command following SPC scrolled up again.
5962
5963 2008-04-22 Nick Roberts <nickrob@snap.net.nz>
5964
5965 * progmodes/gdb-ui.el (gdb-locals-header): New variable.
5966 (gdb-locals-mode, gdb-registers-mode): Use it for header line.
5967 (gud-watch): Add "$" prefix when in registers buffer.
5968
5969 2008-04-22 Glenn Morris <rgm@gnu.org>
5970
5971 * progmodes/gdb-ui.el (gdbmi-invalidate-frames): Declare as function.
5972
5973 * whitespace.el (whitespace-display-table)
5974 (whitespace-display-table-was-local): Move definitions before use.
5975
5976 * emacs-lisp/copyright.el (copyright-at-end-flag): New option.
5977 (copyright-limit): Respect copyright-at-end-flag.
5978 (copyright-re-search, copyright-start-point)
5979 (copyright-offset-too-large-p): New functions.
5980 (copyright-update-year): Use copyright-re-search.
5981 (copyright-update, copyright-fix-years): Use copyright-start-point,
5982 and copyright-re-search.
5983 (copyright): Use copyright-offset-too-large-p.
5984 * add-log.el (change-log-mode): Set copyright-at-end-flag.
5985
5986 * add-log.el (top-level): Require 'cl when compiling.
5987
5988 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
5989
5990 * complete.el (PC-complete-as-file-name, PC-read-file-name-internal):
5991 Treat minibuffer-completion-predicate as a predicate.
5992
5993 * minibuffer.el (completion--file-name-table): Accept both the old
5994 `dir' arg or the new `pred' arg.
5995
5996 * ffap.el (ffap-read-file-or-url): Do not abuse completing-read's
5997 `predicate' argument to pass non-predicate data.
5998 (ffap-read-url-internal, ffap-read-file-or-url-internal):
5999 Use second arg as proper predicate.
6000
6001 * vc-bzr.el (vc-bzr-complete-with-prefix): Remove.
6002 (vc-bzr-revision-completion-table): Use completion-table-with-context
6003 instead.
6004
6005 * simple.el (choose-completion-string): Use minibuffer-completion-table.
6006
6007 2008-04-21 Chong Yidong <cyd@stupidchicken.com>
6008
6009 * term.el (term-emulate-terminal): Perform redisplay after the
6010 process filter has finished running.
6011
6012 2008-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
6013
6014 * vc.el (vc-dir): Use pop-to-buffer, so it can be customized.
6015
6016 * minibuffer.el (completion-try-completion): Change magic symbol
6017 property name. Rename from minibuffer-try-completion.
6018 (completion-all-completions): Rename from minibuffer-all-completions.
6019 Remove hide-spaces argument.
6020 (completion--do-completion): Rename from minibuffer--do-completion.
6021 (minibuffer-complete-and-exit): Call just try-completion rather than
6022 completion-try-completion to fix up the case.
6023 (completion--try-word-completion): Try to add space or hyphen before
6024 making `string' a prefix of `completion'.
6025 (completion--insert-strings): Rename from minibuffer--insert-strings.
6026
6027 2008-04-22 Naohiro Aota <nao.aota@gmail.com> (tiny change)
6028
6029 * net/tls.el (tls-program): Add -ign_eof argument to call the
6030 openssl commands.
6031 (tls-checktrust): Ditto.
6032
6033 2008-04-21 Dan Nicolaescu <dann@ics.uci.edu>
6034
6035 * vc-cvs.el (vc-cvs-status-extra-headers): New function.
6036
6037 * vc-hooks.el (vc-insert-file, vc-state, vc-working-revision)
6038 (vc-check-master-templates, vc-file-not-found-hook)
6039 (vc-kill-buffer-hook):
6040 * vc.el (vc-process-sentinel, vc-exec-after, vc-do-command)
6041 (vc-find-position-by-context, vc-buffer-context)
6042 (vc-restore-buffer-context, vc-responsible-backend)
6043 (vc-expand-dirs, vc-ensure-vc-buffer, vc-buffer-sync)
6044 (vc-next-action, vc-register, vc-register-with, vc-steal-lock)
6045 (vc-finish-logentry, vc-coding-system-for-diff, vc-switches)
6046 (vc-version-diff, vc-diff, vc-insert-headers)
6047 (vc-dired-buffers-for-dir, vc-dired-resynch-file)
6048 (vc-snapshot-precondition, vc-create-snapshot, vc-print-log)
6049 (vc-revert, vc-rollback, vc-version-backup-file)
6050 (vc-rename-master, vc-delete-file, vc-rename-file)
6051 (vc-branch-part, vc-default-retrieve-snapshot)
6052 (vc-annotate-display-autoscale, vc-annotate-display-select)
6053 (vc-annotate, vc-annotate-warp-revision, vc-annotate-difference)
6054 (vc-annotate-lines, vc-file-tree-walk-internal): Use when instead of if.
6055 (vc-dir-update): Handle directories.
6056 (vc-default-status-printer): Simplify.
6057
6058 * progmodes/asm-mode.el (asm-mode-map):
6059 * progmodes/hideif.el (hide-ifdef-mode-menu): Add :help.
6060
6061 * progmodes/m4-mode.el (m4-mode-map): Add menu.
6062
6063 2008-04-21 Kenichi Handa <handa@m17n.org>
6064
6065 * select.el (xselect-convert-to-string): Send a C_STRING only if
6066 the polymorphic target TEXT is requested.
6067
6068 2008-04-21 Juanma Barranquero <lekktu@gmail.com>
6069
6070 * minibuffer.el (completion-setup-hook, display-completion-list)
6071 (completion--file-name-table): Fix typos in docstrings.
6072 (completion-table-dynamic): Fix typo, and reflow docstring.
6073
6074 2008-04-20 Andreas Schwab <schwab@suse.de>
6075
6076 * server.el (server-switch-buffer): Also consider clients in the
6077 selected frame.
6078
6079 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6080
6081 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
6082 Select window clicked on first.
6083 (gdb): Display thread number in mode-line.
6084 (gdb-make-header-line-mouse-map): Move to avoid byte compiler warnings.
6085 (gdb-breakpoints-header): New variable.
6086 (gdb-breakpoints-mode, gdb-threads-mode): Use it for header line.
6087
6088 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6089
6090 * vc-sccs.el (vc-sccs-do-command): New fun. Use the "sccs" command.
6091 (vc-sccs-register, vc-sccs-checkin, vc-sccs-find-revision)
6092 (vc-sccs-checkout, vc-sccs-rollback, vc-sccs-revert)
6093 (vc-sccs-steal-lock, vc-sccs-modify-change-comment)
6094 (vc-sccs-print-log): Use it.
6095
6096 * vc-hooks.el (vc-path): Remove SCCS-specific hack.
6097
6098 * emacs-lisp/lisp-mode.el (lisp-mode-auto-fill): Make it an alias.
6099 * progmodes/scheme.el (scheme-mode-variables): Don't use it.
6100
6101 * tooltip.el (tooltip-previous-message): New var.
6102 (tooltip-show-help-non-mode): Rewrite to better follow the behavior of
6103 the C code (avoid overwriting a minibuffer, restore previous echo
6104 message, ...).
6105 (tooltip-delay, tooltip-process-prompt-regexp, tooltip-strip-prompt):
6106 Simplify.
6107
6108 2008-04-19 Nick Roberts <nickrob@snap.net.nz>
6109
6110 * progmodes/gdb-ui.el (gdb-thread-indicator): New variable.
6111 (gdb-init-1): Initialise it.
6112 (gdb-annotation-rules): New entry for "new-thread".
6113 (gdb-thread-identification): New function to customize
6114 mode-line-buffer-identification.
6115 (gdb-frames-mode, gdb-registers-mode, gdb-locals-mode)
6116 (gdb-assembler-mode): Use it.
6117 (gdb-threads-mode): Force "info threads" onto queue.
6118
6119 2008-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
6120
6121 * files.el (locate-file-completion-table): Rename from
6122 locate-file-completion and make it use `pred' in the normal way.
6123 (locate-file-completion): New compatibility wrapper.
6124 (load-library): Use locate-file-completion-table.
6125 * finder.el (finder-commentary):
6126 * subr.el (locate-library):
6127 * emacs-lisp/find-func.el (find-library): Likewise.
6128 * info.el: Use with-current-buffer and inhibit-read-only.
6129 (Info-read-node-name-2): Change to use `predicate' in the normal way.
6130 (Info-read-node-name-1): Adjust uses accordingly.
6131
6132 * minibuffer.el (completion-table-with-context): Add support for `pred'.
6133 (completion-table-with-terminator): Don't use complete-with-action
6134 since we have to distinguish all three cases anyway.
6135 (completion-table-with-predicate): New function.
6136 (dynamic-completion-table): Add obsolete alias.
6137
6138 * emacs-lisp/trace.el (trace-make-advice): Don't change selected-window.
6139
6140 2008-04-18 Sam Steingold <sds@gnu.org>
6141
6142 * vc.el (vc-dir-menu-map, vc-dir-mode-map, vc-dir-tool-bar-map):
6143 Use quit-window instead of bury-buffer.
6144
6145 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6146
6147 * minibuffer.el (completion-table-with-terminator): Fix last fix.
6148
6149 2008-04-18 Andreas Schwab <schwab@suse.de>
6150
6151 * Makefile.in ($(MH_E_DIR)/mh-loaddefs.el, $(CAL_DIR)/cal-loaddefs.el)
6152 ($(CAL_DIR)/diary-loaddefs.el, $(CAL_DIR)/hol-loaddefs.el):
6153 Depend on $(lisp)/subdirs.el.
6154
6155 2008-04-18 Juanma Barranquero <lekktu@gmail.com>
6156
6157 * descr-text.el (describe-char-after):
6158 Use `define-obsolete-function-alias'.
6159
6160 * dired-x.el (dired-omit-files-p): Use `define-obsolete-variable-alias'.
6161
6162 * facemenu.el (facemenu-unlisted-faces): Fix obsolescence description.
6163
6164 * savehist.el (savehist-load): Add WHEN to obsolescence declaration.
6165 Remove redundant obsolescence info in docstring.
6166
6167 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates)
6168 (vc-header-alist): Add WHEN to obsolescence declaration.
6169 (vc-state): Fix typo in docstring.
6170
6171 * emacs-lisp/checkdoc.el (checkdoc-minor-keymap):
6172 Use `define-obsolete-variable-alias'.
6173
6174 * emulation/tpu-edt.el (tpu-have-ispell):
6175 * international/codepage.el (codepage-setup):
6176 Fix typo in obsolescence declaration.
6177
6178 * international/mule.el (char-coding-system-table):
6179 Remove redundant obsolescence info in docstring.
6180 (charset-list, generic-char-p, set-char-table-default):
6181 Fix typos in obsolescence decarations.
6182
6183 * international/mule-diag.el (non-iso-charset-alist):
6184 Fix typo in obsolescence declaration.
6185 (decode-codepage-char): Remove redundant obsolescence info in docstring.
6186
6187 * font-core.el (font-lock-defaults-alist):
6188 * font-lock.el (font-lock-reference-face):
6189 * frame.el (screen-height, screen-width, set-screen-width)
6190 (set-screen-height):
6191 * hilit-chg.el (highlight-changes-initial-state):
6192 * isearch.el (isearch-return-char):
6193 * log-edit.el (cvs-commit-buffer-require-final-newline)
6194 (cvs-changelog-full-paragraphs):
6195 * mouse.el (mouse-major-mode-menu, mouse-popup-menubar)
6196 (mouse-popup-menubar-stuff):
6197 * mwheel.el (mouse-wheel-down-button, mouse-wheel-up-button)
6198 (mouse-wheel-click-button):
6199 * outline.el (outline-visible):
6200 * pcvs-defs.el (cvs-diff-ignore-marks, cvs-diff-buffer-name):
6201 * pcvs-info.el (cvs-display-full-path, cvs-fileinfo->full-path):
6202 * emacs-lisp/lisp-mode.el (lisp-comment-indent):
6203 * progmodes/compile.el (compile-internal):
6204 Add WHEN to obsolescence declarations.
6205
6206 2008-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
6207
6208 * emacs-lisp/debug.el (debug): Revert to bury-buffer since quit-window
6209 is not better anyway.
6210
6211 2008-04-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6212
6213 * whitespace.el (whitespace-report-region): Handle whitespace-tab-width
6214 properly.
6215
6216 2008-04-17 Stefan Monnier <monnier@iro.umontreal.ca>
6217
6218 * progmodes/python.el (python-mode-map): Use abbrev-table-menu.
6219 (python-use-skeletons): Remove, unused.
6220 (python-skeletons): Remove. Use the abbrev table instead.
6221 (python-mode-abbrev-table): Fix regexp;
6222 add enable-function and case-fixed.
6223 (def-python-skeleton): Simplify.
6224 (python-expand-template): Use the abbrev-table and abbrev-insert.
6225 (python-abbrev-pc-hook, python-abbrev-syntax-table, python-pea-hook):
6226 Remove.
6227 (python-mode): Don't set pre-abbrev-expand-hook.
6228
6229 * skeleton.el: Set coding-tag.
6230
6231 * abbrev.el (abbrev-insert): New function extracted from expand-abbrev.
6232 (expand-abbrev): Use it.
6233 (abbrev-table-menu): New function.
6234
6235 * abbrev.el (define-abbrev-table): Fontify dosctrings as such.
6236
6237 * minibuffer.el (completion-table-with-terminator): Fix paren typo.
6238
6239 2008-04-17 Sam Steingold <sds@gnu.org>
6240
6241 * pcvs-util.el (cvs-bury-buffer): Use quit-window instead of the
6242 idiosyncratic bury-buffer/delete-window logic.
6243
6244 2008-04-17 Juanma Barranquero <lekktu@gmail.com>
6245
6246 * emacs-lisp/crm.el (crm-completion-help, crm-complete)
6247 (crm-complete-word, crm-complete-and-exit): Fix typo in previous change.
6248
6249 2008-04-17 Kenichi Handa <handa@m17n.org>
6250
6251 * international/characters.el: Don't make the width of U+00AD to 0.
6252
6253 2008-04-17 Nick Roberts <nickrob@snap.net.nz>
6254
6255 * progmodes/gdb-ui.el (gdb-stack-update): New variable.
6256 (gdb, gdb-starting, gdb-frames-mode): Use it.
6257 (gdb-invalidate-frames): Advise to call "info stack" only if
6258 execution has occurred.
6259 (gdb-info-breakpoints-custom): Only update overlay-arrow pointing to
6260 selected frame if no execution has occurred.
6261 (gdb-frames-force-update): New interactive function.
6262 (gdb-frames-mode-map): Bind it to "F".
6263
6264 2008-04-17 Michael Olson <mwolson@gnu.org>
6265
6266 * textmodes/remember.el (remember-version): Release Remember 2.0.
6267
6268 2008-04-16 Yoni Rabkin <yoni@rabkins.net>
6269
6270 * textmodes/artist.el:
6271 * progmodes/vhdl-mode.el:
6272 * progmodes/verilog-mode.el:
6273 * progmodes/vera-mode.el:
6274 * progmodes/simula.el:
6275 * progmodes/ps-mode.el:
6276 * progmodes/cmacexp.el:
6277 * obsolete/hilit19.el:
6278 * emulation/viper.el:
6279 * ediff.el: Cleanup the bug-report email addresses and make sure the
6280 maintainer is still willing to handle bug reports.
6281
6282 2008-04-16 Dan Nicolaescu <dann@ics.uci.edu>
6283
6284 * vc.el (vc-dir-kill-query): Fix thinko.
6285
6286 2008-04-16 Glenn Morris <rgm@gnu.org>
6287
6288 * calendar/diary-lib.el (diary-remind): Don't clobber `date' passed
6289 by diary-sexp-entry.
6290
6291 2008-04-16 Markus Triska <markus.triska@gmx.at>
6292
6293 * proced.el (proced-command-alist): Add support for darwin.
6294
6295 2008-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
6296
6297 * proced.el (proced-mode): Redefine as just the major-mode.
6298 (proced): Separate it from proced-mode.
6299
6300 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
6301
6302 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6303
6304 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
6305 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
6306 `tab-width' setting from user. New version 10.0. Doc and docstring
6307 fix.
6308 (whitespace-style, whitespace-chars): Remove options.
6309 (whitespace-style-mark): New option, replace whitespace-style deleted
6310 option. Fix docstring.
6311 (whitespace-style-color): New option, replace whitespace-chars deleted
6312 option. Fix docstring.
6313 (whitespace-space, whitespace-hspace, whitespace-tab)
6314 (whitespace-newline, whitespace-trailing, whitespace-line)
6315 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
6316 (whitespace-space-after-tab, whitespace-hspace-regexp)
6317 (whitespace-space-regexp, whitespace-tab-regexp)
6318 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
6319 (whitespace-empty-at-eob-regexp, whitespace-line-column)
6320 (whitespace-toggle-option-alist): Fix docstring.
6321 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
6322 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
6323 docstring and initialization.
6324 (global-whitespace-mode): Autoloaded global minor mode.
6325 (whitespace-chars-value-list, whitespace-style-value-list)
6326 (whitespace-active-chars, whitespace-active-style)
6327 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
6328 (whitespace-color-value-list): New var, replace
6329 whitespace-chars-value-list removed var.
6330 (whitespace-mark-value-list): New var, replace
6331 whitespace-style-value-list removed var.
6332 (whitespace-active-color): New var, replace whitespace-active-chars
6333 removed var.
6334 (whitespace-active-mark): New var, replace whitespace-active-style
6335 removed var.
6336 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
6337 removed var.
6338 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
6339 removed var.
6340 (whitespace-toggle-option-alist, whitespace-report-list)
6341 (whitespace-report-text, whitespace-help-text): Fix initialization.
6342 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
6343 (whitespace-toggle-options, global-whitespace-toggle-options)
6344 (whitespace-cleanup-region, whitespace-report-region)
6345 (whitespace-interactive-char): Fix docstring and code.
6346 (whitespace-cleanup, whitespace-report): Fix docstring.
6347 (whitespace-replace-spaces-by-tabs): Remove fun.
6348 (whitespace-replace-action): New fun, replace
6349 whitespace-replace-spaces-by-tabs removed fun.
6350 (whitespace-regexp, whitespace-indentation-regexp)
6351 (whitespace-space-after-tab-regexp, whitespace-insert-value)
6352 (whitespace-kill-buffer): New funs.
6353 (whitespace-insert-option-mark, whitespace-help-on)
6354 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
6355 (whitespace-color-on, whitespace-color-off)
6356 (whitespace-display-char-on): Fix code.
6357
6358 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
6359
6360 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
6361 (mouse-throw-magnifier-with-mouse-movement): Remove.
6362 (mouse-throw-magnifier-base): New const.
6363 (mouse-drag-scroll-delta): New fun.
6364 (mouse-drag-throw): Use it.
6365
6366 2008-04-15 Juanma Barranquero <lekktu@gmail.com>
6367
6368 * international/uni-bidi.el, international/uni-category.el:
6369 * international/uni-combining.el, international/uni-comment.el:
6370 * international/uni-decimal.el, international/uni-decomposition.el:
6371 * international/uni-digit.el, international/uni-lowercase.el:
6372 * international/uni-mirrored.el, international/uni-name.el:
6373 * international/uni-numeric.el, international/uni-old-name.el:
6374 * international/uni-titlecase.el, international/uni-uppercase.el:
6375 * international/charprop.el: Regenerate.
6376
6377 2008-04-15 Dan Nicolaescu <dann@ics.uci.edu>
6378
6379 * vc.el (vc-status-fileinfo): Add new member directoryp.
6380 (vc-default-status-printer): Print directories.
6381 (vc-status-update): Sort files before subdirectories.
6382
6383 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
6384 Add alternative implementation based on "cvs update".
6385
6386 2008-04-15 Tassilo Horn <tassilo@member.fsf.org>
6387
6388 * doc-view.el: Changed requirements section to tell that only one
6389 of dvipdf or dvipdfm is needed.
6390 (doc-view-already-converted-p): Fix bug that forced reconversion
6391 if doc was already converted.
6392
6393 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * minibuffer.el (minibuffer-message):
6396 Make sure we can put-text-property.
6397
6398 * emacs-lisp/crm.el: Complete rewrite.
6399
6400 * tmm.el (tmm-completion-delete-prompt): Don't hardcode point-min==1.
6401 (tmm-add-prompt): Make sure completion-setup-hook is preserved even in
6402 case of an error in display-completion-list.
6403
6404 * filecache.el (file-cache-completions-keymap): Move init from
6405 file-cache-completion-setup-function into declaration.
6406 (file-cache-minibuffer-complete): Simplify.
6407 (file-cache-completion-setup-function): Use standard-output,
6408 preserve current-buffer.
6409
6410 * vc.el (vc-status-update): Fix typo.
6411 (vc-status-update): Set needs-update.
6412 (vc-status-refresh): η-reduce.
6413
6414 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
6415
6416 * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
6417 to image-eol.
6418
6419 2008-04-14 Alexandre Julliard <julliard@winehq.org>
6420
6421 * vc.el (vc-status-update): Undo the previous revert.
6422
6423 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6424
6425 * minibuffer.el (completion-table-with-terminator): Those completions
6426 are never valid w.r.t test-completion.
6427 (completion--file-name-table):
6428 Check completion-all-completions-with-base-size.
6429
6430 2008-04-14 Tassilo Horn <tassilo@member.fsf.org>
6431
6432 * doc-view.el (doc-view-dvipdf-program): New variable.
6433 (doc-view-dvipdfm-program): Mention doc-view-dvipdf-program.
6434 (doc-view-mode-p): Check for doc-view-dvipdf-program as
6435 alternative for doc-view-dvipdfm-program.
6436 (doc-view-dvi->pdf): Prefer dvipdf over dvipdfm.
6437
6438 * doc-view.el (doc-view-start-process): Don't set
6439 default-directory to "~/" if the current value is valid.
6440 This broke PS files that run other files in the same directory.
6441
6442 2008-04-14 Dan Nicolaescu <dann@ics.uci.edu>
6443
6444 * vc.el (vc-status-kill-query): New function.
6445 (vc-status-mode): Add it to kill-buffer-query-functions.
6446 (vc-status-show-fileentry): New function.
6447 (vc-status-menu-map): Bind it. Bind vc-next-action.
6448
6449 2008-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
6450
6451 * minibuffer.el (minibuffer-message): Put cursor at the right place.
6452
6453 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6454
6455 * proced.el (proced-send-signal): Fix error recognition.
6456
6457 2008-04-13 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6458
6459 * proced.el (proced-command-alist): Remove sort column.
6460 (proced-command, proced-procname-column):
6461 Use make-variable-buffer-local.
6462 (proced-signal-function): Rename from proced-kill-program.
6463 Allow for elisp symbols and string values representing system calls.
6464 (proced-marker-regexp, proced-success-message): New functions.
6465 (proced): Use defalias. Add autoload cookie.
6466 (proced-unmark-backward, proced-toggle-marks)
6467 (proced-hide-processes): New commands.
6468 (proced-do-mark): Simplify code.
6469 (proced-insert-mark): Use optional arg BACKWARD instead of line number.
6470 (proced-update): Remove sorting.
6471 (proced-send-signal): Display number of processes to operate on.
6472 Allow for system calls or elisp functions to send signals.
6473 Check if signal was sent successfully.
6474
6475 2008-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
6476
6477 * minibuffer.el (completion-all-completion-with-base-size): New var.
6478 (completion--some): New function.
6479 (completion-table-with-context, completion--file-name-table):
6480 Return the base-size if requested.
6481 (completion-table-in-turn): Generalize to multiple arguments.
6482 (complete-in-turn): Compatibility alias.
6483 (completion-styles-alist): New var.
6484 (completion-styles): New customization.
6485 (minibuffer-try-completion, minibuffer-all-completions):
6486 New functions.
6487 (minibuffer--do-completion, minibuffer-complete-and-exit)
6488 (minibuffer-try-word-completion): Use them.
6489 (display-completion-list, minibuffer-completion-help): Use them.
6490 Handle all-completions's new base-size info to set completion-base-size.
6491 * info.el (Info-read-node-name-1): Use completion-table-with-context,
6492 completion-table-with-terminator and complete-with-action.
6493 Remove the now obsolete completion-base-size-function property.
6494 * simple.el (completion-list-mode-map): Move init into declaration.
6495 (completion-list-mode): Use define-derived-mode.
6496 (completion-setup-function): Use any completion-base-size that may
6497 have been set before. Remove handling of completion-base-size-function.
6498 * loadup.el: Move abbrev.el up earlier.
6499
6500 2008-04-13 Alexandre Julliard <julliard@winehq.org>
6501
6502 * vc-git.el (vc-git-after-dir-status-stage)
6503 (vc-git-dir-status-goto-stage): New functions.
6504 (vc-git-after-dir-status-stage1)
6505 (vc-git-after-dir-status-stage1-empty-db)
6506 (vc-git-after-dir-status-stage2): Remove, functionality moved
6507 into the new generic stage functions.
6508 (vc-git-dir-status-files): New function.
6509
6510 * vc.el (vc-status-update): Revert an incorrect rewrite.
6511 Add some comments.
6512 (vc-status-refresh-files): New function.
6513 (vc-status-refresh): Use `vc-status-refresh-files' to refresh the
6514 state of up-to-date files.
6515 (vc-default-dir-status-files): New function.
6516
6517 2008-04-13 Juanma Barranquero <lekktu@gmail.com>
6518
6519 * minibuffer.el (completion--embedded-envvar-table)
6520 (read-file-name-internal): Fix typos in 2008-04-11 change.
6521
6522 * faces.el (read-face-name): Use `completion-table-in-turn',
6523 not `complete-in-turn'.
6524
6525 2008-04-13 Andreas Schwab <schwab@suse.de>
6526
6527 * progmodes/etags.el: Require 'cl when compiling.
6528
6529 2008-04-12 Nick Roberts <nickrob@snap.net.nz>
6530
6531 * progmodes/gud.el (gud-menu-map): Expand tooltip.
6532
6533 * progmodes/gdb-ui.el (gdb-find-source-frame): Improve doc string.
6534 (menu): Add/expand menu tooltips.
6535
6536 2008-04-12 Dan Nicolaescu <dann@ics.uci.edu>
6537
6538 * progmodes/sh-script.el (sh-show-indent): Fix typo.
6539 (sh-mode-map): Add a toggle for inserting braces and quotes in pairs.
6540
6541 * vc-cvs.el (vc-cvs-registered): Allow removed files to be
6542 considered registered.
6543
6544 2008-04-12 Reiner Steib <Reiner.Steib@gmx.de>
6545
6546 * emacs-lisp/copyright.el (copyright-update-directory): New command.
6547
6548 * ediff-wind.el (ediff-split-window-function)
6549 (ediff-merge-split-window-function): Improve custom type.
6550
6551 2008-04-12 Eli Zaretskii <eliz@gnu.org>
6552
6553 * loadup.el ("minibuffer"): Move after "faces".
6554
6555 2008-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
6556
6557 * progmodes/hideif.el (hif-factor): Handle unary minus.
6558
6559 2008-04-12 Glenn Morris <rgm@gnu.org>
6560
6561 * calendar/cal-china.el (chinese-calendar-time-zone):
6562 Mark obsolete name as risky too.
6563
6564 * calendar/calendar.el (calendar-faces): New custom group.
6565 (calendar-today, diary, holiday): Doc fix.
6566 Move to calendar-faces group.
6567 * calendar/diary-lib.el (diary-face, diary-anniversary, diary-time)
6568 (diary-button): Doc fix. Move to calendar-faces group.
6569
6570 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): Doc fix.
6571 * desktop.el, files.el, hilit-chg.el, ibuffer.el, iswitchb.el:
6572 * pcvs-info.el, recentf.el, speedbar.el, calendar/cal-china.el:
6573 * calendar/cal-hebrew.el, calendar/cal-x.el, calendar/calendar.el
6574 * calendar/diary-lib.el, net/net-utils.el, progmodes/gud.el:
6575 Move non-autoloaded define-obsolete-variable-alias calls for defcustoms
6576 not in dumped files before the associated defcustom.
6577
6578 2008-04-11 Johan Bockgård <bojohan@gnu.org>
6579
6580 * minibuffer.el (lazy-completion-table): Fix debug spec.
6581
6582 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * minibuffer.el (complete-with-action, lazy-completion-table):
6585 Move from subr.el.
6586 (apply-partially, completion-table-dynamic)
6587 (completion-table-with-context, completion-table-with-terminator)
6588 (completion-table-in-turn): New funs.
6589 (completion--make-envvar-table, completion--embedded-envvar-table):
6590 New funs.
6591 (read-file-name-internal): Use them.
6592 (completion-setup-hook): Move from simple.el.
6593 * subr.el (complete-with-action, lazy-completion-table):
6594 * simple.el (completion-setup-hook): Move to minibuffer.el.
6595
6596 2008-04-11 Glenn Morris <rgm@gnu.org>
6597
6598 * Makefile.in (AUTOGENEL): Add calc/calc-loaddefs.el.
6599
6600 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6601
6602 * progmodes/python.el (python-mode): Don't mess with hippie-expand.
6603
6604 * Makefile.in (bootstrap-prepare): Make tpu-edt.el writable as well.
6605
6606 * textmodes/fill.el (fill-forward-paragraph-function): New var.
6607 (fill-forward-paragraph): New fun.
6608 (fill-paragraph, fill-region): Use it.
6609
6610 * vc.el: Change `dir-status' to not take (and pass) status-buffer.
6611 (vc-status-create-fileinfo): Make `extra' optional.
6612 (vc-status-busy): New fun.
6613 (vc-status-menu-map): Use it.
6614 (vc-status-crt-marked): Remove.
6615 (vc-status-update): Rename from vc-status-add-entries.
6616 Add argument so as to prevent addition of entries. Rewrite.
6617 (vc-update-vc-status-buffer): Remove.
6618 (vc-status-refresh): Don't remove old entries, set them to
6619 up-to-date instead. Also do it after the update is complete.
6620 (vc-status-marked-files): η-reduce.
6621
6622 * dired.el (dired-read-dir-and-switches): Use read-directory-name even
6623 for non-dialogs.
6624
6625 * Makefile.in (bootstrap-prepare): Don't copy ldefs-boot over loaddefs.
6626
6627 * loadup.el: Load ldefs-boot.el if loaddefs.el doesn't exist.
6628
6629 2008-04-11 Jan Djärv <jan.h.d@swipnet.se>
6630
6631 * tooltip.el (tooltip-show-help-non-mode): Set message-truncate-lines
6632 to t and don't truncate msg.
6633
6634 2008-04-11 Glenn Morris <rgm@gnu.org>
6635
6636 * calendar/calendar.el (diary, holidays):
6637 Move custom groups to other files.
6638 (holiday-general-holidays, holiday-oriental-holidays)
6639 (holiday-local-holidays, holiday-other-holidays, hebrew-holidays-1)
6640 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
6641 (holiday-hebrew-holidays, holiday-christian-holidays)
6642 (holiday-islamic-holidays, holiday-bahai-holidays)
6643 (holiday-solar-holidays, calendar-holidays): Move to holidays.el.
6644 * calendar/diary-lib.el: Move custom group here from calendar.el.
6645 * calendar/holidays.el: Move custom group and variables here
6646 from calendar.el.
6647
6648 * calendar/cal-china.el (calendar-chinese-time-zone): Mark as risky.
6649
6650 * calendar/cal-dst.el (calendar-dst-check-each-year-flag):
6651 Fix custom group.
6652 (calendar-current-time-zone-cache): Autoload riskiness.
6653
6654 * calendar/cal-tex.el (cal-tex-preamble-extra): Fix custom type.
6655
6656 2008-04-11 Chong Yidong <cyd@stupidchicken.com>
6657
6658 * woman.el (woman2-TH): Use string-equal instead of string-match.
6659
6660 2008-04-11 Stefan Monnier <monnier@iro.umontreal.ca>
6661
6662 * smerge-mode.el (smerge-apply-resolution-patch): Fix typo.
6663 (smerge-resolve): Merge the "2-way refinement" case with one half of
6664 the "mere whitespace" resolution.
6665
6666 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
6667
6668 * vc-bzr.el (vc-bzr-after-dir-status): Detect the conflict state.
6669
6670 2008-04-10 Juanma Barranquero <lekktu@gmail.com>
6671
6672 * subr.el (assoc-ignore-case, assoc-ignore-representation):
6673 Add WHEN to obsolescence declaration.
6674
6675 * makefile.w32-in (AUTOGENEL): Add calc-loaddefs.el.
6676
6677 2008-04-10 Dan Nicolaescu <dann@ics.uci.edu>
6678
6679 * vc-hooks.el (vc-state): Add new state `conflict'.
6680 (vc-after-save): Use when not if.
6681 (vc-default-mode-line-string): Deal with the conflict state.
6682 (vc-prefix-map, vc-menu-map): Bind vc-status instead of vc-directory.
6683
6684 * vc.el (vc-editable-p, vc-default-status-printer)
6685 (vc-next-action): Deal with the conflict state.
6686 (vc-mark-resolved): New function.
6687 (vc-status-mode): Fix mode name.
6688 (vc-default-comment-history): Use when not if.
6689 (Todo): Add new entries, remove old ones.
6690
6691 * vc-cvs.el (vc-cvs-merge, vc-cvs-merge-news): Set conflict state.
6692 (vc-cvs-parse-status, vc-cvs-after-dir-status):
6693 * vc-svn.el (vc-svn-after-dir-status, vc-svn-parse-status):
6694 Detect the conflict state.
6695
6696 * vc-hg.el (vc-hg-dir-status): Remove unneeded call.
6697
6698 2008-04-10 Glenn Morris <rgm@gnu.org>
6699
6700 * menu-bar.el (menu-bar-options-menu) <truncate-lines>:
6701 Respect truncate-partial-width-windows in non-full windows,
6702 with regards to :toggle and :enable state.
6703
6704 * simple.el (toggle-truncate-lines): Doc fix.
6705
6706 * Makefile.in (MH_E_DIR): New variable.
6707 (MH_E_SRC): Restore variable removed 2008-03-13.
6708 (mh-loaddefs.el): Depend on $MH_E_SRC.
6709 (CAL_DIR, CAL_SRC): New variables.
6710 (cal-loaddefs.el, diary-loaddefs.el, hol-loaddefs.el):
6711 Depend on CAL_SRC.
6712
6713 * calendar/calendar.el (calendar, diary): Add :prefix.
6714 (holidays): Change :prefix.
6715 (calendar-today, holiday, calendar-holiday-marker)
6716 (european-calendar-style): Change custom groups.
6717
6718 * calendar/calendar.el (diary-hook, diary-display-hook):
6719 Move to diary-lib.el.
6720 * calendar/diary-lib.el (diary-hook, diary-display-hook):
6721 Move here from calendar.el.
6722 * calendar/appt.el: Require diary-lib rather than calendar.
6723 * calendar/cal-x.el (diary-display-hook): Declare for compiler.
6724
6725 * calendar/appt.el (appt): Add :prefix.
6726
6727 * calendar/diary-lib.el (diary-hook): Doc fix.
6728 (diary-mark-sexp-entries): Fix replacement of calendar-for-loop.
6729
6730 2008-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6731
6732 * minibuffer.el (minibuffer--double-dollars, read-file-name-internal):
6733 New functions.
6734
6735 * minibuffer.el (minibuffer--do-completion): Don't forget to propagate
6736 the arg to recursive calls.
6737
6738 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
6739
6740 * minibuffer.el (completion-auto-help): Fix typo.
6741
6742 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6743
6744 * vc-cvs.el (vc-cvs-diff-tree): Remove unused function.
6745
6746 2008-04-09 Michael Albinus <michael.albinus@gmx.de>
6747
6748 * net/tramp.el (tramp-find-file-name-coding-system-alist): New defun.
6749 (tramp-handle-insert-file-contents, tramp-handle-write-region): Use it.
6750
6751 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6752
6753 * vc-hooks.el (vc-default-mode-line-string): Use ? for missing.
6754
6755 * minibuffer.el (minibuffer): Move group from cus-edit.el.
6756 (completion-auto-help): Move from C code.
6757 (minibuffer--maybe-completion-help): Remove.
6758 (minibuffer--bitset): New function.
6759 (minibuffer--do-completion): Rename from minibuffer-do-completion.
6760 Renumber a bit. Really complete on string *before* point.
6761 Add argument used for word-completion.
6762 Join trailing / in completion with following text, as done in
6763 minibuffer-complete-word.
6764 Handle new value `lazy' for completion-auto-help.
6765 (minibuffer-try-word-completion): New function extracted from
6766 minibuffer-complete-word.
6767 (minibuffer-complete-word): Use minibuffer--do-completion.
6768 (minibuffer--insert-strings): Rename from
6769 minibuffer-complete-insert-strings.
6770 (exit-minibuffer): Fix typo.
6771 * cus-edit.el (minibuffer): Move group to minibuffer.el.
6772 * cus-start.el: Remove completion-auto-help.
6773
6774 2008-04-09 Alexandre Julliard <julliard@winehq.org>
6775
6776 * vc.el (vc-status-add-entries): New function.
6777 (vc-status-add-entry): Remove.
6778 (vc-update-vc-status-buffer, vc-status-mark-buffer-changed):
6779 Use vc-status-add-entries.
6780
6781 * emacs-lisp/ewoc.el (ewoc-collect): Return results in the correct
6782 order.
6783
6784 2008-04-09 Jason Rumney <jasonr@gnu.org>
6785
6786 * makefile.w32-in (LOADDEFS): Add mh-loaddefs.el.
6787 ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule.
6788 (pre-mh-loaddefs.el-CMD, pre-mh-loaddefs.el-SH): Remove.
6789 (AUTOGENEL): New variable.
6790 (distclean, maintainer-clean): New targets.
6791
6792 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
6793
6794 * emacs-lisp/regexp-opt.el (regexp-opt):
6795 Reduce max-lisp-eval-depth and max-specpdl-size to 10000.
6796
6797 2008-04-09 Lennart Borgman <lennart.borgman@gmail.com>
6798
6799 * nxml/nxml-mode.el (nxml-cleanup): New function.
6800 (nxml-mode): Add it to change-major-mode-hook.
6801
6802 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
6803
6804 * term/x-win.el (x-gtk-stock-map): Map info to gtk-info.
6805
6806 2008-04-09 Juanma Barranquero <lekktu@gmail.com>
6807
6808 * calc/.cvsignore: New file.
6809
6810 2008-04-09 Jan Djärv <jan.h.d@swipnet.se>
6811
6812 * vc.el (vc-status-tool-bar-map): Add vc-print-log to tool bar.
6813
6814 * tooltip.el (tooltip-mode): Set tooltip-show-help-non-mode as
6815 show-help-function when turning tooltip off.
6816 (tooltip-show): Call tooltip-show-help-non-mode if use-echo-area.
6817 (tooltip-trunc-str, tooltip-show-help-non-mode): New.
6818
6819 2008-04-09 Alan Mackenzie <acm@muc.de>
6820
6821 * font-lock.el (font-lock-extend-after-change-region-function):
6822 Make it buffer local.
6823
6824 2008-04-09 Glenn Morris <rgm@gnu.org>
6825
6826 * calendar/calendar.el (diary-file, european-calendar-style):
6827 Remove autoload cookies.
6828
6829 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6830
6831 * outline.el (outline-mode-menu-bar-map):
6832 * log-view.el (log-view-mode-menu):
6833 * log-edit.el (log-edit-menu): Add :help.
6834
6835 2008-04-09 Chong Yidong <cyd@stupidchicken.com>
6836
6837 * emacs-lisp/regexp-opt.el (regexp-opt-group):
6838 Use substring-no-properties for correct handling of unibyte strings.
6839
6840 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6841
6842 * add-log.el (change-log-next-buffer): Handle the case where version<
6843 signals an error.
6844
6845 * mouse.el (mouse-menu-major-mode-map): New fun extracted from
6846 mouse-major-mode-menu.
6847 (mouse-menu-bar-map): New fun extracted from mouse-popup-menubar.
6848 (mouse-major-mode-menu, mouse-popup-menubar)
6849 (mouse-popup-menubar-stuff): Use them.
6850 (C-down-mouse-3): Bind to a dynamic map rather than to
6851 mouse-popup-menubar-stuff.
6852
6853 * bindings.el (mode-line-major-mode-keymap): Bind down-mouse-1
6854 to mouse-menu-major-mode-map rather than to mouse-major-mode-menu.
6855
6856 2008-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6857
6858 * vc-svn.el (vc-svn-modify-change-comment): Add support for the
6859 file:// access method.
6860
6861 2008-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6862
6863 * minibuffer.el: New file.
6864 * loadup.el: Load it.
6865
6866 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6867
6868 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Make it depend on mh-e/*.el
6869 rather than subdirs.el. It introduces an ugly circular dependency, tho.
6870
6871 * calc/calc.el: Load "calc-loaddefs" rather than set up manual autoloads.
6872 (calc-mode-map, calc-digit-map, calc-dispatch-map):
6873 Move initialization into declaration.
6874 * calc/calc-yank.el:
6875 * calc/calc-misc.el:
6876 * calc/calc-embed.el:
6877 * calc/calc-aent.el: Add autoload cookies. Set generated-autoload-file.
6878
6879 2008-04-08 Michael Albinus <michael.albinus@gmx.de>
6880
6881 * ps-samp.el (ps-add-printer, ps-remove-printer)
6882 (ps-make-dynamic-printer-menu): New functions.
6883
6884 * net/zeroconf.el: New file.
6885
6886 2008-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6887
6888 * calendar/cal-hebrew.el (calendar-hebrew-list-yahrzeits): Typo.
6889
6890 2008-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6891
6892 * vc-rcs.el (vc-rcs-modify-change-comment):
6893 * vc-cvs.el (vc-cvs-modify-change-comment): Fix argument order.
6894
6895 * log-view.el (log-view-mode-menu): Bind log-view-modify-change-comment.
6896
6897 2008-04-08 Juanma Barranquero <lekktu@gmail.com>
6898
6899 * international/mule-cmds.el (set-locale-environment): Don't warn if
6900 coding system doesn't agree with system locale (this reverts changes
6901 by Dave Love, dated 2002-10-27 and 2002-10-09).
6902
6903 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
6904 * emacs-lisp/cl-macs.el (get-setf-method): Use `string-match-p'.
6905
6906 * emacs-lisp/copyright.el (copyright-update-year): Use `looking-at-p'.
6907
6908 2008-04-08 Glenn Morris <rgm@gnu.org>
6909
6910 * calendar/calendar.el (calendar-date-style): Remove autoload cookie.
6911 * textmodes/remember.el (remember-diary-convert-entry):
6912 Require calendar.
6913
6914 * textmodes/remember.el (remember-diary-extract-entries): Don't pass
6915 diary-file, since it is the default for make-diary-entry anyway.
6916
6917 * calendar/cal-menu.el (cal-menu-event-to-date):
6918 Rename calendar-event-to-date. Update callers.
6919 (calendar-mouse-tex-day): Rename cal-tex-mouse-day.
6920 (calendar-mouse-tex-week): Rename cal-tex-mouse-week.
6921 (calendar-mouse-tex-week2): Rename cal-tex-mouse-week2.
6922 (calendar-mouse-tex-week-iso): Rename cal-tex-mouse-week-iso.
6923 (calendar-mouse-tex-week-monday): Rename cal-tex-mouse-week-monday.
6924 (calendar-mouse-tex-filofax-daily): Rename cal-tex-mouse-filofax-daily.
6925 (calendar-mouse-tex-filofax-2week): Rename cal-tex-mouse-filofax-2week.
6926 (calendar-mouse-tex-filofax-week): Rename cal-tex-mouse-filofax-week.
6927 (calendar-mouse-tex-month): Rename cal-tex-mouse-month.
6928 (calendar-mouse-tex-month-landscape):
6929 Rename cal-tex-mouse-month-landscape.
6930 (calendar-mouse-tex-year): Rename cal-tex-mouse-year.
6931 (calendar-mouse-tex-filofax-year): Rename cal-tex-mouse-filofax-year.
6932 (calendar-mouse-tex-year-landscape):
6933 Rename cal-tex-mouse-year-landscape.
6934 (cal-menu-context-mouse-menu): Update for above name changes.
6935
6936 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
6937 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
6938 * calendar/cal-iso.el, calendar/cal-julian.el, calendar/cal-move.el:
6939 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/calendar.el:
6940 * calendar/holidays.el: Replace int-to-string with number-to-string.
6941
6942 2008-04-08 Chong Yidong <cyd@stupidchicken.com>
6943
6944 * mwheel.el (mwheel-scroll): Deactivate any temporarily active
6945 region if point moves.
6946
6947 2008-04-08 Kenichi Handa <handa@m17n.org>
6948
6949 * faces.el (font-slant-table): Change numeric values for `r',
6950 `roman', and `normal'.
6951
6952 2008-04-07 Vincent Belaïche <vincent.b.1@hotmail.fr>
6953
6954 * calc/calc-vec.el (calcFunc-kron, calc-kron): New functions.
6955
6956 2008-04-07 Jay Belanger <jay.p.belanger@gmail.com>
6957
6958 * calc/calc-ext.el (calc-init-extensions): Add `calc-kron' and
6959 `calcFunc-kron' to autoloads. Add keybinding for `calc-kron'.
6960
6961 2008-04-07 Michael Albinus <michael.albinus@gmx.de>
6962
6963 * net/tramp.el (tramp-methods): Fix again tramp-copy-args of
6964 "pscp" and "psftp". Reported by Gilles Pion <gpion@lfdj.com>.
6965
6966 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6967
6968 * dired-aux.el (dired-read-shell-command): Use read-shell-command.
6969
6970 2008-04-07 Sam Steingold <sds@gnu.org>
6971
6972 * progmodes/inf-lisp.el (lisp-compile-string, lisp-eval-string):
6973 Add helper functions.
6974 (lisp-do-defun): Extract the common part of lisp-eval-defun and
6975 lisp-compile-defun; DEFVAR forms reset the variables to the init
6976 values, just like in emacs-lisp mode eval-defun.
6977 (lisp-eval-defun, lisp-compile-defun): Use lisp-do-defun.
6978 (lisp-compile-region): Use lisp-compile-string.
6979
6980 2008-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
6981
6982 * subr.el (combine-and-quote-strings): Also quote strings that contain
6983 the separator.
6984
6985 * pcvs-util.el (cvs-map): Avoid recursion :-(
6986
6987 2008-04-07 Glenn Morris <rgm@gnu.org>
6988
6989 * calendar/calendar.el (calendar-mode-map): Replace use of kbd.
6990
6991 * calendar/calendar.el (diary-view-entries-initially-flag): Rename
6992 view-diary-entries-initially. Keep old name as alias, update users.
6993 (calendar-mark-diary-entries-flag): Rename
6994 mark-diary-entries-in-calendar. Keep old name as alias, update users.
6995 (calendar-view-holidays-initially-flag): Rename
6996 view-calendar-holidays-initially. Keep old name as alias, update users.
6997 (calendar-mark-holidays-flag): Rename mark-holidays-in-calendar.
6998 Keep old name as alias, update users.
6999 (calendar-initial-window-hook): Rename initial-calendar-window-hook.
7000 Keep old name as alias, update users.
7001 (calendar-today-visible-hook): Rename today-visible-calendar-hook.
7002 Keep old name as alias, update users.
7003 (calendar-today-invisible-hook): Rename today-invisible-calendar-hook.
7004 Keep old name as alias, update users.
7005 (diary-iso-date-forms): Rename iso-date-diary-pattern. Update users.
7006 (diary-american-date-forms): Rename american-date-diary-pattern.
7007 Keep old name as alias, update users.
7008 (diary-european-date-forms): Rename european-date-diary-pattern.
7009 Keep old name as alias, update users.
7010 (calendar-iso-date-display-form): Rename iso-calendar-display-form.
7011 Keep old name as alias, update users.
7012 (calendar-european-date-display-form): Rename
7013 european-calendar-display-form. Keep old name as alias, update users.
7014 (calendar-american-date-display-form): Rename
7015 european-calendar-display-form. Keep old name as alias, update users.
7016 (diary-show-holidays-flag): Rename holidays-in-diary-buffer.
7017 Keep old name as alias, update users.
7018 (holiday-general-holidays): Rename general-holidays.
7019 Keep old name as alias, update users.
7020 (holiday-oriental-holidays): Rename oriental-holidays.
7021 Keep old name as alias, update users.
7022 (holiday-local-holidays): Rename local-holidays.
7023 Keep old name as alias, update users.
7024 (holiday-other-holidays): Rename other-holidays.
7025 Keep old name as alias, update users.
7026 (holiday-hebrew-holidays): Rename hebrew-holidays.
7027 Keep old name as alias, update users.
7028 (holiday-christian-holidays): Rename christian-holidays.
7029 Keep old name as alias, update users.
7030 (holiday-islamic-holidays): Rename islamic-holidays.
7031 Keep old name as alias, update users.
7032 (holiday-bahai-holidays): Rename bahai-holidays.
7033 Keep old name as alias, update users.
7034 (holiday-solar-holidays): Rename solar-holidays.
7035 Keep old name as alias, update users.
7036 (diary-fancy-buffer): Rename fancy-diary-buffer.
7037 Keep old name as alias, update users.
7038 (calendar-other-calendars-buffer): Rename other-calendars-buffer.
7039 Update users.
7040 (calendar-hebrew-yahrzeit-buffer): Rename cal-hebrew-yahrzeit-buffer.
7041 Update users.
7042 (calendar-increment-month): Rename increment-calendar-month.
7043 Keep old name as alias, update callers.
7044 (calendar-increment-month-cons): Rename old calendar-increment-month.
7045 Update callers.
7046 (calendar-extract-month): Rename extract-calendar-month.
7047 Keep old name as alias, update callers.
7048 (calendar-extract-day): Rename extract-calendar-day.
7049 Keep old name as alias, update callers.
7050 (calendar-extract-year): Rename extract-calendar-year.
7051 Keep old name as alias, update callers.
7052 (calendar-generate-window): Rename generate-calendar-window.
7053 Update callers.
7054 (calendar-generate): Rename generate-calendar. Update callers.
7055 (calendar-generate-month): Rename generate-calendar-month.
7056 Update callers.
7057 (calendar-redraw): Rename redraw-calendar. Update callers.
7058 (calendar-describe-mode): Rename describe-calendar-mode. Update uses.
7059 (calendar-mouse-other-month): Rename mouse-calendar-other-month.
7060 Update callers.
7061 (calendar-update-mode-line): Rename update-calendar-mode-line.
7062 Update callers.
7063 (calendar-exit): Rename exit-calendar. Keep old name as alias,
7064 update callers.
7065 (calendar-mark-visible-date): Rename mark-visible-calendar-date.
7066 Keep old name as alias, update callers.
7067 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
7068 * calendar/cal-dst.el, calendar/cal-french.el, calendar/cal-hebrew.el:
7069 * calendar/cal-html.el, calendar/cal-islam.el, calendar/cal-iso.el:
7070 * calendar/cal-julian.el, calendar/cal-menu.el, calendar/cal-move.el:
7071 * calendar/cal-persia.el, calendar/cal-tex.el, calendar/cal-x.el:
7072 * calendar/diary-lib.el, calendar/holidays.el, calendar/lunar.el:
7073 * calendar/solar.el: Update for calendar.el name changes.
7074 * org/org.el (org-agenda-format-date-aligned)
7075 (org-agenda-execute-calendar-command): Access date elements directly
7076 rather than using calendar functions.
7077 (org-read-date, org-goto-calendar, org-agenda-goto-calendar):
7078 Also set calendar-view-diary-initially-flag,
7079 calendar-view-holidays-initially-flag.
7080 (org-get-entries-from-diary): Also set diary-fancy-buffer.
7081 (org-agenda-execute-calendar-command): No need to set displayed-day.
7082
7083 2008-04-06 Alan Mackenzie <acm@muc.de>
7084
7085 * progmodes/cc-langs.el (c-before-font-lock-function): Correct a
7086 typo in the doc string.
7087
7088 * progmodes/cc-mode.el (c-basic-common-init):
7089 Set font-lock-extend-after-change-region-function.
7090 (c-extend-after-change-region): New function, used in
7091 font-lock-extend-after-change-region-function, thus superseding
7092 advice on the Font Lock after change functions.
7093 (c-advise-fl-for-region): Remove this macro.
7094
7095 2008-04-06 Reiner Steib <Reiner.Steib@gmx.de>
7096
7097 * textmodes/flyspell.el (flyspell-duplicate-distance):
7098 Improve custom type.
7099
7100 2008-04-06 Glenn Morris <rgm@gnu.org>
7101
7102 * calendar/diary-lib.el (diary-sexp-entry-symbol):
7103 Rename sexp-diary-entry-symbol. Keep old name as alias, update users.
7104 (diary-list-entries-hook): Rename list-diary-entries-hook.
7105 Keep old name as alias, update users.
7106 (diary-mark-entries-hook): Rename mark-diary-entries-hook.
7107 Keep old name as alias, update users.
7108 (diary-nongregorian-listing-hook): Rename
7109 nongregorian-diary-listing-hook. Keep old name as alias, update users.
7110 (diary-nongregorian-marking-hook): Rename
7111 nongregorian-diary-marking-hook. Keep old name as alias, update users.
7112 (diary-print-entries-hook): Rename print-diary-entries-hook.
7113 Keep old name as alias, update users.
7114 (diary-abbreviated-year-flag): Rename abbreviated-calendar-year.
7115 Keep old name as alias, update users.
7116 (diary-number-of-entries): Rename number-of-diary-entries.
7117 Keep old name as alias, update users.
7118 (view-diary-entries, list-diary-entries, show-all-diary-entries):
7119 Give version of obsolescence.
7120 (diary-view-other-diary-entries): Rename view-other-diary-entries.
7121 Keep old name as alias, update callers.
7122 (diary-add-to-list): Rename add-to-diary-list. Keep old name as alias,
7123 update callers.
7124 (diary-include-other-diary-files): Rename include-other-diary-files.
7125 Keep old name as alias, update callers.
7126 (diary-simple-display): Rename simple-diary-display.
7127 Keep old name as alias, update callers.
7128 (diary-fancy-display): Rename fancy-diary-display.
7129 Keep old name as alias, update callers.
7130 (diary-print-entries): Rename print-diary-entries.
7131 Keep old name as alias, update callers.
7132 (diary-marking-entries-flag): Rename marking-diary-entries.
7133 Update users.
7134 (diary-marking-entry-flag): Rename marking-diary-entry. Update users.
7135 (diary-mark-entries): Rename mark-diary-entries.
7136 Keep old name as alias, update callers.
7137 (diary-mark-sexp-entries): Rename mark-sexp-diary-entries.
7138 Keep old name as alias, update callers.
7139 (diary-mark-included-diary-files): Rename mark-included-diary-files.
7140 Keep old name as alias, update callers.
7141 (calendar-mark-days-named): Rename mark-calendar-days-named.
7142 Keep old name as alias, update callers.
7143 (calendar-mark-month): Rename mark-calendar-month.
7144 Keep old name as alias, update callers.
7145 (calendar-mark-date-pattern): Rename mark-calendar-date-pattern.
7146 Keep old name as alias, update callers.
7147 (diary-sort-entries): Rename sort-diary-entries.
7148 Keep old name as alias, update callers.
7149 (diary-list-sexp-entries): Rename list-sexp-diary-entries.
7150 Keep old name as alias, update callers.
7151 (diary-make-entry): Rename make-diary-entry. Keep old name as alias,
7152 update callers.
7153 (diary-insert-entry): Rename insert-diary-entry.
7154 Keep old name as alias.
7155 (diary-insert-weekly-entry): Rename insert-weekly-diary-entry.
7156 Keep old name as alias.
7157 (diary-insert-monthly-entry): Rename insert-monthly-diary-entry.
7158 Keep old name as alias.
7159 (diary-insert-yearly-entry): Rename insert-yearly-diary-entry.
7160 Keep old name as alias.
7161 (diary-insert-anniversary-entry): Rename insert-anniversary-diary-entry.
7162 Keep old name as alias.
7163 (diary-insert-block-entry): Rename insert-block-diary-entry.
7164 Keep old name as alias.
7165 (diary-insert-cyclic-entry): Rename insert-cyclic-diary-entry.
7166 Keep old name as alias.
7167 (diary-fancy-font-lock-keywords): Rename fancy-diary-font-lock-keywords.
7168 Keep old name as alias, update users.
7169 (diary-fancy-display-mode): Rename fancy-diary-display-mode.
7170 Keep old name as alias, update callers.
7171 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
7172 * calendar/cal-menu.el, calendar/cal-x.el, calendar/calendar.el:
7173 * calendar/icalendar.el: Update for diary-lib name changes.
7174
7175 2008-04-06 Chong Yidong <cyd@stupidchicken.com>
7176
7177 * dired-aux.el (dired-overwrite-confirmed): Revert last change.
7178
7179 * dired.el (dired-dnd-handle-local-file): Obey dired-backup-overwrite
7180 for copy, move, and link operations.
7181
7182 2008-04-06 Michael Kifer <kifer@cs.stonybrook.edu>
7183
7184 * emulation/viper-init.el, emulation/viper-ex.el, emulation/viper-cmd.el
7185 (viper-search-wrap-around-t): Replace with viper-search-wrap-around.
7186
7187 * ediff-util.el, ediff-vers.el, ediff-wind.el: Replace 3-argument
7188 'require' statements with 1-argument ones (wrapped in if's).
7189 For compatibility with the current stable version of XEmacs.
7190
7191 2008-04-06 Dan Nicolaescu <dann@ics.uci.edu>
7192
7193 * vc.el (vc-status-prepare-status-buffer): Reset vc-parent-buffer-name.
7194
7195 2008-04-06 Jason Rumney <jasonr@gnu.org>
7196
7197 * language/burmese.el ("Burmese"): Make sample text consistent with
7198 language name.
7199
7200 2008-04-06 Nick Roberts <nickrob@snap.net.nz>
7201
7202 * progmodes/gdb-ui.el (gdb): New group.
7203 (gdb-debug-log-max, gdb-enable-debug)
7204 (gdb-cpp-define-alist-program, gdb-cpp-define-alist-flags)
7205 (gdb-show-main, gdb-many-windows, gdb-use-separate-io-buffer)
7206 (gdb-speedbar-auto-raise, gdb-use-colon-colon-notation)
7207 (gdb-show-changed-values, gdb-max-children)
7208 (gdb-delete-out-of-scope, gdb-same-frame, gdb-find-source-frame)
7209 (breakpoint-enabled, breakpoint-disabled, gdb-max-frames)
7210 (gdb-all-registers, gdb-memory-repeat-count, gdb-memory-format)
7211 (gdb-memory-unit): Move to new group from GUD group.
7212 (menu): Allow customization from GDB-UI menu-item.
7213
7214 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
7215
7216 * dired-aux.el (dired-overwrite-confirmed): Supply initial value.
7217
7218 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7219
7220 * vc-bzr.el (vc-bzr-log-view-mode, vc-bzr-annotate-command)
7221 (vc-bzr-annotate-time, vc-bzr-annotate-extract-revision-at-line):
7222 Revision numbers can include ".".
7223
7224 * diff-mode.el (diff-end-of-hunk): Be careful not to overlook trailing
7225 "+" lines not accounted for by counting "-" and context lines.
7226
7227 2008-04-05 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7228
7229 * term/mac-win.el (mac-service-open-file): Use file URL instead of
7230 file name string.
7231
7232 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7233
7234 * vc-bzr.el (vc-bzr-annotate-command): Preserve line alignment.
7235 (vc-bzr-annotate-time): Accept space used to preserve alignment.
7236
7237 2008-04-05 Richard Stallman <rms@gnu.org>
7238
7239 * emacs-lisp/advice.el (defadvice): Add usage pattern.
7240
7241 2008-04-05 Nick Roberts <nickrob@snap.net.nz>
7242
7243 * progmodes/gdb-ui.el: Add advice about using Cygwin GDB (from a
7244 thread in [h-e-w]).
7245
7246 2008-04-05 Juanma Barranquero <lekktu@gmail.com>
7247
7248 * files.el (abort-if-file-too-large): Fix typo in docstring.
7249
7250 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7251
7252 * subr.el (functionp): Return nil for special forms.
7253
7254 2008-04-05 Glenn Morris <rgm@gnu.org>
7255
7256 * emacs-lisp/autoload.el (autoload-ensure-default-file):
7257 Provide a feature.
7258 * calendar/calendar.el, calendar/diary-lib.el, calendar/holidays.el:
7259 Require loaddef file rather than loading it.
7260 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Simplify rule now that
7261 autoload-ensure-default-file provides a feature.
7262
7263 * Makefile.in (LOADDEFS): Add mh-loaddefs.el.
7264 (AUTOGENEL): mh-loaddefs is in $LOADDEFS now.
7265 (compile, compile-always, recompile): Use $LOADDEFS.
7266 (cal-autoloads): Remove.
7267
7268 * calendar/cal-x.el (calendar-dedicate-diary): Use get-buffer rather
7269 than buffer-live-p. Reported by David Koppelman <koppel@ece.lsu.edu>.
7270
7271 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
7272 (hebrew-holidays-3, hebrew-holidays-4): Don't autoload obsolescence.
7273
7274 * calendar/calendar.el (diary-hebrew-entry-symbol):
7275 Rename hebrew-diary-entry-symbol. Keep old name as alias.
7276 (diary-islamic-entry-symbol): Rename islamic-diary-entry-symbol.
7277 Keep old name as alias.
7278 (diary-bahai-entry-symbol): Rename bahai-diary-entry-symbol.
7279 Keep old name as alias.
7280 * calendar/cal-bahai.el: Update for rename bahai-diary-entry-symbol
7281 to diary-bahai-entry-symbol.
7282 * calendar/cal-hebrew.el: Update for rename hebrew-diary-entry-symbol
7283 to diary-hebrew-entry-symbol.
7284 * calendar/cal-islam.el: Update for rename islamic-diary-entry-symbol
7285 to diary-islamic-entry-symbol.
7286 * calendar/diary-lib.el: Update for diary-entry-symbol renames.
7287
7288 * calendar/solar.el (diary-sabbath-candles-minutes)
7289 (diary-sabbath-candles): Move to cal-hebrew.
7290 * calendar/cal-hebrew.el (diary-hebrew-sabbath-candles-minutes)
7291 (diary-hebrew-sabbath-candles): Move here from solar.el and rename.
7292 Doc fix. Keep old name as alias.
7293 (diary-hebrew-sabbath-candles): Simplify.
7294 (solar-setup, solar-sunrise-sunset, calendar-latitude)
7295 (calendar-longitude, calendar-time-zone): Declare for compiler.
7296 * calendar/diary-lib.el (list-sexp-diary-entries): Update doc for
7297 rename.
7298
7299 * calendar/cal-coptic.el (calendar-coptic-month-name-array):
7300 Rename coptic-calendar-month-name-array. Update callers.
7301 (calendar-coptic-epoch): Rename coptic-calendar-epoch. Update callers.
7302 (calendar-coptic-name): Rename coptic-name. Update callers.
7303 (calendar-coptic-leap-year-p): Rename coptic-calendar-leap-year-p.
7304 Update callers.
7305 (calendar-coptic-last-day-of-month):
7306 Rename coptic-calendar-last-day-of-month. Update callers.
7307 (calendar-coptic-to-absolute): Rename calendar-absolute-from-coptic.
7308 Keep old name as alias, update callers.
7309 (calendar-coptic-print-date): Rename calendar-print-coptic-date.
7310 Keep old name as alias, update callers.
7311 (calendar-coptic-goto-date): Rename calendar-goto-coptic-date.
7312 Keep old name as alias.
7313 (calendar-ethiopic-month-name-array):
7314 Rename ethiopic-calendar-month-name-array. Update callers.
7315 (calendar-ethiopic-epoch): Rename ethiopic-calendar-epoch.
7316 Update callers.
7317 (calendar-ethiopic-name): Rename ethiopic-name. Update callers.
7318 (calendar-ethiopic-to-absolute): Rename calendar-absolute-from-ethiopic.
7319 Keep old name as alias, update callers.
7320 (calendar-ethiopic-print-date): Rename calendar-print-ethiopic-date.
7321 Keep old name as alias, update callers.
7322 (calendar-ethiopic-goto-date): Rename calendar-goto-ethiopic-date.
7323 Keep old name as alias.
7324
7325 * calendar/cal-french.el (calendar-french-epoch):
7326 Rename french-calendar-epoch. Update callers.
7327 (calendar-french-month-name-array): Rename variable and function
7328 french-calendar-month-name-array. Update callers.
7329 (calendar-french-multibyte-month-name-array):
7330 Rename french-calendar-multibyte-month-name-array. Update callers.
7331 (calendar-french-day-name-array): Rename variable and function
7332 french-calendar-day-name-array. Update callers.
7333 (calendar-french-special-days-array): Rename variable and function
7334 french-calendar-special-days-array. Update callers.
7335 (calendar-french-multibyte-special-days-array):
7336 Rename french-calendar-multibyte-special-days-array. Update callers.
7337 (calendar-french-accents-p): Rename french-calendar-accents.
7338 Update callers.
7339 (calendar-french-leap-year-p): Rename french-calendar-leap-year-p.
7340 Update callers.
7341 (calendar-french-last-day-of-month):
7342 Rename french-calendar-last-day-of-month. Update callers.
7343 (calendar-french-to-absolute): Rename calendar-absolute-from-french.
7344 Keep old name as alias, update callers.
7345 (calendar-french-print-date): Rename calendar-print-french-date.
7346 Keep old name as alias, update callers.
7347 (calendar-french-goto-date): Rename calendar-goto-french-date.
7348 Keep old name as alias.
7349
7350 * calendar/cal-menu.el, calendar/calendar.el:
7351 Update for Coptic and French name changes.
7352
7353 * calendar/cal-china.el (calendar-chinese): Rename custom group
7354 from chinese-calendar. Update users.
7355 (calendar-chinese-time-zone): Rename chinese-calendar-time-zone.
7356 Keep old name as alias, update users.
7357 (calendar-chinese-location-name): Rename chinese-calendar-location-name.
7358 Keep old name as alias.
7359 (calendar-chinese-daylight-time-offset):
7360 Rename chinese-calendar-daylight-time-offset. Keep old name as alias,
7361 update users.
7362 (calendar-chinese-standard-time-zone-name):
7363 Rename chinese-calendar-standard-time-zone-name.
7364 Keep old name as alias, update users.
7365 (calendar-chinese-daylight-saving-start):
7366 Rename chinese-calendar-daylight-savings-starts.
7367 Keep old name as alias, update users.
7368 (calendar-chinese-daylight-saving-end):
7369 Rename chinese-calendar-daylight-savings-ends. Keep old name as alias,
7370 update users.
7371 (calendar-chinese-daylight-saving-start-time):
7372 Rename chinese-calendar-daylight-savings-starts-time.
7373 Keep old name as alias, update users.
7374 (calendar-chinese-daylight-saving-end-time):
7375 Rename chinese-calendar-daylight-savings-ends-time.
7376 Keep old name as alias, update users.
7377 (calendar-chinese-celestial-stem): Rename
7378 calendar-chinese-celestial-stem. Keep old name as alias, update users.
7379 (calendar-chinese-terrestrial-branch):
7380 Rename calendar-chinese-terrestrial-branch. Keep old name as alias,
7381 update users.
7382 (calendar-chinese-zodiac-sign-on-or-after):
7383 Rename chinese-zodiac-sign-on-or-after. Update callers.
7384 (calendar-chinese-new-moon-on-or-after):
7385 Rename chinese-new-moon-on-or-after. Update callers.
7386 (calendar-chinese-month-list): Rename chinese-month-list.
7387 Update callers.
7388 (calendar-chinese-number-months): Rename number-chinese-months.
7389 Update callers.
7390 (calendar-chinese-compute-year): Rename compute-chinese-year.
7391 Update callers.
7392 (calendar-chinese-year-cache): Rename chinese-year-cache. Update users.
7393 (calendar-chinese-year): Rename chinese-year. Update callers.
7394 (calendar-chinese-year-cache-init): Rename chinese-year-cache-init.
7395 (calendar-chinese-to-absolute): Rename calendar-absolute-from-chinese.
7396 Keep old name as alias, update callers.
7397 (calendar-chinese-print-date): Rename calendar-print-chinese-date.
7398 Keep old name as alias, update callers.
7399 (calendar-chinese-months-to-alist):
7400 Rename make-chinese-month-assoc-list. Update callers.
7401 (calendar-chinese-months): Rename chinese-months. Update callers.
7402 (calendar-chinese-goto-date): Rename calendar-goto-chinese-date.
7403 Keep old name as alias, update callers.
7404
7405 * calendar/cal-hebrew.el (calendar-hebrew-leap-year-p):
7406 Rename hebrew-calendar-leap-year-p. Update callers.
7407 (calendar-hebrew-last-month-of-year):
7408 Rename hebrew-calendar-last-month-of-year. Update callers.
7409 (calendar-hebrew-elapsed-days): Rename hebrew-calendar-elapsed-days.
7410 Update callers.
7411 (calendar-hebrew-days-in-year): Rename hebrew-calendar-days-in-year.
7412 Update callers.
7413 (calendar-hebrew-long-heshvan-p): Rename hebrew-calendar-long-heshvan-p.
7414 Update callers.
7415 (calendar-hebrew-short-kislev-p): Rename hebrew-calendar-short-kislev-p.
7416 Update callers.
7417 (calendar-hebrew-last-day-of-month):
7418 Rename hebrew-calendar-last-day-of-month. Update callers.
7419 (calendar-hebrew-to-absolute): Rename calendar-absolute-from-hebrew.
7420 Keep old name as alias, update callers.
7421 (calendar-hebrew-print-date): Rename calendar-print-hebrew-date.
7422 Keep old name as alias, update callers.
7423 (calendar-hebrew-yahrzeit): Rename hebrew-calendar-yahrzeit.
7424 Keep old name as alias, update callers.
7425 (calendar-hebrew-goto-date): Rename calendar-goto-hebrew-date.
7426 Keep old name as alias.
7427 (holiday-hebrew-rosh-hashanah): Rename holiday-rosh-hashanah-etc.
7428 Keep old name as alias.
7429 (holiday-hebrew-hanukkah): Rename holiday-hanukkah.
7430 Keep old name as alias.
7431 (holiday-hebrew-passover): Rename holiday-passover-etc.
7432 Keep old name as alias.
7433 (holiday-hebrew-tisha-b-av): Rename holiday-tisha-b-av-etc.
7434 Keep old name as alias, update callers.
7435 (diary-hebrew-list-entries): Rename list-hebrew-diary-entries.
7436 Keep old name as alias.
7437 (calendar-hebrew-mark-date-pattern):
7438 Rename mark-hebrew-calendar-date-pattern. Keep old name as alias,
7439 update callers.
7440 (diary-hebrew-mark-entries): Rename mark-hebrew-diary-entries.
7441 Keep old name as alias.
7442 (diary-hebrew-insert-entry): Rename insert-hebrew-diary-entry.
7443 Keep old name as alias.
7444 (diary-hebrew-insert-monthly-entry):
7445 Rename insert-monthly-hebrew-diary-entry. Keep old name as alias.
7446 (diary-hebrew-insert-yearly-entry):
7447 Rename insert-yearly-hebrew-diary-entry. Keep old name as alias.
7448 (calender-hebrew-list-yahrzeits): Rename list-yahrzeit-dates.
7449 Keep old name as alias.
7450 (diary-hebrew-omer): Rename diary-omer. Keep old name as alias.
7451 (diary-hebrew-yahrzeit): Rename diary-yahrzeit. Keep old name as alias.
7452 (diary-hebrew-rosh-hodesh): Rename diary-rosh-hodesh.
7453 Keep old name as alias.
7454 (calendar-hebrew-parashiot-names):
7455 Rename hebrew-calendar-parashiot-names. Update callers.
7456 (calendar-hebrew-parasha-name): Rename hebrew-calendar-parasha-name.
7457 (calendar-hebrew-year-Saturday-incomplete-Sunday):
7458 Rename hebrew-calendar-year-Saturday-incomplete-Sunday.
7459 (calendar-hebrew-year-Saturday-complete-Tuesday):
7460 Rename hebrew-calendar-year-Saturday-complete-Tuesday.
7461 (calendar-hebrew-year-Monday-incomplete-Tuesday):
7462 Rename hebrew-calendar-year-Monday-incomplete-Tuesday.
7463 (calendar-hebrew-year-Monday-complete-Thursday):
7464 Rename hebrew-calendar-year-Monday-complete-Thursday.
7465 (calendar-hebrew-year-Tuesday-regular-Thursday):
7466 Rename hebrew-calendar-year-Tuesday-regular-Thursday.
7467 (calendar-hebrew-year-Thursday-regular-Saturday):
7468 Rename hebrew-calendar-year-Thursday-regular-Saturday.
7469 (calendar-hebrew-year-Thursday-complete-Sunday):
7470 Rename hebrew-calendar-year-Thursday-complete-Sunday.
7471 (calendar-hebrew-year-Saturday-incomplete-Tuesday):
7472 Rename hebrew-calendar-year-Saturday-incomplete-Tuesday.
7473 (calendar-hebrew-year-Saturday-complete-Thursday):
7474 Rename hebrew-calendar-year-Saturday-complete-Thursday.
7475 (calendar-hebrew-year-Monday-incomplete-Thursday):
7476 Rename hebrew-calendar-year-Monday-incomplete-Thursday.
7477 (calendar-hebrew-year-Monday-complete-Saturday):
7478 Rename hebrew-calendar-year-Monday-complete-Saturday.
7479 (calendar-hebrew-year-Tuesday-regular-Saturday):
7480 Rename hebrew-calendar-year-Tuesday-regular-Saturday.
7481 (calendar-hebrew-year-Thursday-incomplete-Sunday):
7482 Rename hebrew-calendar-year-Thursday-incomplete-Sunday.
7483 (calendar-hebrew-year-Thursday-complete-Tuesday):
7484 Rename hebrew-calendar-year-Thursday-complete-Tuesday.
7485 (diary-hebrew-parasha): Rename diary-parasha. Keep old name as alias.
7486 Update for above name changes of constants.
7487
7488 * calendar/cal-menu.el, calendar/calendar.el:
7489 Update for chinese and hebrew name changes.
7490 * calendar/diary-lib.el: Update for hebrew name changes.
7491
7492 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7493
7494 * subr.el (keymap-canonicalize): Correct thinko.
7495
7496 * server.el: Undo part of the multi-tty change, which is only
7497 needed if server.el is preloaded, and broke server-running-p.
7498 (server-socket-dir): Initialize in the defvar, as before.
7499 (server-start): Remove initialization of server-socket-dir.
7500
7501 2008-04-05 Eli Zaretskii <eliz@gnu.org>
7502
7503 * ls-lisp.el (ls-lisp-format): Support inodes that are 2- or
7504 3-member cons cells.
7505
7506 2008-04-05 Chong Yidong <cyd@stupidchicken.com>
7507
7508 * cus-face.el (custom-face-attributes): Handle roman slant.
7509
7510 * faces.el (default): Ensure the face-defface-spec property is set.
7511
7512 2008-04-05 Adrian Robert <Adrian.B.Robert@gmail.com>
7513
7514 * files.el (abort-if-file-too-large): New function.
7515 (find-file-noselect, insert-file-1): Use it.
7516
7517 2008-04-05 Reto Zimmermann <reto@gnu.org>
7518
7519 * progmodes/vhdl-mode.el (vhdl-mode-map-init):
7520 Replace C-c[a-zA-Z] key bindings.
7521
7522 2008-04-05 Stefan Monnier <monnier@iro.umontreal.ca>
7523
7524 * progmodes/hideif.el (hif-token-alist): New var.
7525 (hif-token-regexp, hif-tokenize): Use it.
7526 (hif-mathify-binop): New macro.
7527 (hif-plus, hif-minus, hif-notequal, hif-greater, hif-less)
7528 (hif-greater-equal, hif-less-equal): Use it.
7529 (hif-logior, hif-logand): New functions.
7530 (hif-math): Accept | and & as well.
7531
7532 * progmodes/etags.el: Fix problem with completion for buffer-local
7533 tables. Reported by Radey Shouman <shouman@comcast.net>.
7534 (tags-complete-tag): Remove.
7535 (tags-lazy-completion-table): New function to replace it.
7536 (find-tag-tag, complete-tag): Update users.
7537
7538 2008-04-04 Dan Nicolaescu <dann@ics.uci.edu>
7539
7540 * vc-rcs.el (vc-rcs-dir-status):
7541 * vc-sccs.el (vc-sccs-dir-status): New function.
7542
7543 * outline.el (outline-mode-menu-bar-map):
7544 * term.el (terminal-signal-menu): Add :help.
7545
7546 * net/eudc.el (eudc-mode-map): Declare and define in one step.
7547 (eudc-tail-menu, eudc-server-menu, eudc-tools-menu): Add :help.
7548
7549 * emacs-lisp/re-builder.el (reb-mode-map):
7550 * textmodes/nroff-mode.el (nroff-mode-map): Add menus.
7551
7552 * diff-mode.el (diff-file-junk-re): Recognize the git format for
7553 new files, deleted files and for changing permissions.
7554 (diff-mode): Set beginning-of-defun-function and
7555 end-of-defun-function.
7556
7557 * vc-bzr.el (vc-bzr-state): Use when instead of if.
7558
7559 * vc.el (vc-default-status-fileinfo-extra): New function.
7560 (vc-status-mark-buffer-changed): Use it.
7561 (vc-update-vc-status-buffer): Allow for partial updates.
7562
7563 2008-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
7564
7565 * net/tramp.el (after-init-hook): Don't wrap a lambda around
7566 tramp-register-completion-file-name-handler.
7567
7568 * subr.el (keymap-canonicalize): New function.
7569 * mouse.el (mouse-menu-non-singleton): Use it.
7570 (mouse-major-mode-menu): Remove hack made unnecessary.
7571
7572 * simple.el (set-fill-column): Prompt rather than error by default.
7573
7574 2008-04-04 Andreas Schwab <schwab@suse.de>
7575
7576 * calendar/cal-dst.el (calendar-time-zone-daylight-rules):
7577 Reset new-rules after each round.
7578
7579 * Makefile.in (cal-autoloads): New target.
7580 (compile, compile-always, recompile): Depend on it.
7581 ($(lisp)/calendar/cal-loaddefs.el)
7582 ($(lisp)/calendar/diary-loaddefs.el)
7583 ($(lisp)/calendar/hol-loaddefs.el): Depend on calendar/*.el.
7584
7585 2008-04-04 Michael Kifer <kifer@cs.stonybrook.edu>
7586
7587 * ediff*.el: Replace load with require in eval-when-compile.
7588
7589 * ediff-hook.el: Delete all invocations of (autoload ...).
7590
7591 * ediff-util.el (ediff-setup): Make window-min-height a local variable
7592 in ediff control window, and set its min height to 2.
7593 (ediff-setup-control-buffer): Dedicate the control window.
7594 (ediff-toggle-multiframe): Undedicate control window.
7595 Work directly with ediff-setup-windows-multiframe and
7596 ediff-setup-windows-plain.
7597
7598 * ediff-wind.el (ediff-choose-window-setup-function-automatically):
7599 New function.
7600 (ediff-window-setup-function): Change initialization.
7601 (ediff-setup-windows-automatic): Delete.
7602 (ediff-setup-windows-plain-merge): Make control window dedicated.
7603 (ediff-destroy-control-frame): Do not skip frames if working in a
7604 single frame.
7605
7606 * emulation/viper-ex.el: Move provide's forward, prevent recursion in
7607 eval-when-compile.
7608
7609 * emulation/viper-util.el: Move provide's forward, prevent recursion in
7610 eval-when-compile.
7611
7612 2008-04-04 Glenn Morris <rgm@gnu.org>
7613
7614 * calendar/cal-bahai.el (calendar-bahai-to-absolute): Rename
7615 calendar-absolute-from-bahai. Update callers, keep old name as alias.
7616
7617 * calendar/cal-islam.el (calendar-islamic-leap-year-p):
7618 Rename islamic-calendar-leap-year-p. Update callers.
7619 (calendar-islamic-last-day-of-month):
7620 Rename islamic-calendar-last-day-of-month. Update callers.
7621 (calendar-islamic-day-number):
7622 Rename islamic-calendar-day-number. Update callers.
7623 (calendar-islamic-to-absolute): Rename calendar-absolute-from-islamic.
7624 Update callers, keep old name as alias.
7625 (calendar-islamic-print-date): Rename calendar-print-islamic-date.
7626 Update callers, keep old name as alias.
7627 (calendar-islamic-goto-date): Rename calendar-goto-islamic-date.
7628 Keep old name as alias.
7629 (diary-islamic-list-entries): Rename list-islamic-diary-entries.
7630 Update callers, keep old name as alias.
7631 (calendar-islamic-mark-date-pattern):
7632 Rename mark-islamic-calendar-date-pattern. Update callers, keep old
7633 name as alias.
7634 (diary-islamic-insert-entry): Rename insert-islamic-diary-entry.
7635 Keep old name as alias.
7636 (diary-islamic-insert-monthly-entry):
7637 Rename insert-monthly-islamic-diary-entry. Keep old name as alias.
7638 (diary-islamic-insert-yearly-entry):
7639 Rename insert-yearly-islamic-diary-entry. Keep old name as alias.
7640
7641 * calendar/cal-iso.el (calendar-iso-to-absolute): Rename
7642 calendar-absolute-from-iso. Update callers, keep old name as alias.
7643 (calendar-iso-print-date): Rename calendar-print-iso-date.
7644 Update callers, keep old name as alias.
7645 (calendar-iso-goto-date): Rename calendar-goto-iso-date.
7646 Keep old name as alias.
7647 (calendar-iso-goto-week): Rename calendar-goto-iso-week.
7648 Keep old name as alias.
7649
7650 * calendar/cal-julian.el (calendar-julian-to-absolute): Rename
7651 calendar-absolute-from-julian. Update callers, keep old name as alias.
7652 (calendar-julian-print-date): Rename calendar-print-julian-date.
7653 Update callers, keep old name as alias.
7654 (calendar-julian-goto-date): Rename calendar-goto-julian-date.
7655 Update callers, keep old name as alias.
7656 (calendar-astro-to-absolute): Rename calendar-absolute-from-astro.
7657 Update callers, keep old name as alias.
7658 (calendar-astro-print-day-number):
7659 Rename calendar-print-astro-day-number. Update callers, keep old
7660 name as alias.
7661 (calendar-astro-goto-day-number): Rename calendar-goto-astro-day-number.
7662 Update callers, keep old name as alias.
7663
7664 * calendar/cal-mayan.el (calendar-mayan-string-from-long-count):
7665 Rename calendar-string-to-mayan-long-count. Update callers.
7666 (calendar-mayan-print-date): Rename calendar-print-mayan-date.
7667 Update callers, keep old name as alias.
7668 (calendar-mayan-read-haab-date): Rename calendar-read-mayan-haab-date.
7669 Update callers.
7670 (calendar-mayan-read-tzolkin-date):
7671 Rename calendar-read-mayan-tzolkin-date. Update callers.
7672 (calendar-mayan-next-haab-date): Rename calendar-next-haab-date.
7673 Keep old name as alias.
7674 (calendar-mayan-previous-haab-date): Rename calendar-previous-haab-date.
7675 Keep old name as alias.
7676 (calendar-mayan-next-tzolkin-date): Rename calendar-next-tzolkin-date.
7677 Keep old name as alias.
7678 (calendar-mayan-previous-tzolkin-date):
7679 Rename calendar-previous-tzolkin-date. Keep old name as alias.
7680 (calendar-mayan-next-round-date):
7681 Rename calendar-next-calendar-round-date. Keep old name as alias.
7682 (calendar-mayan-previous-round-date):
7683 Rename calendar-previous-calendar-round-date. Keep old name as alias.
7684 (calendar-mayan-long-count-to-absolute): Rename
7685 calendar-absolute-from-mayan-long-count. Keep old name as alias.
7686 (calendar-mayan-goto-long-count-date):
7687 Rename calendar-goto-mayan-long-count-date. Keep old name as alias.
7688
7689 * calendar/cal-persia.el (calendar-persian-month-name-array):
7690 Rename persian-calendar-month-name-array. Update callers.
7691 (calendar-persian-epoch): Rename persian-calendar-epoch.
7692 Update callers.
7693 (calendar-persian-leap-year-p): Rename persian-calendar-leap-year-p.
7694 Update callers.
7695 (calendar-persian-last-day-of-month):
7696 Rename persian-calendar-last-day-of-month. Update callers.
7697 (calendar-persian-to-absolute): Rename calendar-absolute-from-persian.
7698 Update callers, keep old name as alias.
7699 (calendar-persian-print-date): Rename calendar-print-persian-date.
7700 Update callers, keep old name as alias.
7701 (calendar-persian-goto-date): Rename calendar-goto-persian-date.
7702 Keep old name as alias.
7703
7704 * calendar/cal-china.el, calendar/cal-coptic.el, calendar/cal-islam.el:
7705 * calendar/cal-persia.el, calendar/holidays.el, calendar/lunar.el:
7706 * calendar/solar.el: Update for cal-julian name changes.
7707
7708 * calendar/cal-dst.el: Update for persian name changes.
7709
7710 * calendar/cal-menu.el, calendar/calendar.el:
7711 Update for islamic, iso, julian, mayan, persian name changes.
7712
7713 * calendar/diary-lib.el: Update for islamic name changes.
7714
7715 * calendar/calendar.el (calendar-hebrew-all-holidays-flag):
7716 Rename all-hebrew-calendar-holidays. Update callers, keep old name
7717 as alias.
7718 (calendar-christian-all-holidays-flag):
7719 Rename all-christian-calendar-holidays. Update callers, keep old
7720 name as alias.
7721 (calendar-islamic-all-holidays-flag):
7722 Rename all-islamic-calendar-holidays. Update callers, keep old
7723 name as alias.
7724 (calendar-bahai-all-holidays-flag): Rename all-bahai-calendar-holidays.
7725 Update callers, keep old name as alias.
7726 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/holidays.el:
7727 Update for the above name changes.
7728
7729 2008-04-04 Juanma Barranquero <lekktu@gmail.com>
7730
7731 * hilit-chg.el (global-highlight-changes-mode)
7732 (highlight-changes-passive-string, highlight-changes-active-string):
7733 Mark as obsolete since 23.1, not 22.1.
7734
7735 2008-04-03 Juanma Barranquero <lekktu@gmail.com>
7736
7737 * hilit-chg.el (highlight-changes-visibility-initial-state)
7738 (hilit-chg-update, highlight-changes-mode-turn-on):
7739 Fix typos in docstrings.
7740
7741 2008-04-03 Stephen Berman <Stephen.Berman@gmx.net>
7742
7743 * newcomment.el (comment-enter-backward): Be careful to restore
7744 position changed during narrowing.
7745
7746 2008-04-03 Giuliano Procida <giuliano.procida@googlemail.com> (tiny change)
7747
7748 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
7749 Recognize `sub ($$)'.
7750
7751 2008-04-03 Richard Sharman <rsharman@pobox.com>
7752
7753 * hilit-chg.el (highlight-changes-mode): Rename from
7754 highlight-changes; no longer uses sub-modes active and passive;
7755 implemented by define-minor-mode.
7756 (highlight-changes-toggle-visibility): New function, to replace
7757 the old passive/active submodes of global-highlight-changes-mode;
7758 implemented by define-minor-mode.
7759 (global-highlight-changes-mode): Rename from global-highlight-changes;
7760 rewrite using define-globalized-minor-mode.
7761 (hilit-chg-major-mode-hook, hilit-chg-check-global)
7762 (hilit-chg-post-command-hook, hilit-chg-check-global)
7763 (hilit-chg-update-all-buffers, hilit-chg-turn-off-maybe): Remove due
7764 to use of define-globalized-minor-mode.
7765 (highlight-changes-global-initial-state): Change to be boolean.
7766 (highlight-changes-visible-string, highlight-changes-invisible-string):
7767 Rename from highlight-changes-active-string and
7768 highlight-changes-passive-string.
7769 (hilit-chg-update, hilit-chg-set): Use them.
7770 (global-highlight-changes-mode): Rename from global-highlight-changes.
7771 (hilit-chg-map-changes, hilit-chg-display-changes): Add arguments to
7772 docstring.
7773 (hilit-chg-hide-changes): Rewrite to use dolist.
7774 (hilit-chg-set-face-on-change, hilit-chg-update)
7775 (highlight-changes-rotate-faces): Use highlight-changes-visible-mode
7776 variable instead of testing highlight-changes-mode.
7777 (highlight-markup-buffers): Add require ediff-util; argument on calls
7778 to highlight-changes-mode changed.
7779 (highlight-compare-with-file): Fix problems with interactive
7780 call giving invalid default file.
7781
7782 2008-04-03 Nick Roberts <nickrob@snap.net.nz>
7783
7784 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint):
7785 Fix in disassembly buffer (regression in 22.2).
7786
7787 2008-04-03 Michael Kifer <kifer@cs.stonybrook.edu>
7788
7789 * emulation/viper-macs.el (viper-read-fast-keysequence):
7790 Use viper-read-event instead of viper-read-key.
7791
7792 * emulation/viper.el (viper-mode): Move the check for fundamental mode.
7793
7794 * emulation/viper-util.el (viper-get-saved-cursor-color-in-insert-mode)
7795 (viper-get-saved-cursor-color-in-replace-mode): Get rid of redundant
7796 let-statements.
7797
7798 * emulation/viper-ex.el, emulation/viper-macs.el:
7799 * emulation/viper-mous.el:
7800 Replace load with require in eval-when-compile.
7801
7802 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7803
7804 * files.el (auto-mode-alist): Use archive-mode for Debian packages.
7805
7806 * arc-mode.el (archive-mode-map): Obey mouse-1-click-follows-link.
7807 (archive-try-jka-compr): New function.
7808 (archive-set-buffer-as-visiting-file): Use it.
7809
7810 * tar-mode.el (tar-mode-map): Obey mouse-1-click-follows-link.
7811
7812 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
7813
7814 * simple.el (handle-shift-selection): New arg.
7815
7816 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * emacs-lisp/cl-macs.el (defsetf): Accept a lambda for the 2-arg form.
7819
7820 * vc-bzr.el (vc-bzr-previous-revision, vc-bzr-next-revision): New funs.
7821
7822 2008-04-03 Chong Yidong <cyd@stupidchicken.com>
7823
7824 * shell.el (shell-dynamic-complete-filename): New fun.
7825 (shell-dynamic-complete-functions): Use it.
7826
7827 * help-fns.el (describe-variable): Undo 2008-02-25 change.
7828
7829 2008-04-03 Kenichi Handa <handa@m17n.org>
7830
7831 * international/fontset.el (create-fontset-from-x-resource):
7832 Handle the error of X resource more gracefully.
7833
7834 * international/latin1-disp.el (latin1-display): Don't use make-char.
7835 Fix the argument to set-char-table-range.
7836 (latin1-display-identities): Don't use make-char.
7837 (latin1-display-reset): Use map-charset-chars instead of directly
7838 calling standard-display-default.
7839 (latin1-display-check-font): Don't use make-char.
7840 (latin1-display-setup): Likewise.
7841 (latin1-display-ucs-per-lynx): Likewise.
7842
7843 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7844
7845 * emacs-lisp/timer.el (timer): Define as a defstruct, so we can
7846 name the fields, to make the code clearer.
7847 Rewrite all `aset' and `aref' using the defined accessors.
7848 (timer--time): New pseudo-field.
7849 (timer-set-time, timer-set-idle-time, timer-inc-time)
7850 (timer-set-time-with-usecs, with-timeout-suspend): Use it.
7851 (timer--time-less-p): New function.
7852 (timer--activate): New function, extracted from timer-activate.
7853 (timer-activate-when-idle, timer-activate): Use it.
7854 (cancel-function-timers): Use dolist.
7855
7856 2008-04-03 Glenn Morris <rgm@gnu.org>
7857
7858 * add-log.el (c-beginning-of-defun, c-end-of-defun):
7859 Remove declarations; no longer used.
7860 (c-cpp-define-name, c-defun-name): Declare as functions.
7861
7862 * calendar/cal-bahai.el (holiday-fixed): Autoload it.
7863 (holiday-bahai-new-year, holiday-bahai-ridvan): New functions.
7864
7865 * calendar/cal-hebrew.el (holiday-rosh-hashanah-etc)
7866 (holiday-passover-etc, holiday-hanukkah): Doc fix.
7867 Add optional argument. Simplify.
7868 (holiday-tisha-b-av-etc): Use memq rather than unless.
7869 (holiday-julian): Autoload it.
7870 (holiday-hebrew-misc): New function.
7871
7872 * calendar/cal-islam.el (holiday-islamic-new-year): New function.
7873
7874 * calendar/calendar.el (hebrew-holidays-1, hebrew-holidays-2)
7875 (hebrew-holidays-3, hebrew-holidays-4): Make obsolete.
7876 (hebrew-holidays-2): Just use holiday-hanukkah now it respects
7877 all-hebrew-calendar-holidays.
7878 (hebrew-holidays, christian-holidays, islamic-holidays, bahai-holidays):
7879 Simplify using new functions.
7880 (calendar-holidays): Doc fix.
7881 (generate-calendar-window): Use bound-and-true-p.
7882
7883 * calendar/diary-lib.el (diary-mail-addr): Use bound-and-true-p.
7884
7885 * calendar/holidays.el (calendar-holiday-list): Fix previous change.
7886 (holiday-filter-visible-calendar): Doc fix. Use mapcar.
7887 (holiday-easter-etc): Fix nesting of result. Tweak holiday order.
7888 Use calendar-date-is-visible-p, not holiday-filter-visible-calendar.
7889
7890 * net/tramp.el (tramp-drop-volume-letter): Move definition before use.
7891
7892 2008-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
7893
7894 * vc-mtn.el (vc-mtn-command): Avoid localization of messages.
7895
7896 * vc-bzr.el (vc-bzr-checkout): Simplify.
7897
7898 * image-mode.el (image-mode-fit-frame): New command.
7899
7900 * simple.el (beginning-of-buffer, end-of-buffer, goto-line, undo)
7901 (copy-region-as-kill, kill-ring-save, use-region-p, mark-word)
7902 (keyboard-escape-quit): Check region-active-p i.s.o
7903 transient-mark-mode.
7904
7905 2008-04-02 Simon Josefsson <simon@josefsson.org>
7906
7907 * net/imap.el (imap-enable-exchange-bug-workaround): New variable.
7908 (imap-message-copyuid-1): Use it.
7909 (imap-message-appenduid-1): Likewise. Based on patch by Nathan
7910 J. Williams in
7911 <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
7912
7913 2008-04-02 Alan Mackenzie <acm@muc.de>
7914
7915 * progmodes/cc-cmds.el (c-defun-name, c-cpp-define-name):
7916 New optimised functions to get the name of the current defun/macro.
7917
7918 * add-log.el (add-log-current-defun): Move the functionality which
7919 gets the current function name for C like modes to cc-cmds.el,
7920 thus optimising for speed.
7921
7922 2008-04-02 Chong Yidong <cyd@stupidchicken.com>
7923
7924 * simple.el (deactivate-mark): When the mark is temporarily
7925 active, restore the original value of transient-mark-mode.
7926 (set-mark-command): First deactivate the mark if was temporarily active.
7927 (exchange-point-and-mark): Reactivate the mark if it was
7928 temporarily active.
7929 (handle-shift-selection): New fun.
7930 (transient-mark-mode): Move var documentation here from buffer.c.
7931 (next-line, previous-line, backward-word, move-end-of-line)
7932 (move-beginning-of-line, forward-to-indentation)
7933 (backward-to-indentation, back-to-indentation)
7934 (beginning-of-buffer, end-of-buffer): Add ^ interactive spec.
7935
7936 * mouse.el (mouse-set-region-1): Save the old value of
7937 transient-mark-mode.
7938 (mouse-drag-track): Ignore the now-obsolete value `identity' for
7939 transient-mark-mode.
7940
7941 * textmodes/paragraphs.el (forward-paragraph)
7942 (backward-paragraph, forward-sentence, backward-sentence): Add ^
7943 interactive spec.
7944
7945 * emulation/cua-base.el (cua-mode): Turn off shift-select-mode.
7946
7947 2008-04-02 Michael Albinus <michael.albinus@gmx.de>
7948
7949 * net/tramp.el (tramp-make-tramp-temp-file):
7950 Use `tramp-drop-volume-letter' for the local file name part.
7951
7952 2008-04-02 Dan Nicolaescu <dann@ics.uci.edu>
7953
7954 * progmodes/sh-script.el (sh-mode-map): Rename the menu. Add :help.
7955 Add menu entries corresponding to all the key bindings.
7956
7957 * emacs-lisp/debug.el (debugger-mode-map):
7958 * textmodes/conf-mode.el (conf-mode-map): Add a menu.
7959 (conf-align-assignments): Only work on the region if it is active.
7960 (conf-quote-normal): Use when instead of if. Remove redundant test.
7961
7962 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
7963 for tracing and re-builder.
7964
7965 2008-04-02 Glenn Morris <rgm@gnu.org>
7966
7967 * calendar/appt.el (appt-disp-window-function): Doc fix.
7968 (appt-display-message): Move beep before display.
7969 (appt-check): Make interactive. Reduce the number of lets.
7970 Use string-equal to compare mode-line strings.
7971 (appt-disp-window): Pluralize "minute" as needed. Make appt buffer
7972 read-only.
7973 (appt-select-lowest-window, appt-make-list): Reduce the number of lets.
7974 (appt-delete): Simplify.
7975
7976 * calendar/cal-china.el (holiday-chinese-new-year): Use a single let.
7977
7978 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
7979
7980 * calendar/cal-hebrew.el (list-yahrzeit-dates):
7981 * calendar/cal-tex.el (cal-tex-insert-blank-days-at-end)
7982 (cal-tex-last-blank-p, cal-tex-daily-page): Expand calendar-for-loops.
7983
7984 * calendar/calendar.el (diary-entry-marker, calendar-today-marker)
7985 (calendar-holiday-marker, mark-visible-calendar-date):
7986 * calendar/diary-lib.el (fancy-diary-display):
7987 Check for font-lock-mode before using faces.
7988
7989 * calendar/calendar.el (hebrew-holidays-3, generate-calendar-month)
7990 (calendar-gregorian-from-absolute): Reduce the number of lets.
7991 (hebrew-holidays-4, generate-calendar-window): Simplify.
7992 (calendar-for-loop): Make obsolete.
7993 (calendar-nth-named-day): Doc fix.
7994
7995 * calendar/diary-lib.el (diary-list-entries, fancy-diary-display)
7996 (print-diary-entries, mark-sexp-diary-entries, calendar-mark-complex)
7997 (calendar-mark-1, list-sexp-diary-entries, diary-remind):
7998 Reduce the number of lets.
7999 (mark-sexp-diary-entries, calendar-mark-complex):
8000 Expand calendar-for-loops.
8001
8002 2008-04-01 Chong Yidong <cyd@stupidchicken.com>
8003
8004 * find-dired.el (find-dired-filter): Fix last patch to handle
8005 multi-line process input. Pad link numbers too.
8006
8007 2008-04-01 Jari Aalto <jari.aalto@cante.net>
8008
8009 * find-dired.el (find-dired-filter): Align columns by padding file sizes.
8010
8011 2008-04-01 Jason Rumney <jasonr@gnu.org>
8012
8013 * international/characters.el (script-list): Add phonetic script,
8014 covering IPA (previously Latin), Phonetic Extensions and
8015 Phonetic Extensions Supplement (both previously unassigned).
8016
8017 * international/fontset.el (setup-default-fontset): Use unicode fonts
8018 that cover bopomofo script for bopomofo.
8019 Likewise for braille and mathematical.
8020 Use unicode scripts that cover the phonetic script for IPA.
8021
8022 2008-04-01 Johan Bockgård <bojohan@gnu.org>
8023
8024 * emacs-lisp/cl-macs.el (frame-parameter) <defsetf>: Make it
8025 return the assigned value.
8026
8027 2008-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
8028
8029 * abbrev.el (abbrev-mode): Use define-minor-mode.
8030
8031 * mouse.el (mouse-major-mode-menu-prefix): Remove. Remove uses.
8032 (mouse-menu-non-singleton): Rename from mouse-major-mode-menu-1.
8033 Use map-keymap.
8034 (minor-mode-menu-from-indicator): Use it. Simplify.
8035
8036 * bindings.el (mode-line-mode-menu): Move before (new) first use.
8037 (mode-line-major-mode-keymap, mode-line-minor-mode-keymap):
8038 Bind the key directly to the menu.
8039 (mode-line-mode-menu-1, mode-line-mode-menu): Remove functions.
8040
8041 2008-04-01 Daiki Ueno <ueno@unixuser.org>
8042
8043 * epa.el (epa-decrypt-region): Explain the reason why this
8044 function should not be used in Lisp programs.
8045 (epa-decrypt-armor-in-region): Ditto.
8046 (epa-verify-region): Ditto.
8047 (epa-verify-cleartext-in-region): Ditto.
8048 (epa-sign-region): Ditto.
8049 (epa-encrypt-region): Ditto.
8050
8051 * epg.el (epg-start-receive-keys): Fix typo in docstring.
8052
8053 * epa.el (epa-select-keys): Show menu even if there is no key in
8054 GnuPG's keyring.
8055
8056 2008-04-01 Glenn Morris <rgm@gnu.org>
8057
8058 * calendar/calendar.el (calendar-make-temp-face): New function.
8059 (mark-visible-calendar-date):
8060 * calendar/diary-lib.el (fancy-diary-display): Use it.
8061
8062 * vc-hooks.el (vc-responsible-backend): Declare as function.
8063
8064 * calendar/calendar.el (calendar-nongregorian-visible-p): New function.
8065 * calendar/cal-hebrew.el (calendar-hebrew-date-is-visible-p):
8066 * calendar/cal-julian.el (holiday-julian): Use it.
8067
8068 * calendar/cal-hebrew.el (hebrew-calendar-elapsed-days): Doc fix.
8069 (calendar-hebrew-date-is-visible-p): Extract some common code into
8070 separate function.
8071 (holiday-hebrew, mark-hebrew-calendar-date-pattern): Use it.
8072
8073 * calendar/cal-menu.el (cal-menu-holidays-menu):
8074 * calendar/calendar.el (calendar-mode-map): Use calendar-mark-holidays
8075 rather than obsolete alias.
8076
8077 * calendar/calendar.el (mark-visible-calendar-date): Also use overlay
8078 for mark characters.
8079 (calendar-unmark): Unmark by removing all overlays, rather than
8080 redrawing.
8081 (calendar-starred-day): Remove.
8082 (calendar-mode): Disable undo. Don't make calendar-starred-day local.
8083 (calendar-cursor-to-date): No need for special star handling now
8084 using overlays.
8085 (calendar-star-date): Use overlays.
8086
8087 * calendar/cal-french.el (calendar-goto-french-date):
8088 * calendar/cal-hebrew.el (calendar-hebrew-from-absolute)
8089 (holiday-hanukkah, mark-hebrew-calendar-date-pattern):
8090 * calendar/cal-move.el (calendar-forward-month, calendar-end-of-month):
8091 * calendar/cal-persia.el (calendar-persian-date-string):
8092 * calendar/cal-tex.el (cal-tex-cursor-month-landscape)
8093 (cal-tex-cursor-month, cal-tex-LaTeXify-string):
8094 * calendar/lunar.el (lunar-phase-list, lunar-new-moon-on-or-after):
8095 * calendar/solar.el (solar-equinoxes-solstices):
8096 Reduce nesting of some lets.
8097
8098 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
8099 (calendar-goto-mayan-long-count-date): Simplify.
8100
8101 * calendar/holidays.el (calendar-holiday-list, holiday-easter-etc):
8102 Simplify by using mapcar.
8103 (calendar-list-holidays): Return holiday-list.
8104 (list-holidays): Use let rather than let*. Remove un-needed locals
8105 `d', `never'.
8106 (calendar-check-holidays): Return result from dolist.
8107 (holiday-float): Use a single let*. Simplify if-and to and.
8108 (holiday-sexp, holiday-advent, holiday-greek-orthodox-easter): Use a
8109 single let*.
8110
8111 2008-04-01 Jay Belanger <jay.p.belanger@gmail.com>
8112
8113 * calc/calc.el: Autoload `calc-yank'.
8114 (calc-mode-map): Add keybindings for `calc-yank'.
8115 * calc/calc-ext.el (calc-init-extensions): Remove keybinding
8116 assignments for `calc-yank'.
8117
8118 2008-03-31 Dan Nicolaescu <dann@ics.uci.edu>
8119
8120 * vc.el (vc-status-add-entry): Assume ENTRY is a list, not a cons.
8121 (vc-status-mark-buffer-changed): Handle the extra field.
8122
8123 * vc-bzr.el (vc-bzr-after-dir-status):
8124 * vc-cvs.el (vc-cvs-after-dir-status):
8125 * vc-hg.el (vc-hg-after-dir-status):
8126 * vc-svn.el (vc-svn-after-dir-status): Return a list, not a cons.
8127
8128 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8129
8130 * doc-view.el: Compute displayed pages first (in PDF).
8131 (doc-view-current-converter-processes): Rename from
8132 doc-view-current-converter-process. Update users.
8133 (doc-view-sentinel): Test buffer's liveness.
8134 (doc-view-pdf/ps->png-sentinel): Remove.
8135 (doc-view-start-process): New function.
8136 (doc-view-dvi->pdf, doc-view-pdf/ps->png, doc-view-pdf->txt)
8137 (doc-view-ps->pdf): Use it.
8138 (doc-view-pdf->png-1, doc-view-pdf->png, doc-view-active-pages):
8139 New functions.
8140 (doc-view-convert-current-doc, doc-view-goto-page): Use them.
8141 (doc-view-mode): Kill the processes when leaving the mode.
8142
8143 2008-03-31 Juanma Barranquero <lekktu@gmail.com>
8144
8145 * emacs-lisp/bytecomp.el (byte-compile-warnings-safe-p):
8146 Use `byte-compile-warning-types'. Add docstring.
8147
8148 2008-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
8149
8150 * smerge-mode.el (smerge-apply-resolution-patch): New fun.
8151 (smerge-resolve): Add various resolution heuristics.
8152
8153 * smerge-mode.el (smerge-refine): Allow highlighting other subparts
8154 in 3-way conflicts.
8155
8156 2008-03-31 Glenn Morris <rgm@gnu.org>
8157
8158 * calendar/cal-bahai.el (diary-bahai-mark-entries):
8159 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8160 * calendar/cal-islam.el (mark-islamic-diary-entries):
8161 Fix argument order in call to diary-mark-entries-1.
8162
8163 * calendar/cal-bahai.el (calendar-bahai-date-string): Avoid an error for
8164 pre-Bahai dates.
8165 (holiday-bahai): Use an algorithm actually relevant to this calendar
8166 system.
8167
8168 * calendar/cal-china.el (holiday-chinese-new-year): Doc fix.
8169
8170 * calendar/cal-islam.el (holiday-islamic): Remove un-needed let.
8171 Use and.
8172
8173 * calendar/cal-julian.el (holiday-julian): Fix a problem with holidays
8174 in the last fortnight in Julian October.
8175
8176 * calendar/calendar.el (increment-calendar-month): Optionally handle
8177 systems without 12 months per year.
8178
8179 (calendar-date-is-visible-p): Doc fix. Simplify.
8180
8181 * calendar/holidays.el (holiday-filter-visible-calendar): Return result
8182 from dolist.
8183
8184 2008-03-30 Juanma Barranquero <lekktu@gmail.com>
8185
8186 * hi-lock.el (hi-lock-mode): Fix typos in docstring.
8187 (hi-lock-unload-function): New function.
8188
8189 2008-03-30 Michael Albinus <michael.albinus@gmx.de>
8190
8191 * net/tramp.el (tramp-do-copy-or-rename-file): Fix check for
8192 overwriting when NEWNAME is a local file.
8193
8194 * net/trampver.el: Update release number.
8195
8196 2008-03-30 Alexandre Julliard <julliard@winehq.org>
8197
8198 * vc-git.el: Make vc-status display information about copies,
8199 renames and permission changes.
8200 (vc-git-extra-fileinfo): New defstruct.
8201 (vc-git-escape-file-name, vc-git-file-type-as-string)
8202 (vc-git-rename-as-string, vc-git-permissions-as-string)
8203 (vc-git-status-printer): New functions.
8204 (vc-git-after-dir-status-stage2): Also return vc-git-extra-fileinfo.
8205 (vc-git-after-dir-status-stage1): Look for copies, renames and
8206 permission changes.
8207 (vc-git-after-dir-status-stage1-empty-db): Set permissions.
8208 (vc-git-dir-status): Ask for staged files and renames.
8209
8210 2008-03-30 Dan Nicolaescu <dann@ics.uci.edu>
8211
8212 * vc.el: Allow backends to display backend specific information in
8213 the vc-status listing.
8214 (vc-status-fileinfo): Add a field for backend specific information.
8215 (vc-status-printer): Rename to ...
8216 (vc-default-status-printer): ... this.
8217 (vc-status-printer): New function.
8218 (vc-update-vc-status-buffer): Set the backend specific file info
8219 if provided.
8220
8221 2008-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
8222
8223 * textmodes/remember.el (remember-diary-convert-entry): Revert last
8224 change (ill-conceived).
8225
8226 2008-03-29 Glenn Morris <rgm@gnu.org>
8227
8228 * calendar/cal-hebrew.el (holiday-hebrew): Simplify.
8229 * calendar/cal-julian.el (holiday-julian): Simplify.
8230
8231 * calendar/holidays.el (list-holidays): Use or.
8232
8233 2008-03-29 Juri Linkov <juri@jurta.org>
8234
8235 * window.el (split-window-preferred-horizontally): New function.
8236
8237 * cus-start.el (split-window-preferred-function):
8238 Set choice for "vertically" to nil instead of split-window.
8239 Set choice for "horizontally" to split-window-preferred-horizontally
8240 instead of lambda.
8241
8242 2008-03-29 Juri Linkov <juri@jurta.org>
8243
8244 * simple.el (minibuffer-default-add-function): New variable with
8245 the default to minibuffer-default-add-completions.
8246 (minibuffer-default-add-done): New variable. Make it buffer-local.
8247 (minibuffer-default-add-completions): New function.
8248 (goto-history-element): Set minibuffer-default-add-done to t and
8249 call a function in minibuffer-default-add-function when the
8250 specified absolute history position is greater than the length of
8251 the minibuffer-default list and minibuffer-default-add-done is nil.
8252 Change "^End of history; no next item$" to "^End of defaults;
8253 no next item$".
8254
8255 * bindings.el (debug-ignored-errors): Change "^End of history;
8256 no next item$" to "^End of defaults; no next item$".
8257
8258 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8259
8260 * subr.el (with-temp-buffer): Assume kill-buffer can change cur-buf.
8261
8262 * textmodes/remember.el (remember-diary-convert-entry): Prefer boundp
8263 to with-no-warnings.
8264
8265 2008-03-29 Michael Albinus <michael.albinus@gmx.de>
8266
8267 Sync with Tramp 2.1.13.
8268
8269 * net/tramp-ftp.el: Require 'cl when byte-compiling.
8270
8271 * net/trampver.el: Update release number.
8272
8273 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
8274
8275 * vc-hooks.el (vc-menu-map-filter): Be more careful when finding
8276 the current backend.
8277
8278 * vc.el (vc-status-menu-map, vc-status-mode-map): Bind vc-revert.
8279 (vc-status-refresh): Create a temporary buffer and call the
8280 `dir-status' backend function from that buffer.
8281
8282 * vc-bzr.el (vc-bzr-dir-status): Don't create a buffer.
8283 (vc-bzr-after-dir-status): Don't kill the buffer.
8284
8285 * vc-cvs.el (vc-cvs-dir-status): Don't create a buffer.
8286 (vc-cvs-after-dir-status): Don't kill the buffer.
8287
8288 * vc-git.el (vc-git-dir-status): Don't create a buffer.
8289 (vc-git-after-dir-status-stage2): Don't kill the buffer.
8290
8291 * vc-hg.el (vc-hg-dir-status): Don't create a buffer.
8292 (vc-hg-after-dir-status): Don't kill the buffer.
8293
8294 * vc-svn.el (vc-svn-dir-status): Don't create a buffer.
8295 (vc-svn-after-dir-status): Don't kill the buffer.
8296
8297 2008-03-29 Glenn Morris <rgm@gnu.org>
8298
8299 * calendar/calendar.el (diary-file, american-date-diary-pattern)
8300 (european-date-diary-pattern, european-calendar-display-form)
8301 (american-calendar-display-form, diary-display-hook): Doc fixes.
8302 (european-calendar-style): Doc fix. Use calendar-set-date-style for
8303 custom :set. Mark as obsolete.
8304 (calendar-date-style, iso-date-diary-pattern)
8305 (iso-calendar-display-form): New user variables.
8306 (diary-date-forms, calendar-date-display-form): Set using
8307 calendar-date-style. Doc fix.
8308 (calendar-set-date-style): New command.
8309 (european-calendar, american-calendar): Use calendar-set-date-style.
8310 Mark as obsolete.
8311
8312 * calendar/diary-lib.el (number): Move declaration where needed.
8313 (diary-mail-entries, list-sexp-diary-entries): Doc fixes.
8314 (diary-make-date): New function.
8315 (diary-date, diary-block, diary-anniversary, diary-cyclic): Doc fix.
8316 Use diary-make-date.
8317 (diary-date-display-form, diary-insert-entry-1): New functions.
8318 (insert-monthly-diary-entry, insert-yearly-diary-entry):
8319 Use diary-insert-entry-1.
8320 (insert-anniversary-diary-entry, insert-block-diary-entry)
8321 (insert-cyclic-diary-entry): Use diary-date-display-form.
8322
8323 * calendar/cal-bahai.el, calendar/cal-hebrew.el, calendar/cal-islam.el:
8324 Autoload diary-insert-entry-1.
8325 * calendar/cal-bahai.el (diary-bahai-insert-entry)
8326 (diary-bahai-insert-monthly-entry, diary-bahai-insert-yearly-entry):
8327 * calendar/cal-hebrew.el (insert-hebrew-diary-entry)
8328 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry)
8329 * calendar/cal-islam.el (insert-islamic-diary-entry)
8330 (insert-monthly-islamic-diary-entry, insert-yearly-islamic-diary-entry):
8331 Use diary-insert-entry-1.
8332
8333 * calendar/cal-hebrew.el (diary-make-date): Autoload it.
8334 (diary-yahrzeit): Doc fix. Use diary-make-date.
8335
8336 * calendar/icalendar.el (icalendar--datetime-to-american-date):
8337 New name for icalendar--datetime-to-noneuropean-date. Make old name
8338 obsolete alias.
8339 (icalendar--datetime-to-iso-date): New function.
8340 (icalendar--datetime-to-diary-date): Doc fix. Respect
8341 calendar-date-style if bound.
8342
8343 * textmodes/remember.el (remember-diary-convert-entry):
8344 Respect calendar-date-style if bound.
8345
8346 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
8347
8348 * xt-mouse.el (xterm-mouse-mode): Use delete-terminal-functions.
8349 (xterm-mouse-handle-delete-frame): Delete.
8350
8351 * term/xterm.el (terminal-init-xterm): Use delete-terminal-functions.
8352 (xterm-turn-on-modify-other-keys, xterm-turn-off-modify-other-keys)
8353 (xterm-remove-modify-other-keys): Lookup terminal rather than frame
8354 in xterm-modify-other-keys-terminal-list.
8355
8356 * vc-bzr.el (vc-bzr-state-heuristic): Fix last change for when there
8357 are conflicts.
8358
8359 2008-03-29 Dan Nicolaescu <dann@ics.uci.edu>
8360
8361 * vc.el (vc-update): Check if the buffer is unsaved only if it
8362 actually exists.
8363 (vc-status-mode-map, vc-status-menu-map): Bind vc-update and
8364 vc-print-log.
8365
8366 2008-03-28 Magnus Henoch <mange@freemail.hu>
8367
8368 * net/dns.el (dns-write): Use set-buffer-multibyte.
8369
8370 2008-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
8371
8372 * vc-bzr.el (vc-bzr-sha1): New fun.
8373 (vc-bzr-state-heuristic): New fun, extracted from vc-bzr-registered.
8374 (vc-bzr-registered): Use it.
8375
8376 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
8377
8378 * vc.el (vc-status-kill-dir-status-process): Simplify.
8379 (vc-status-refresh): Make sure the buffer is live.
8380 (ring): Don't require it, not used.
8381
8382 2008-03-28 Wilson Snyder <wsnyder@wsnyder.org>
8383
8384 * progmodes/verilog-mode.el (verilog-auto-inout-module):
8385 Add optional regular expression to AUTOINOUTMODULE.
8386 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inst)
8387 (verilog-auto-inst-param, verilog-auto-reg)
8388 (verilog-auto-reg-input, verilog-auto-wire, verilog-auto-output)
8389 (verilog-auto-output-every, verilog-auto-input)
8390 (verilog-auto-inout, verilog-auto-sense, verilog-auto-tieoff)
8391 (verilog-auto-unused, verilog-auto): Update documentation to use
8392 more obvious instance module names versus cell names.
8393
8394 2008-03-28 Jan Djärv <jan.h.d@swipnet.se>
8395
8396 * progmodes/compile.el (compilation-mode-tool-bar-map): Only enable
8397 kill if a process is running.
8398
8399 * progmodes/grep.el (grep-mode-tool-bar-map): The same.
8400
8401 2008-03-28 Dan Nicolaescu <dann@ics.uci.edu>
8402
8403 * vc.el: Add new backend function 'status-extra-headers.
8404 (vc-default-status-extra-headers): New function.
8405 (vc-status-headers): Call 'status-extra-headers. Add colors.
8406
8407 * vc-git.el (vc-git-status-extra-headers): New function.
8408
8409 2008-03-28 Glenn Morris <rgm@gnu.org>
8410
8411 * calendar/cal-menu.el (cal-menu-holidays-menu)
8412 (cal-menu-list-holidays-year, cal-menu-list-holidays-following-year)
8413 (cal-menu-list-holidays-previous-year): Simplify now that 2nd arg of
8414 holiday-list is optional.
8415 (calendar-mouse-holidays): Remove un-needed local `l'.
8416
8417 * calendar/cal-move.el (calendar-cursor-to-nearest-date):
8418 Remove un-needed local `date'.
8419 (calendar-cursor-to-visible-date): Use let rather than let*.
8420 Remove un-needed local `first-of-month-weekday'.
8421
8422 * calendar/calendar.el (abbreviated-calendar-year): Move to diary-lib.
8423
8424 * calendar/diary-lib.el (print-diary-entries-hook, diary-list-entries):
8425 Doc fixes.
8426 (abbreviated-calendar-year): Move here from calendar.el. Doc fix.
8427 (diary-header-line-flag, diary-header-line-format): Declare.
8428 (diary-pull-attrs): Check for multiple matches.
8429 (diary-list-entries-2): Simplify finding start of date.
8430 (diary-show-all-entries, make-diary-entry): Respect non-nil values of
8431 pop-up-frames.
8432 (diary-mark-entries-1): Re-use offset in abbreviated-year case.
8433 (mark-sexp-diary-entries): Remove superfluous call to diary-pull-attrs.
8434
8435 2008-03-27 Dan Nicolaescu <dann@ics.uci.edu>
8436
8437 * vc-hg.el (vc-hg-state, vc-hg-dir-state): Deal with 'missing files.
8438
8439 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Fix predicate.
8440
8441 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8442
8443 * vc-hooks.el (vc-before-save): Don't prevent saving the file.
8444
8445 * image-mode.el (image-mode-reapply-winprops): Fix last change.
8446
8447 2008-03-27 Kenichi Handa <handa@ni.aist.go.jp>
8448
8449 * international/mule-conf.el (define-iso-single-byte-charset):
8450 Don't make latin-iso8859-* supplementary.
8451 (#'set-charset-priority): Don't change the priority of charsets
8452 `unicode' and `emacs'.
8453
8454 2008-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
8455
8456 * vc.el (vc-do-command): Don't pop to the buffer if it's an internal
8457 temp buffer.
8458
8459 2008-03-27 Glenn Morris <rgm@gnu.org>
8460
8461 * calendar/cal-bahai.el (diary-bahai-list-entries):
8462 * calendar/cal-hebrew.el (list-hebrew-diary-entries):
8463 * calendar/cal-islam.el (list-islamic-diary-entries): Doc fix.
8464
8465 * calendar/calendar.el (diary-file): Doc fix.
8466
8467 * calendar/diary-lib.el (diary-face-attrs): Fix `height' regexp.
8468 (list-diary-entries-hook, mark-diary-entries-hook)
8469 (include-other-diary-files, diary-mail-entries)
8470 (mark-included-diary-files, list-sexp-diary-entries): Doc fixes.
8471 (diary-set-header): New function.
8472 (diary-header-line-flag, diary-header-line-format):
8473 Use diary-set-header for custom :set function.
8474 (diary-set-maybe-redraw): Use symbol-value rather than eval.
8475 (diary-attrtype-convert): Use intern-soft rather than read.
8476 (diary-display-no-entries): New function.
8477 (simple-diary-display, fancy-diary-display): Use it.
8478 (fancy-diary-display): Doc fix. Remove unneeded local entry-list.
8479 (diary-mark-entries-1): Fix position offsets in non-gregorian case.
8480
8481 * calendar/holidays.el (list-holidays): Doc fix.
8482
8483 2008-03-26 Jay Belanger <jay.p.belanger@gmail.com>
8484
8485 * calc/calc-store.el (calc-read-var-name-history): New variable.
8486 (calc-read-var-name): Use `calc-read-var-name-history'.
8487
8488 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8489
8490 * image-mode.el (image-mode-reapply-winprops): Simplify now that
8491 window-configuration-change-hook works buffer-locally.
8492
8493 2008-03-26 Johan Bockgård <bojohan@gnu.org>
8494
8495 * emacs-lisp/lisp-mnt.el (lm-with-file): Use mode and syntax table
8496 for Emacs Lisp, not Lisp.
8497
8498 2008-03-26 Juanma Barranquero <lekktu@gmail.com>
8499
8500 * help-fns.el (describe-function-1, describe-variable):
8501 If CURRENT-NAME is nil, don't end obsolescence info with semicolon.
8502
8503 * emacs-lisp/bytecomp.el (byte-compile-obsolete): If no
8504 replacement is provided, don't print "use nil instead".
8505
8506 2008-03-26 Johan Bockgård <bojohan@gnu.org>
8507
8508 * complete.el (PC-do-completion): Use regexp-quote.
8509
8510 2008-03-26 Dan Nicolaescu <dann@ics.uci.edu>
8511
8512 * vc-cvs.el (vc-cvs-parse-status, vc-cvs-after-dir-status):
8513 Detect missing files.
8514
8515 * vc-git.el (vc-git-extra-menu-map): New key map.
8516 (vc-git-extra-menu, vc-git-extra-status-menu, vc-git-grep):
8517 New functions.
8518
8519 * vc-hooks.el (vc-default-mode-line-string): Deal with 'removed
8520 and 'missing files.
8521
8522 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8523
8524 * calendar/holidays.el (list-holidays): Make Y2 optional.
8525
8526 * calendar/appt.el (appt-buffer-name): Don't use a leading space for
8527 buffers shown to the user.
8528 (appt-disp-window): Disable undo explicitly now that the leading space
8529 is gone.
8530
8531 * simple.el (activate-mark): New function.
8532 (set-mark-command): Use it with region-active-p to clean up the code.
8533 (exchange-point-and-mark): Invert the meaning of C-u when
8534 transient-mark-mode is active.
8535
8536 * dired-aux.el (dired-create-files): Use dolist.
8537
8538 * bindings.el (mode-line-change-eol): Use with-selected-window.
8539
8540 * apropos.el (apropos-command): Include macros.
8541
8542 2008-03-26 Glenn Morris <rgm@gnu.org>
8543
8544 * calendar/cal-bahai.el: Require calendar, not cal-julian.
8545 (calendar-bahai-epoch): Doc fix.
8546
8547 * calendar/cal-china.el: Explicitly require calendar.
8548
8549 * calendar/cal-coptic.el, calendar/cal-islam.el, calendar/cal-persia.el:
8550 Require calendar rather than cal-julian.
8551 Autoload calendar-absolute-from-julian.
8552 * calendar/cal-coptic.el (coptic-calendar-epoch):
8553 * calendar/cal-islam.el (calendar-islamic-epoch):
8554 * calendar/cal-persia.el (persian-calendar-epoch): Set when compiling.
8555
8556 * calendar/cal-islam.el (calendar-islamic-epoch): Doc fix.
8557
8558 * calendar/cal-dst.el: Don't require cal-persia.
8559 (calendar-absolute-from-persian): Autoload it.
8560 (dst-adjust-time): Doc fix.
8561
8562 * calendar/cal-menu.el (cal-menu-diary-menu): Remove menu headings that
8563 cause cal-bahai, cal-islam, cal-hebrew to be loaded on starting the
8564 calendar.
8565
8566 * calendar/cal-menu.el: Require calendar rather than declaring
8567 functions.
8568 * calendar/calendar.el: Provide calendar before requiring cal-menu.
8569
8570 * calendar/cal-x.el (calendar-after-frame-setup-hook): New name for
8571 calendar-after-frame-setup-hooks. Update callers, make old name an
8572 obsolete alias. Doc fix.
8573 (calendar-frame-1): Doc fix.
8574
8575 * calendar/calendar.el (solar-holidays): Simplify holiday-sexp calls.
8576
8577 * calendar/calendar.el (oriental-holidays, solar-holidays):
8578 * calendar/holidays.el (list-holidays): Assume atan always bound.
8579
8580 * calendar/lunar.el, calendar/solar.el: Remove floating-point check.
8581 Explicitly require calendar, not cal-julian.
8582 * calendar/lunar.el: Explicitly require cal-dst.
8583
8584 2008-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
8585
8586 * autorevert.el (auto-revert-buffers): Use buffer-live-p.
8587
8588 * help-fns.el (describe-function-1, describe-variable): If no
8589 replacement is provided, don't print "use nil instead".
8590
8591 2008-03-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8592
8593 * proced.el: New file.
8594
8595 2008-03-25 Tetsurou Okazaki <okazaki@be.to> (tiny change)
8596
8597 * emacs-lisp/byte-opt.el (side-effect-free-fns): Fix typo.
8598
8599 2008-03-25 Juri Linkov <juri@jurta.org>
8600
8601 * battery.el: Add file cookie coding:iso-8859-1 for the degree sign
8602 in battery-mode-line-format.
8603
8604 * bindings.el (minibuffer-local-map): For the command
8605 file-cache-minibuffer-complete replace keymap minibuffer-local-map
8606 with map which is already locally bound to minibuffer-local-map.
8607
8608 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8609
8610 * subr.el (map-keymap-sorted): Rename from map-keymap-internal.
8611 Remove `sort-first' argument.
8612
8613 * subr.el (redisplay-end-trigger-functions)
8614 (window-redisplay-end-trigger, set-window-redisplay-end-trigger)
8615 (process-filter-multibyte-p, set-process-filter-multibyte):
8616 Mark as obsolete.
8617
8618 2008-03-25 Juanma Barranquero <lekktu@gmail.com>
8619
8620 * emacs-lisp/re-builder.el (reb-mode-common): Remove reference to
8621 bogus variable `reb-kill-buffer'; don't make hooks buffer-local,
8622 use the LOCAL arg of `add-hook'.
8623 (reb-blink-delay, reb-mode-hook, reb-re-syntax, reb-auto-match-limit):
8624 Remove spurious * from defcustom docstrings.
8625 (reb-next-match, reb-prev-match, reb-enter-subexp-mode):
8626 Fix typos in messages.
8627 (reb-mode-buffer-p): New function.
8628 (re-builder, reb-kill-buffer): Use `reb-mode-buffer-p'. Use `when'.
8629 (top, reb-show-subexp, reb-auto-update, reb-delete-overlays)
8630 (reb-cook-regexp, reb-update-regexp, reb-update-overlays):
8631 Use `unless', `when'.
8632 (re-builder-unload-function): New function.
8633
8634 2008-03-25 Dan Nicolaescu <dann@ics.uci.edu>
8635
8636 * vc-hooks.el (vc-state): Add documentation for 'missing.
8637
8638 2008-03-25 Wilson Snyder <wsnyder@wsnyder.org>
8639
8640 * progmodes/verilog-mode.el (verilog-auto-output)
8641 (verilog-auto-input, verilog-auto-inout, verilog-auto)
8642 (verilog-delete-auto): Add optional regular expression to
8643 AUTOINPUT/AUTOOUTPUT/AUTOINOUT.
8644 (verilog-signals-matching-regexp): New internal function for
8645 signal matching.
8646
8647 2008-03-25 Johan Bockgård <bojohan@gnu.org>
8648
8649 * info.el (Info-isearch-search): Always return point.
8650
8651 2008-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
8652
8653 * diff-mode.el (diff-remembered-defdir): New var.
8654 (diff-find-file-name): Use it to flush diff-remembered-files-alist.
8655
8656 2008-03-25 Glenn Morris <rgm@gnu.org>
8657
8658 * calendar/cal-bahai.el (calendar-bahai-read-date): New name for
8659 calendar-bahai-prompt-for-date. Update callers, make old name an
8660 obsolete alias. Doc fix.
8661 * calendar/cal-coptic.el (calendar-coptic-read-date): New name for
8662 coptic-prompt-for-date. Update callers, make old name an
8663 obsolete alias. Doc fix.
8664 * calendar/cal-hebrew.el (calendar-hebrew-read-date): New name for
8665 calendar-hebrew-prompt-for-date. Update callers. Doc fix.
8666 * calendar/cal-islam.el (calendar-islamic-read-date): New name for
8667 calendar-islamic-prompt-for-date. Update callers. Doc fix.
8668 * calendar/cal-iso.el (calendar-iso-read-date): New name for
8669 calendar-iso-read-args. Update callers, make old name an obsolete
8670 alias.
8671 * calendar/cal-persia.el (calendar-persian-read-date): New name for
8672 persian-prompt-for-date. Update callers, make old name an
8673 obsolete alias. Doc fix. Move definition before use.
8674
8675 * calendar/cal-x.el (diary-frame-parameters)
8676 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
8677 (calendar-frame-1): Doc fixes.
8678 (make-fancy-diary-buffer): Remove declaration.
8679 (calendar-dedicate-diary): Replace call to deleted function
8680 make-fancy-diary-buffer.
8681 (calendar-frame-setup): New function.
8682 (calendar-one-frame-setup, calendar-only-one-frame-setup)
8683 (calendar-two-frame-setup): Call calendar-frame-setup to do the actual
8684 work, and mark as obsolete.
8685 (special-display-buffer-names): Don't mess with this; it's not our
8686 business.
8687 (cal-x-load-hook): Defvar it, and mark as obsolete.
8688
8689 * calendar/calendar.el (calendar-remove-frame-by-deleting):
8690 Default to t. Add to 'calendar group.
8691 (calendar): Doc fix. Use calendar-frame-setup.
8692 (calendar-basic-setup): Doc fix. Add optional NODISPLAY argument.
8693 (generate-calendar-window): Doc fix.
8694
8695 2008-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
8696
8697 * vc-bzr.el (vc-bzr-print-log, vc-bzr-diff): Do it asynchronously.
8698
8699 2008-03-24 Drew Adams <drew.adams@oracle.com>
8700
8701 * finder.el (finder-mode-syntax-table, finder-font-lock-keywords):
8702 New variables.
8703 (finder-mode): Use finder-mode-syntax-table. Set font-lock-defaults.
8704 (finder-exit): Ignore errors rather than avoiding them.
8705 Kill *Finder-package* buffer also.
8706
8707 2008-03-24 Andreas Schwab <schwab@suse.de>
8708
8709 * xt-mouse.el (xterm-mouse-event): Avoid error with buttons > 5.
8710
8711 2008-03-24 Dan Nicolaescu <dann@ics.uci.edu>
8712
8713 * vc-hg.el (vc-hg-after-dir-status):
8714 * vc-bzr.el (vc-bzr-after-dir-status): Detect missing files.
8715
8716 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-parse-status):
8717 Detect removed files.
8718
8719 * vc.el (vc-status-printer): Use a different face for missing files.
8720 (vc-status-hide-up-to-date): Rename from
8721 vc-status-remove-up-to-date. Update all callers.
8722 (vc-status-mode-map): Bind C-m.
8723
8724 2008-03-24 Alexandre Julliard <julliard@winehq.org>
8725
8726 * vc-git.el (vc-git-after-dir-status-stage1): Move state matching
8727 code ...
8728 (vc-git--state-code): ... to this new function.
8729 (vc-git-state): Use it.
8730
8731 2008-03-24 Trent Buck <trentbuck@gmail.com> (tiny change)
8732
8733 * textmodes/remember.el (remember-mail-date)
8734 (remember-store-in-mailbox): Write date and From line in such a
8735 way that Mutt can read it.
8736
8737 2008-03-23 Chong Yidong <cyd@stupidchicken.com>
8738
8739 * simple.el (transient-mark-mode): Turn on by default.
8740
8741 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
8742
8743 * vc-bzr.el (vc-bzr-state): Return 'removed for removed files and
8744 'unregistered for unregistered files.
8745
8746 * vc-hg.el (vc-hg-state): Return 'removed for removed files.
8747
8748 * bindings.el (standard-mode-line-modes): Avoid duplicating a string.
8749
8750 * vc-cvs.el (vc-cvs-parse-status): Note there are problems with
8751 subdirectories.
8752
8753 * vc.el (vc-status-prepare-status-buffer): Fix thinko.
8754 (vc-status-menu-map): Add binding for vc-status-kill-dir-status-process.
8755 Add :enable for vc-status-refresh.
8756 (vc-status-menu-map-filter): Remove vc-ignore-menu-filter test.
8757 (vc-status-tool-bar-map): Add binding for
8758 vc-status-kill-dir-status-process.
8759 Don't test display-graphic-p and don't bind vc-ignore-menu-filter.
8760 (vc-update-vc-status-buffer, vc-status-kill-dir-status-process):
8761 Reset vc-status-process-buffer.
8762 (vc-status-refresh): Don't run two refreshes at a time.
8763 (vc-status): If the buffer is already in vc-status-mode only refresh.
8764 (vc-status-mark-buffer-changed): Add an optional file parameter.
8765 (vc-resynch-buffer): Use it.
8766 (vc-delete-file): Expand the file name before using it.
8767 Be careful to not create a new buffer with the old file contents.
8768 Update the VC state after performing the operation.
8769
8770 2008-03-23 Andreas Schwab <schwab@suse.de>
8771
8772 * menu-bar.el (menu-bar-showhide-fringe-ind-menu) [mixed]:
8773 Fix radio button condition.
8774 [box]: Likewise.
8775 [customize]: Add radio button.
8776
8777 2008-03-23 Jay Belanger <jay.p.belanger@gmail.com>
8778
8779 * calc/calc.el (calc-was-keypad-mode, calc-full-mode)
8780 (calc-user-parse-tables, calc-gnuplot-default-device)
8781 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8782 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8783 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
8784 (calc-invocation-macro, calc-trail-pointer, calc-trail-overlay)
8785 (calc-undo-list, calc-redo-list, calc-main-buffer)
8786 (calc-trail-buffer, calc-why, calc-last-kill, calc-dollar-values)
8787 (calc-dollar-used, calc-hashes-used, calc-quick-prev-results)
8788 (calc-said-hello, calc-executing-macro, calc-any-selections)
8789 (calc-help-phase, calc-full-help-flag, calc-refresh-count)
8790 (calc-display-dirty, calc-embedded-info, calc-embedded-active)
8791 (calc-standalone-flag, var-EvalRules, math-expr-function-mapping)
8792 (math-expr-variable-mapping, calc-mode-map, calc-digit-map)
8793 (calc-dispatch-map, calc-do-dispatch, calc-read-key-sequence)
8794 (calc-create-buffer, calc-quit): Add docstrings.
8795
8796 2008-03-23 Juanma Barranquero <lekktu@gmail.com>
8797
8798 * makefile.w32-in (WINS_ALMOST): Add org.
8799
8800 2008-03-23 Dan Nicolaescu <dann@ics.uci.edu>
8801
8802 * vc-cvs.el (vc-cvs-after-dir-status, vc-cvs-dir-status):
8803 New functions to implement vc-status support.
8804
8805 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
8806
8807 * vc.el (vc-status-prepare-status-buffer): New function.
8808 (vc-status): Use it.
8809
8810 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add ... where
8811 appropriate.
8812
8813 2008-03-22 Alexandre Julliard <julliard@winehq.org>
8814
8815 * vc-git.el (vc-git--empty-db-p)
8816 (vc-git-after-dir-status-stage1-empty-db): New functions.
8817 (vc-git-dir-status, vc-git-after-dir-status-stage1, vc-git-state):
8818 Add support for empty repositories.
8819
8820 2008-03-22 Dan Nicolaescu <dann@ics.uci.edu>
8821
8822 * vc-git.el (vc-git-annotate-extract-revision-at-line):
8823 Allow "^" in a version name.
8824
8825 * vc-mtn.el (vc-mtn-state): Support the added state.
8826
8827 2008-03-22 Carsten Dominik <dominik@science.uva.nl>
8828
8829 * org: New directory for Org-mode.
8830
8831 * org/org-export-latex.el: Moved from lisp/texmodes.
8832
8833 * org/org-irc.el: Moved from lisp/texmodes.
8834
8835 * org/org-mac-message.el: Moved from lisp/texmodes.
8836
8837 * org/org-mouse.el: Moved from lisp/texmodes.
8838
8839 * org/org-publish.el: Moved from lisp/texmodes.
8840
8841 2008-03-21 Juri Linkov <juri@jurta.org>
8842
8843 * comint.el (comint-dynamic-simple-complete):
8844 Use variable `stub' for the second arg `common-substring'
8845 of `comint-dynamic-list-completions'.
8846 (comint-dynamic-list-filename-completions):
8847 Use variable `filenondir' for the second arg `common-substring'
8848 of `comint-dynamic-list-completions'.
8849 (comint-dynamic-list-completions): Add new optional arg
8850 `common-substring'. Add `common-substring' as the second arg of
8851 the call to `display-completion-list'. Doc fix.
8852
8853 * comint.el (comint-dynamic-complete-as-filename)
8854 (comint-dynamic-list-filename-completions)
8855 (comint-dynamic-simple-complete): Use `minibuffer-message'
8856 to display message "No completions of %s" when a command
8857 is called in the minibuffer.
8858 (comint-dynamic-simple-complete): Don't display other
8859 completion messages when a command is called in the minibuffer.
8860 (comint-dynamic-list-completions): Use `minibuffer-message'
8861 to display message " [Type space to flush ...]" when a command
8862 is called in the minibuffer.
8863
8864 * shell.el (shell-dynamic-complete-command)
8865 (shell-dynamic-complete-environment-variable): Don't display
8866 completion messages when command is called in the minibuffer.
8867
8868 * emacs-lisp/lisp.el (lisp-complete-symbol):
8869 Use `minibuffer-message' to display message "No completions of %s"
8870 when this command is called in the minibuffer.
8871
8872 * bindings.el (standard-mode-line-modes): Put special help-echo
8873 tooltip on recursive edit %[ %] mode-line constructs.
8874
8875 * dabbrev.el (debug-ignored-errors): Remove $ from the end of
8876 "^No dynamic expansion for .* found$" to allow error messages like
8877 "No dynamic expansion for \"%s\" found in this-buffer".
8878
8879 2008-03-21 Michael Albinus <michael.albinus@gmx.de>
8880
8881 * net/tramp.el (tramp-methods): Fix tramp-copy-args of "pscp" and
8882 "psftp".
8883
8884 2008-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
8885
8886 * vc-hooks.el (vc-default-mode-line-string): Add case for added files.
8887 * vc.el (vc-default-dired-state-info): Use just "modified".
8888 * vc-cvs.el (vc-cvs-state-heuristic): Turn rev 0 into `added'.
8889 (vc-cvs-mode-line-string): Make use of the better default.
8890 (vc-cvs-parse-entry): Use the new `added'.
8891 (vc-cvs-dired-state-info): Remove.
8892 * vc-svn.el (vc-svn-dired-state-info): Remove.
8893 * vc-hg.el (vc-hg-dired-state-info): Remove.
8894 * vc-git.el (vc-git-dired-state-info): Remove.
8895
8896 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
8897
8898 * vc-git.el (vc-git-status-result): New variable.
8899 (vc-git-dir-status): Split out ...
8900 (vc-git-after-dir-status-stage1, vc-git-after-dir-status-stage2):
8901 ... these new functions and work asynchronously.
8902
8903 2008-03-21 Alexandre Julliard <julliard@winehq.org>
8904
8905 * vc-git.el (vc-git-after-dir-status): Remove.
8906 (vc-git-dired-state-info): Reimplement.
8907
8908 2008-03-21 Dan Nicolaescu <dann@ics.uci.edu>
8909
8910 * replace.el (occur-mode-map): Add :help.
8911
8912 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entry
8913 for disassemble.
8914
8915 * vc.el (vc-status-mark-buffer-changed): Better deal with files in
8916 the 'added state.
8917 (vc-status-remove-up-to-date): New function.
8918 (vc-status-mode-map, vc-status-menu-map): Bind it.
8919 (vc-status-printer): Use a different face up-to-date files.
8920 (vc-resynch-buffer): Update the vc-status buffer if it exists.
8921 (Todo): Remove solved entries.
8922
8923 * vc-hg.el (vc-hg-state):
8924 * vc-git.el (vc-git-state):
8925 * vc-cvs.el (vc-cvs-parse-status):
8926 * vc-bzr.el (vc-bzr-state): Return 'added when the file is in that
8927 state.
8928
8929 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8930
8931 * progmodes/compile.el (compile):
8932 * progmodes/grep.el (grep, grep-find): Use read-shell-command.
8933
8934 * simple.el (minibuffer-local-shell-command-map): New var.
8935 (minibuffer-complete-shell-command, read-shell-command): New funs.
8936 (shell-command, shell-command-on-region): Use them.
8937
8938 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8939
8940 * vc.el (vc-status-mark-buffer-changed): New function to implement
8941 updating of the *vc-status* buffer when a buffer is saved.
8942 (vc-status-mode): Use it for after-change-hook.
8943 (vc-add-to-vc-status-buffer): Rename to ...
8944 (vc-status-add-entry): ... this.
8945 (Todo): Add new entry.
8946
8947 2008-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
8948
8949 * sort.el (sort-reorder-buffer): Preserve the buffer's multibyteness.
8950
8951 2008-03-20 Juanma Barranquero <lekktu@gmail.com>
8952
8953 * icomplete.el (icomplete-prospects-length, icomplete-max-delay-chars)
8954 (icomplete-show-key-bindings, icomplete-minibuffer-setup-hook):
8955 Remove spurious * from defcustom docstrings.
8956 (icomplete-compute-delay): Fix docstring and remove spurious *.
8957 (icomplete-delay-completions-threshold): Fix typo in docstring and
8958 remove spurious *.
8959 (icomplete-completions): While collecting the list of prospective
8960 candidates, don't overshoot `icomplete-prospects-length'.
8961
8962 2008-03-20 Dan Nicolaescu <dann@ics.uci.edu>
8963
8964 * textmodes/refbib.el:
8965 * textmodes/reftex.el:
8966 * textmodes/reftex-global.el:
8967 * textmodes/reftex-vars.el:
8968 * textmodes/reftex-toc.el: Don't use eval-and-compile for byte
8969 compiler pacifying defvars.
8970 (reftex-toc-mode): Only make zmacs-regions local on XEmacs.
8971 * textmodes/reftex-index.el (zmacs-regions): Remove pacifier,
8972 not needed.
8973
8974 2008-03-20 Wilson Snyder <wsnyder@wsnyder.org>
8975
8976 * progmodes/verilog-mode.el (verilog-easy-menu-filter): New function.
8977 (verilog-stmt-menu, verilog-menu): Add :help and filter it.
8978 (verilog-customize, verilog-font-customize)
8979 (electric-verilog-backward-sexp, electric-verilog-forward-sexp)
8980 (verilog-mode): Update documentation strings to match tool tips.
8981 (verilog-auto-search-do, verilog-auto-re-search-do)
8982 (verilog-skip-forward-comment-or-string): Fix verilog-auto
8983 expansion when a .* appears inside a string.
8984 (verilog-re-search-forward, verilog-re-search-backward):
8985 Add comment to recall how this works.
8986 (verilog-read-decls): Fix AUTOINPUT/AUTOOUTPUT mis-including genvars.
8987
8988 2008-03-20 Glenn Morris <rgm@gnu.org>
8989
8990 * calendar/calendar.el (calendar-other-dates): New function.
8991 (calendar-print-other-dates): Use calendar-other-dates.
8992 * calendar/cal-menu.el (calendar-other-dates): Declare it, and remove
8993 the declarations it replaces.
8994 (calendar-mouse-print-dates): Use calendar-other-dates.
8995
8996 * calendar/cal-bahai.el (calendar-bahai-leap-year-p)
8997 (calendar-bahai-leap-base, calendar-bahai-from-absolute): Doc fixes.
8998 (calendar-absolute-from-bahai): Fix the leap-year case.
8999 (calendar-bahai-from-absolute): Re-use the Gregorian month.
9000 (calendar-bahai-date-string, calendar-bahai-print-date):
9001 Handle pre-Bahai dates.
9002
9003 * calendar/cal-china.el (chinese-calendar-celestial-stem)
9004 (chinese-calendar-terrestrial-branch): Make defcustoms.
9005
9006 * calendar/cal-menu.el (calendar-mouse-holidays): Re-use the title.
9007 (calendar-mouse-view-diary-entries): Use or.
9008 (calendar-mouse-chinese-date): Remove unused command.
9009 (cal-menu-load-hook): Mark as obsolete.
9010
9011 * calendar/solar.el (calendar-location-name, calendar-latitude)
9012 (calendar-longitude, solar-arctan, sunrise-sunset)
9013 (solar-mean-equinoxes/solstices): Use the appropriate equality test.
9014
9015 2008-03-20 Jay Belanger <jay.p.belanger@gmail.com>
9016
9017 * calc/calc.el: Remove outdated comments.
9018 (defcalcmodevar, calc-mode-var-list-restore-default-values)
9019 (calc-mode-var-list-restore-saved-values, calc-autorange-units):
9020 Add docstrings.
9021
9022 2008-03-19 Jason Rumney <jasonr@gnu.org>
9023
9024 * w32-fns.el (x-alternatives-map): Add S-tab mapping.
9025
9026 2008-03-19 Reiner Steib <Reiner.Steib@gmx.de>
9027
9028 * net/tls.el (open-tls-stream): Reindent.
9029
9030 2008-03-19 Michael Albinus <michael.albinus@gmx.de>
9031
9032 * net/tramp.el (tramp-let-maybe): Removed.
9033 (tramp-drop-volume-letter): Don't use `replace-regexp-in-string'.
9034 It does not exist under XEmacs.
9035 (tramp-handle-file-truename, tramp-handle-expand-file-name)
9036 (tramp-completion-file-name-handler): Let-bind
9037 `directory-sep-char'.
9038
9039 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Let-bind
9040 `directory-sep-char'.
9041
9042 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9043
9044 * help-fns.el (describe-function-1): Don't signal "missing arglist"
9045 for autoloaded keymaps.
9046
9047 * progmodes/verilog-mode.el (verilog-syntax-ppss): New function.
9048 (electric-verilog-terminate-line, verilog-in-struct-region-p)
9049 (verilog-backward-ws&directives, verilog-forward-ws&directives)
9050 (verilog-in-comment-p, verilog-in-star-comment-p)
9051 (verilog-in-slash-comment-p, verilog-skip-backward-comments)
9052 (verilog-parenthesis-depth, verilog-skip-backward-comment-or-string)
9053 (verilog-skip-forward-comment-or-string, verilog-in-paren)
9054 (verilog-skip-forward-comment-p): Use it.
9055
9056 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9057
9058 * textmodes/org.el (org-link-store, org-link-follow, org-latex)
9059 (org-remember-templates, org-time-stamp-rounding-minutes)
9060 (org-back-over-empty-lines, org-find-base-buffer-visiting)
9061 (org-columns-new): Fix typos in docstrings.
9062
9063 2008-03-19 Glenn Morris <rgm@gnu.org>
9064
9065 * net/tramp.el (tramp-drop-volume-letter): Evaluate when compiling.
9066 (tramp-handle-shell-command): Use condition-case rather than
9067 ignore-errors.
9068
9069 2008-03-19 Dan Nicolaescu <dann@ics.uci.edu>
9070
9071 * diff-mode.el (diff-header): Make the color louder.
9072 (diff-refine-change): Tone the color down.
9073
9074 2008-03-19 Juanma Barranquero <lekktu@gmail.com>
9075
9076 * descr-text.el (describe-char): When `describe-char-unidata-list'
9077 is set to show all properties, list them in the right order.
9078
9079 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * international/mule.el (load-with-code-conversion): Avoid setting
9082 default-enable-multibyte-characters.
9083
9084 2008-03-19 Gustav Hållberg <gustav@virtutech.com> (tiny change)
9085
9086 * vc.el (vc-annotate-background): Fix custom type.
9087
9088 2008-03-19 Stefan Monnier <monnier@iro.umontreal.ca>
9089
9090 * descr-text.el (describe-char-unidata-list): Allow specifying
9091 just all properties.
9092 (describe-char): Handle that new value.
9093
9094 * emulation/cua-base.el (cua-paste): Signal an error in read-only buf.
9095
9096 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9097
9098 * doc-view.el (doc-view-initiate-display): Use doc-view-doc-type
9099 instead of file name extension to make docs with uncommon
9100 extensions work.
9101
9102 2008-03-18 Tassilo Horn <tassilo@member.fsf.org>
9103
9104 * doc-view.el (require): Require cl at compile time because
9105 `assert' needs it.
9106
9107 2008-03-18 Glenn Morris <rgm@gnu.org>
9108
9109 * calendar/calendar.el (initial-calendar-window-hook)
9110 (today-visible-calendar-hook): Doc fixes.
9111
9112 2008-03-17 Michael Albinus <michael.albinus@gmx.de>
9113
9114 * net/tramp.el (tramp-root-regexp): Simplify.
9115 (tramp-completion-file-name-regexp-separate): Don't insist on
9116 leading "[". This prevents method or user or host completion.
9117 (tramp-let-maybe): Autoload it.
9118 (tramp-drop-volume-letter): Don't autoload. When not on W32, it
9119 is an alias for `identity'.
9120 (tramp-handle-write-region): Protect `last-coding-system-used'
9121 over the trailing statements.
9122 (tramp-completion-file-name-handler-post-function): Remove.
9123 (tramp-completion-file-name-handler): Let-bind `directory-sep-char'
9124 instead of calling `tramp-drop-volume-letter'.
9125
9126 * net/tramp.el:
9127 * net/tramp-uu.el:
9128 * net/trampver.el: Move coding cookie at the end.
9129
9130 2008-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
9131
9132 * net/tramp.el (tramp-completion-mode-p): Don't use char-equal for
9133 elements which may be something else than characters.
9134
9135 2008-03-17 Dan Nicolaescu <dann@ics.uci.edu>
9136
9137 * vc-bzr.el (vc-bzr-dir-status, vc-bzr-after-dir-status):
9138 New functions to implement vc-status support.
9139
9140 * vc.el (vc-default-extra-status-menu)
9141 (vc-add-to-vc-status-buffer): New functions.
9142
9143 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9144 for eldoc and ielm.
9145
9146 2008-03-17 Glenn Morris <rgm@gnu.org>
9147
9148 * calendar/cal-x.el (diary-frame-parameters)
9149 (calendar-frame-parameters, calendar-and-diary-frame-parameters):
9150 Fix custom type; add options.
9151 (calendar-frame, diary-frame): Doc fixes.
9152 (calendar-dedicate-diary, calendar-frame-1): Extract common code into
9153 new functions.
9154 (calendar-one-frame-setup, calendar-two-frame-setup): Doc fixes.
9155 Use calendar-frame-1 and calendar-dedicate-diary.
9156 (calendar-one-frame-setup): Also handle only-one-frame case.
9157 (calendar-only-one-frame-setup): Doc fix. Just call
9158 calendar-one-frame-setup.
9159
9160 * calendar/diary-lib.el: Re-order some definitions before their use.
9161 (nongregorian-diary-listing-hook, nongregorian-diary-marking-hook)
9162 (diary-list-entries): Doc fixes.
9163 (make-fancy-diary-display): Remove function.
9164
9165 * calendar/calendar.el (calendar-today-marker)
9166 (initial-calendar-window-hook, today-visible-calendar-hook)
9167 (today-invisible-calendar-hook, diary-file, calendar-basic-setup)
9168 (calendar-star-date, calendar-mark-today): Doc fixes.
9169 (today-visible-calendar-hook): Add options.
9170 (calendar-in-read-only-buffer): New macro.
9171 (calendar-basic-setup): Adapt for change in calendar-read-date.
9172 Place holiday let inside if.
9173 (calendar-day-name-array, calendar-month-name-array): Make defcustoms.
9174 (calendar-read-date): Set day to 1 rather than nil in the NODAY case.
9175 (calendar-print-other-dates): Use one let rather than many.
9176
9177 * calendar/calendar.el (calendar-in-read-only-buffer): New macro.
9178 (calendar-print-other-dates):
9179 * calendar/cal-hebrew.el (list-yahrzeit-dates):
9180 * calendar/diary-lib.el (simple-diary-display, fancy-diary-display):
9181 * calendar/holidays.el (calendar-list-holidays, list-holidays)
9182 (calendar-cursor-holidays):
9183 * calendar/lunar.el (calendar-phases-of-moon): Use
9184 calendar-in-read-only-buffer to replace previous code and disable undo.
9185
9186 2008-03-16 Juri Linkov <juri@jurta.org>
9187
9188 * isearch.el (isearch-edit-string): Use search-ring-yank-pointer
9189 and regexp-search-ring-yank-pointer for the HISTPOS argument of
9190 read-from-minibuffer to provide the correct initial minibuffer
9191 history position in isearch-edit-string when it is called from
9192 isearch-ring-adjust.
9193
9194 * menu-bar.el (kill-this-buffer): Use menu-bar-non-minibuffer-window-p
9195 to check if the current buffer is the minibuffer, and in this case
9196 call abort-recursive-edit to kill the minibuffer. Doc fix.
9197 (kill-this-buffer-enabled-p): Allow this function to return non-nil
9198 when the current buffer is the minibuffer.
9199
9200 * simple.el (goto-line): Leave mark at previous position. Doc fix.
9201
9202 2008-03-16 Tassilo Horn <tassilo@member.fsf.org>
9203
9204 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
9205 Use non-nil PARENTS attribute of make-directory instead of
9206 explicitly checking existence the current cache directory.
9207
9208 2008-03-16 Daiki Ueno <ueno@unixuser.org>
9209
9210 * epa-file.el (epa-file-select-keys): Fix bug with C-x C-s after
9211 M-x epa-file-select-keys.
9212
9213 2008-03-16 Kenichi Handa <handa@m17n.org>
9214
9215 * international/mule.el (auto-coding-alist):
9216 Use no-conversion-multibyte for archive files.
9217
9218 2008-03-16 Glenn Morris <rgm@gnu.org>
9219
9220 * calendar/diary-lib.el (calendar-mark-complex, calendar-mark-1):
9221 New functions.
9222 * calendar/cal-bahai.el (calendar-mark-1): Autoload it.
9223 (calendar-bahai-mark-date-pattern): Add optional argument `color'.
9224 Use calendar-mark-1.
9225 * calendar/cal-hebrew.el (calendar-mark-complex): Autoload it.
9226 (mark-hebrew-calendar-date-pattern): Add optional argument `color'.
9227 Use calendar-mark-complex.
9228 * calendar/cal-islam.el (calendar-mark-1): Autoload it.
9229 (mark-islamic-calendar-date-pattern): Add optional argument `color'.
9230 Use calendar-mark-1.
9231
9232 * calendar/calendar.el (calendar-mod): Remove.
9233 * calendar/cal-china.el (calendar-chinese-from-absolute)
9234 (calendar-chinese-date-string): Expand calendar-mod calls.
9235 * calendar/cal-mayan.el (calendar-mayan-tzolkin-from-absolute):
9236 Expand calendar-mod calls.
9237
9238 * calendar/cal-bahai.el (calendar-bahai-date-string): Use a single let.
9239 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
9240 (diary-bahai-insert-yearly-entry): Use let rather than let*.
9241 Move obsolete aliases after the functions that replaced them.
9242
9243 * calendar/cal-hebrew.el (calendar-absolute-from-hebrew)
9244 (hebrew-calendar-yahrzeit, insert-hebrew-diary-entry)
9245 (insert-monthly-hebrew-diary-entry, insert-yearly-hebrew-diary-entry):
9246 Use let rather than let*.
9247 (calendar-hebrew-prompt-for-date): New function.
9248 (calendar-goto-hebrew-date): Use calendar-hebrew-prompt-for-date.
9249 (holiday-tisha-b-av-etc): Use unless, let.
9250
9251 * calendar/cal-islam.el (calendar-islamic-prompt-for-date): New func.
9252 (calendar-goto-islamic-date): Use calendar-islamic-prompt-for-date.
9253
9254 * calendar/cal-mayan.el (calendar-mayan-haab-to-string): Simplify.
9255
9256 * calendar/calendar.el (calendar-for-loop): Add indent spec.
9257
9258 * calendar/diary-lib.el (diary-remind-message, mark-sexp-diary-entries)
9259 (list-sexp-diary-entries, diary-font-lock-sexps): Use format rather
9260 than concat.
9261 (diary): Remove un-needed let.
9262 (view-other-diary-entries): Rename argument.
9263 (diary-list-entries-2): New function.
9264 (diary-list-entries-1, diary-list-entries): Use diary-list-entries-2.
9265 (print-diary-entries): Use unless.
9266 (diary-mark-entries-1): Change argument order, make all but
9267 markfunc optional. Handle the standard (Gregorian) case.
9268 Use match-string-no-properties. Handle marks.
9269 (mark-diary-entries): Use diary-mark-entries-1.
9270 (diary-font-lock-keywords-1): New macro.
9271 (diary-font-lock-keywords): Use diary-font-lock-keywords-1.
9272
9273 2008-03-16 Ulf Jasper <ulf.jasper@web.de>
9274
9275 * calendar/icalendar.el (icalendar-version): Increase to 0.18.
9276 (icalendar-export-hidden-diary-entries): New variable.
9277 (icalendar-export-region): Use icalendar-export-hidden-diary-entries.
9278 In case of error, insert full error-val.
9279 (icalendar-first-weekday-of-year): Remove `offset' argument. Doc fix.
9280 Use calendar-day-of-week. Return the day number.
9281 (icalendar--convert-weekly-to-ical): Use funcall rather than apply.
9282
9283 2008-03-16 Craig Markwardt <Craig.Markwardt@nasa.gov>
9284
9285 * calendar/icalendar.el (icalendar-recurring-start-year): New variable.
9286 (icalendar--diarytime-to-isotime): Fix treatment of 12:00pm - 12:59pm.
9287 (icalendar-export-region): Ignore hidden diary entries.
9288 (icalendar--convert-ordinary-to-ical): Fix case where event
9289 spans across midnight boundary.
9290 (icalendar-first-weekday-of-year): New function.
9291 (icalendar--convert-weekly-to-ical): Allow user-selectable start
9292 year for recurring events (Mozilla calendars do not propagate
9293 recurring events forever, so year 2000 start date was not working).
9294 (icalendar--convert-yearly-to-ical): Remove extra spaces in
9295 formatting of BYMONTH and BYMONTHDAY (not allowed by ical spec).
9296
9297 2008-03-15 Michael Albinus <michael.albinus@gmx.de>
9298
9299 * net/tramp.el (tramp-root-regexp): New defconst.
9300 (tramp-completion-file-name-regexp-unified)
9301 (tramp-completion-file-name-regexp-separate)
9302 (tramp-completion-file-name-regexp-url): Use it.
9303 (tramp-do-copy-or-rename-file-via-buffer):
9304 Set `enable-multibyte-characters' to nil. Set `jka-compr-inhibit' to
9305 t for `insert-file-contents-literally'.
9306 (tramp-drop-volume-letter): Rewrite, using `tramp-root-regexp'.
9307 Autoload it.
9308 (tramp-completion-file-name-handler-post-function): New defconst.
9309 (tramp-completion-file-name-handler): Use it.
9310 (tramp-maybe-open-connection): Update calls to
9311 `tramp-flush-connection-property' for removed 2nd argument.
9312
9313 2008-03-15 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * vc-bzr.el (vc-bzr-diff): Use a faster invocation when possible.
9316 (vc-bzr-complete-with-prefix, vc-bzr-revision-completion-table):
9317 New functions.
9318
9319 2008-03-15 Glenn Morris <rgm@gnu.org>
9320
9321 * calendar/diary-lib.el (diary-list-entries-1, diary-mark-entries-1):
9322 New functions.
9323 * calendar/cal-bahai.el (number, original-date, add-to-diary-list)
9324 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9325 (diary-list-entries-1, diary-mark-entries-1): Autoload.
9326 (diary-bahai-list-entries): Use diary-list-entries-1.
9327 (diary-bahai-mark-entries): Doc fix. Use diary-mark-entries-1.
9328 * calendar/cal-hebrew.el (number, original-date, add-to-diary-list)
9329 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9330 (diary-list-entries-1, diary-mark-entries-1): Autoload.
9331 (list-hebrew-diary-entries): Use diary-list-entries-1.
9332 (mark-hebrew-diary-entries): Doc fix. Use diary-mark-entries-1.
9333 * calendar/cal-islam.el (number, original-date, add-to-diary-list)
9334 (diary-name-pattern, mark-calendar-days-named): Remove declarations.
9335 (diary-list-entries-1, diary-mark-entries-1): Autoload.
9336 (list-islamic-diary-entries): Use diary-list-entries-1.
9337 (mark-islamic-diary-entries): Doc fix. Use diary-mark-entries-1.
9338
9339 * calendar/appt.el (appt-check, appt-delete, appt-make-list): Use caar.
9340
9341 * calendar/cal-bahai.el (calendar-bahai-epoch): Doc fix.
9342
9343 * calendar/cal-china.el (number-chinese-months)
9344 (calendar-chinese-from-absolute): Use nth, caar.
9345
9346 * calendar/cal-coptic.el (coptic-calendar-epoch): Doc fix.
9347
9348 * calendar/cal-french.el (french-calendar-accents): Doc fix.
9349
9350 * calendar/cal-hebrew.el (calendar-hebrew-month-name-array-common-year)
9351 (calendar-hebrew-month-name-array-leap-year)
9352 (hebrew-calendar-parashiot-names): Make constants.
9353 (diary-parasha): Move definition after constants it uses.
9354
9355 * calendar/cal-html.el (cal-html-insert-link-yearpage)
9356 (cal-html-htmlify-list): Doc fix.
9357 (cal-html-htmlify-entry): Use nth.
9358
9359 * calendar/cal-islam.el (calendar-islamic-month-name-array)
9360 (calendar-islamic-epoch): Make constants.
9361 (calendar-islamic-epoch): Doc fix.
9362
9363 * calendar/cal-menu.el (cal-menu-goto-menu): Use "Go To".
9364
9365 * calendar/cal-tex.el (cal-tex-hook, cal-tex-insert-preamble)
9366 (cal-tex-month-name): Doc fix.
9367 (cal-tex-last-blank-p): Use zerop.
9368
9369 * calendar/calendar.el (european-calendar-style, calendar-for-loop)
9370 (calendar-sum, calendar-insert-indented, mouse-calendar-other-month)
9371 (calendar-cursor-to-date): Doc fix.
9372 (hebrew-holidays-1, hebrew-holidays-4): Simplify.
9373 (extract-calendar-day, extract-calendar-year): Use cadr, nth.
9374 (calendar-day-number): Use when.
9375 (generate-calendar-month): Use dotimes.
9376 (exit-calendar, calendar-print-other-dates): Use let rather than let*.
9377 (calendar-set-mark): Reverse conditional.
9378 (calendar-make-alist): Move definition before use.
9379
9380 * calendar/diary-lib.el (diary-face-attrs)
9381 (diary-glob-file-regexp-prefix, diary-selective-display)
9382 (number-of-diary-entries, diary-list-entries, diary-goto-entry)
9383 (list-sexp-diary-entries, diary-date, diary-block, diary-float)
9384 (diary-anniversary, diary-cyclic)
9385 (diary-fancy-font-lock-fontify-region-function): Doc fixes.
9386 (diary-header-line-format): Change wording.
9387 (diary-list-entries): Set `date-start' in let.
9388 (include-other-diary-files, mark-included-diary-files): Use format.
9389 (simple-diary-display, fancy-diary-display): Use cadr, unless.
9390 (mark-diary-entries): Use 1+.
9391 (mark-sexp-diary-entries, list-sexp-diary-entries): Use when.
9392 (mark-calendar-month): Use dotimes.
9393
9394 * calendar/holidays.el (displayed-month, displayed-year):
9395 Move declarations where needed.
9396 (calendar-list-holidays): Doc fix.
9397
9398 * calendar/parse-time.el (parse-time-string): Simplify.
9399
9400 * calendar/solar.el (solar-n-hemi-seasons, solar-s-hemi-seasons):
9401 Make constants.
9402 (solar-sunrise-sunset): Rename some local variables for clarity.
9403 (sunrise-sunset): Use zerop.
9404 (solar-mean-equinoxes/solstices): Doc fix.
9405
9406 * calendar/timeclock.el (timeclock-time-to-seconds, timeclock-log-data):
9407 Use nth.
9408 (timeclock-completing-read, timeclock-generate-report): Use zerop.
9409 (timeclock-mean, timeclock-generate-report): Use dolist.
9410
9411 * calendar/todo-mode.el (todo-add-category): Simplify.
9412 (todo-more-important-p, todo-delete-item, todo-file-item):
9413 Use unless, when.
9414 (todo-top-priorities): Use zerop.
9415
9416 2008-03-14 Nick Roberts <nickrob@snap.net.nz>
9417
9418 * buff-menu.el (list-buffers-noselect): Display buffer name in
9419 tooltip instead of mouse binding when it doesn't fit in the list.
9420
9421 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
9422
9423 * faces.el (xw-defined-colors):
9424 * simple.el (widget-convert, shell-mode): Declare as functions
9425 instead of autoloading.
9426
9427 * abbrev.el:
9428 * button.el:
9429 * cus-face.el:
9430 * ediff-hook.el:
9431 * emacs-lisp/backquote.el:
9432 * emacs-lisp/timer.el:
9433 * facemenu.el:
9434 * faces.el:
9435 * menu-bar.el:
9436 * simple.el:
9437 * subr.el:
9438 * textmodes/fill.el:
9439 * textmodes/paragraphs.el: Remove autoloads, redundant when the
9440 files are preloaded.
9441
9442 2008-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
9443
9444 * desktop.el (desktop-create-buffer): Don't catch errors if
9445 debug-on-error is set.
9446
9447 2008-03-14 Eli Zaretskii <eliz@gnu.org>
9448
9449 * makefile.w32-in ($(lisp)/calendar/cal-loaddefs.el)
9450 ($(lisp)/calendar/diary-loaddefs.el)
9451 ($(lisp)/calendar/hol-loaddefs.el): New targets.
9452 (LOADDEFS): New macro.
9453 (autoloads): Depend on $(LOADDEFS).
9454
9455 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
9456
9457 * font-lock.el (featurep): Remove test, not useful anymore.
9458 (facemenu-keymap): Move key binding ...
9459 * facemenu.el (facemenu-keymap): ... here.
9460
9461 * vc-bzr.el (vc-bzr-print-log): Insert a file marker. Run the log
9462 for each file in the list.
9463 (vc-bzr-log-view-mode): Recognize the file marker.
9464
9465 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Add menu entries
9466 for checkdoc and profiling.
9467
9468 2008-03-14 Bastien Guerry <bzg@altern.org>
9469
9470 * textmodes/flyspell.el (nxml-mode): Add the right
9471 `flyspell-mode-predicate'.
9472
9473 * wid-edit.el (link): Use 'mouse-face for :follow-link.
9474
9475 2008-03-14 Glenn Morris <rgm@gnu.org>
9476
9477 * calendar/solar.el: Reorder so that functions are defined before use.
9478 (displayed-month, displayed-year): Move declarations where needed.
9479 (solar-get-number): Move definition before use. Use unless.
9480 (solar-equatorial-coordinates): Simplify.
9481 (solar-sunrise-and-sunset): Use let rather than let*.
9482 (solar-longitude, solar-equinoxes-solstices): Use cadr, nth.
9483
9484 * startup.el (command-line-1): Rename -internal-script back to
9485 -scriptload (reverts previous change).
9486
9487 * calendar/cal-bahai.el (calendar-bahai-month-name-array)
9488 (calendar-bahai-leap-base): Add doc strings.
9489 (calendar-bahai-prompt-for-date, calendar-bahai-mark-date-pattern):
9490 Move definition before use.
9491 (calendar-bahai-goto-date, diary-bahai-list-entries): Doc fix.
9492 (diary-bahai-list-entries, diary-bahai-mark-entries): Move some constant
9493 variables outside the loop. Use dolist.
9494 (holiday-bahai, calendar-bahai-mark-date-pattern): Use unless.
9495
9496 * calendar/cal-china.el: Re-order so that functions are defined before
9497 use.
9498 (displayed-month, displayed-year): Move declarations where needed.
9499 (chinese-calendar-time-zone, calendar-goto-chinese-date): Doc fix.
9500 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
9501 Add doc strings.
9502 (chinese-year-cache): Recenter on 2010. Doc fix.
9503 (chinese-year, number-chinese-months, calendar-absolute-from-chinese):
9504 Doc fix. Simplify.
9505 (chinese-year-cache-init): New function.
9506 (compute-chinese-year, holiday-chinese-new-year)
9507 (calendar-chinese-date-string, calendar-goto-chinese-date)
9508 (make-chinese-month-assoc-list): Use cadr, nth.
9509 (chinese-months): Remove un-needed let.
9510
9511 * calendar/cal-coptic.el (coptic-calendar-month-name-array)
9512 (ethiopic-calendar-month-name-array, ethiopic-name): Add doc strings.
9513 (coptic-prompt-for-date): Move definition before use.
9514
9515 * calendar/cal-dst.el (calendar-time-zone-daylight-rules): Simplify.
9516 (calendar-dst-find-data, calendar-daylight-time-offset)
9517 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
9518 (calendar-daylight-savings-starts-time)
9519 (calendar-daylight-savings-ends-time): Use cadr, nth.
9520
9521 * calendar/cal-french.el (french-calendar-epoch)
9522 (calendar-goto-french-date): Doc fix.
9523 (french-calendar-month-name-array)
9524 (french-calendar-multibyte-month-name-array)
9525 (french-calendar-day-name-array, french-calendar-special-days-array):
9526 Add doc strings.
9527
9528 * calendar/cal-hebrew.el (displayed-month, displayed-year)
9529 (original-date): Move declarations where needed.
9530 (calendar-goto-hebrew-date, list-hebrew-diary-entries, diary-yahrzeit):
9531 Doc fix.
9532 (list-hebrew-diary-entries, mark-hebrew-diary-entries): Move some
9533 constant variables outside the loop. Use dolist.
9534
9535 * calendar/cal-islam.el (displayed-month, displayed-year)
9536 (original-date): Move declarations where needed.
9537 (islamic-calendar-day-number): Remove unused local variable `day'.
9538 (calendar-goto-islamic-date): Doc fix.
9539 (holiday-islamic): Use unless.
9540 (list-islamic-diary-entries, mark-islamic-diary-entries): Move some
9541 constant variables outside the loop. Use dolist.
9542 (mark-islamic-calendar-date-pattern): Move definition before use.
9543 Use unless.
9544 (mark-islamic-diary-entries): Doc fix.
9545 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
9546 (insert-yearly-islamic-diary-entry): Use let rather than let*.
9547
9548 * calendar/cal-julian.el (calendar-absolute-from-julian):
9549 Move definition before use. Remove un-needed local `day'.
9550 (calendar-goto-julian-date, calendar-goto-astro-day-number): Doc fix.
9551
9552 * calendar/cal-mayan.el (calendar-mayan-haab-month-name-array)
9553 (calendar-mayan-tzolkin-names-array): Add doc strings.
9554 (calendar-mayan-long-count-from-absolute): Use a single let.
9555 (calendar-string-to-mayan-long-count): Simplify.
9556 (calendar-next-haab-date, calendar-previous-haab-date)
9557 (calendar-next-tzolkin-date, calendar-previous-tzolkin-date)
9558 (calendar-previous-calendar-round-date)
9559 (calendar-goto-mayan-long-count-date, calendar-mayan-date-string):
9560 Doc fix.
9561 (calendar-mayan-tzolkin-haab-on-or-before): Use zerop.
9562 (calendar-mayan-date-string, calendar-print-mayan-date)
9563 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
9564 (calendar-mayan-long-count-common-era): Move definitions before use.
9565
9566 * calendar/cal-menu.el (displayed-year): Move declaration where needed.
9567 (calendar-event-to-date, cal-tex-mouse-week, cal-tex-mouse-week-iso):
9568 Doc fix.
9569 (calendar-mouse-goto-date): Move definition before use.
9570
9571 * calendar/cal-move.el (calendar-cursor-to-nearest-date): Use or, when.
9572 Move definition before use.
9573 (calendar-cursor-to-visible-date): Move definition before use.
9574 (calendar-scroll-left): Use unless and zerop. Combine lets into one,
9575 and place inside the conditional.
9576 (calendar-forward-day): Simplify.
9577 (calendar-end-of-month): Use unless.
9578 (calendar-goto-day-of-year): Doc fix.
9579 Relocate obsolete aliases after their replacements.
9580
9581 * calendar/cal-persia.el (calendar-goto-persian-date): Doc fix.
9582
9583 * calendar/diary-lib.el (mark-diary-entries): Move some constant
9584 variables outside the diary-date-forms loop.
9585
9586 * calendar/calendar.el (diary-file): Doc fix.
9587 (calendar-buffer-list): Return buffers rather than strings (fixes
9588 previous change).
9589 (hebrew-holidays-4): Fix typo.
9590
9591 * calendar/holidays.el (displayed-month, displayed-year):
9592 Move declarations where needed.
9593 (calendar-holiday-list, calendar-list-holidays)
9594 (holiday-filter-visible-calendar): Move definitions before use.
9595 (list-holidays): Use cadr.
9596 Relocate obsolete aliases after their replacements.
9597
9598 * calendar/lunar.el (date, displayed-month, displayed-year):
9599 Move declarations where needed.
9600 (lunar-phase-list): Move definition after functions it uses.
9601 (calendar-phases-of-moon, diary-phases-of-moon)
9602 (lunar-new-moon-on-or-after): Use cadr, nth.
9603 (lunar-new-moon-on-or-after): Doc fix.
9604
9605 * textmodes/org-irc.el (top-level): CL not required when compiling.
9606 (org-irc-visit-erc): Replace runtime CL functions.
9607
9608 * textmodes/org-publish.el (declare-function): Add compatibility stub.
9609 (org-publish-delete-dups): Declare as function.
9610
9611 2008-03-14 Dan Nicolaescu <dann@ics.uci.edu>
9612
9613 * vc-bzr.el (vc-bzr-log-view-mode): "." can be part of a revno.
9614 (vc-bzr-show-log-entry): Make regexp match more cases.
9615 (vc-diff-switches-list): Remove autoload, not needed.
9616
9617 2008-03-14 Juri Linkov <juri@jurta.org>
9618
9619 * isearch.el (isearch-edit-string): Remove one call to
9620 `isearch-push-state' not to push an inconsistent state,
9621 but keep another correct call to `isearch-push-state'.
9622 (isearch-ring-adjust): Call `isearch-push-state' only when
9623 `search-ring-update' is non-nil since `isearch-edit-string'
9624 already pushes its state.
9625 (isearch-message): Improve matching the failed part by checking
9626 if the original message starts with the last successful message.
9627
9628 * dired.el (dired-warn-writable): Rename to `dired-perm-write'.
9629 (dired-perm-write): Rename from `dired-warn-writable'.
9630 Change parent face from `font-lock-warning-face' to
9631 `font-lock-comment-delimiter-face'.
9632 (dired-warn-writable-face): Rename to `dired-perm-write-face'.
9633 (dired-perm-write-face): Rename from `dired-warn-writable-face'.
9634 (dired-font-lock-keywords): Replace `dired-warn-writable-face'
9635 with `dired-perm-write-face'.
9636
9637 2008-03-13 Tassilo Horn <tassilo@member.fsf.org>
9638
9639 * doc-view.el (doc-view-doc->txt, doc-view-convert-current-doc):
9640 Create cache dir only if it doesn't already exist.
9641
9642 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9643
9644 * progmodes/sh-script.el (sh-font-lock-quoted-subshell): Fix handling
9645 of \ and '.
9646
9647 2008-03-13 Johan Bockgård <bojohan@gnu.org>
9648
9649 * net/browse-url.el (browse-url-text-xterm):
9650 Unquote browse-url-text-browser.
9651
9652 2008-03-13 Carsten Dominik <dominik@science.uva.nl>
9653
9654 * textmodes/org-mouse.el: Version number change.
9655
9656 * textmodes/org-publish.el (org-publish-expand-components):
9657 Remove null projects from the list of components.
9658 (org-publish-attachment): Bugfix: handle mandatory argument pub-dir.
9659 Remove unused retrieval of the :publishing-directory property.
9660 (org-publish-file): Bugfix: when using a relative directory as the
9661 publishing directory, convert it to a directory filename.
9662 (org-publish-project): New alias.
9663 (org-publish-get-files): Protect against empty p.
9664 (org-publish-file): Send an error when file is not part of any project.
9665 (org-publish-file): Offer to refresh the list of files in known
9666 project when the current file is not part of any project.
9667 (org-publish-before-export-hook)
9668 (org-publish-after-export-hook): New hooks.
9669 (org-publish-org-to): Use new hooks and kill buffers.
9670 (org-publish-file): Remove the code for killing buffers.
9671 (org-publish-initialize-files-alist): Use interactive.
9672 (org-publish-file): If the publishing function creates a new
9673 buffer, kill it after publishing.
9674 (org-publish-timestamp-filename): Protect ":" in file name path
9675 under windows.
9676
9677 * textmodes/org-export-latex.el (org-export-as-latex): Revert the
9678 change that killed the LaTeX buffer.
9679
9680 * textmodes/org.el (org-ctrl-c-star): Implement a missing branch
9681 in the decision tree.
9682 (org-select-remember-template): Clean the code.
9683 (org-prepare-dblock): Add the extra :content parameter.
9684 (org-write-agenda): New output type ".ics" files.
9685 (org-write-agenda): Call `org-icalendar-verify-function', both for
9686 time stamps and for TODO entries.
9687 (org-agenda-collect-markers, org-create-marker-find-array)
9688 (org-check-agenda-marker-table): New functions.
9689 (org-agenda-marker-table): New variable.
9690 (org-export-as-html): Revert the change that killed the html
9691 buffer. Side effects first need to be studied carefully.
9692 (org-get-tags-at): Fix the structure of the condition-case statement.
9693 (org-ts-regexp0, org-repeat-re, org-display-custom-time)
9694 (org-timestamp-change): Fix regulear expressions to swallow the
9695 extra character for repeat-shift control.
9696 (org-auto-repeat-maybe): Implement the new repeater mechanisms.
9697 (org-get-legal-level): Alias to `org-get-valid-level'.
9698 (org-dblock-write:clocktable): Add a :link parameter, linking
9699 headlines to their location in the Org agenda files.
9700 (org-get-tags-at): Bugfix: prevent `org-back-to-heading' from
9701 throwing an error when getting tags before headlines.
9702 (org-timestamp-change, org-modify-ts-extra)
9703 (org-ts-regexp1): Fix timestamp editing.
9704 (org-agenda-custom-commands-local-options): New constant.
9705 (org-agenda-custom-commands):
9706 Use `org-agenda-custom-commands-local-options' to improve customize
9707 type. "htmlize": Removed hack to fix face problem with htmlize,
9708 it no longer seem necessary.
9709 (org-follow-link-hook): New hook.
9710 (org-agenda-custom-commands): Add "Component" as a tag for each
9711 item in a command serie.
9712 (org-open-at-point): Run `org-follow-link-hook'.
9713 (org-agenda-schedule): Bugfix: don't display marker type when it
9714 is nil.
9715 (org-store-link): org-irc required.
9716 (org-set-regexps-and-options): Parse the new logging options.
9717 (org-extract-log-state-settings): New function.
9718 (org-todo): Handle the new ways of recording state change stuff.
9719 (org-local-logging): New function.
9720 (org-columns-open-link): Fix bug with opening link in column view.
9721 (org-local-logging): New function.
9722 (org-todo): Make sure that LOGGING properties are honoured.
9723 (org-todo-keywords): Improve docstring.
9724 (org-startup-options): Cleanup startup options.
9725 (org-set-regexps-and-options): Process the "!" markers.
9726 (org-todo): Respect the new logging stuff.
9727 (org-log-note-how): New variable.
9728 (org-add-log-maybe): New parameter HOW that defines how logging
9729 should be done and also overrides PURPOSE. Add a docstring.
9730 (org-add-log-note): Check if we really need to ask for a note.
9731 (org-get-current-options): Digest the new keyword.
9732 (org-agenda-reset-markers): Rename from
9733 `org-agenda-maybe-reset-markers'. Remove FORCE argument.
9734 (org-diary, org-agenda-quit, org-prepare-agenda): Call the renamed
9735 function, without force argument.
9736 (org-buffer-property-keys): Bind local variables s and p.
9737 (org-make-tags-matcher): Allow "" to match an empty or
9738 non-existent property value.
9739 (org-export-as-html): Join unsorted lists when they directly
9740 follow each other. Such lists may be created by headlines that
9741 are converted to lists.
9742 (org-nofm-to-completion): New function.
9743 (org-export-as-html): Use :html-extension instead of
9744 org-export-html-extension.
9745 (org-store-link): Support for links from `rmail-summary-mode'.
9746 (org-columns-new, org-complete, org-set-property): Set the
9747 `include-columns' argument in the call to
9748 `org-buffer-property-keys'.
9749 (org-buffer-property-keys): New argument `include-columns', to
9750 include properties expected by any of the COLUMS formats in the
9751 current buffer.
9752 (org-cleaned-string-for-export): Get rid of drawers first, so that
9753 they will be removed also in the text before the first headline.
9754 (org-clock-report): Show the clocktable when found.
9755 (org-refile): Fix positioning bug when `org-reverse-note-order' is nil.
9756 (org-version): With prefix argument, insert `org-version' at point.
9757 (org-agenda-goto): Recenter the window after finding the target
9758 location, to make sure the correct position will be displayed.
9759 (org-agenda-get-deadlines): Don't scale priority with the warning
9760 period.
9761 (org-insert-heading): Don't break line in the middle of the line.
9762 (org-agenda-get-deadlines): Allow `org-deadline-warning-days' to
9763 be 0.
9764 (org-update-checkbox-count): Revamp to deal with hierarchical
9765 beckboxes. This was a patch from Miguel A. Figueroa-Villanueva.
9766 (org-remove-timestamp-with-keyword): New function.
9767 (org-schedule, org-deadline):
9768 Use `org-remove-timestamp-with-keyword' to make sure all such time
9769 stamps are removed.
9770 (org-mode): Support for `align'.
9771 (org-agenda-get-deadlines): Make sure priorities increase as the
9772 due date approaches and is passed.
9773 (org-remember-apply-template): Fix problem with tags that
9774 contain "_" or "@".
9775 (org-make-link-regexps): Improve the regular expression for plain links.
9776 (org-agenda-get-closed): List each clocking entry.
9777 (org-set-tags): Only tabify before tags if indent-tabs-mode is t.
9778 (org-special-ctrl-k): New option.
9779 (org-kill-line): New function.
9780 (org-archive-all-done): Fix incorrect number of stars in regexp.
9781 (org-refile-get-location): New function.
9782 (org-refile-goto-last-stored): New function.
9783 (org-global-tags-completion-table): Add the value of org-tag-alist
9784 in each buffer, to make sure that also unused tags will be
9785 available for completion.
9786 (org-columns-edit-value)
9787 (org-columns-next-allowed-value): Only update if not in agenda.
9788 (org-clocktable-steps): New function.
9789 (org-dblock-write:clocktable): Call `org-clocktable-steps'.
9790 (org-archive-subtree): Add the outline tree context as a property.
9791 (org-closest-date): New optional argument `prefer'.
9792 (org-goto-auto-isearch): New option.
9793 (org-goto-map, org-get-location): Implement auto-isearch.
9794 (org-goto-local-auto-isearch-map): New variable.
9795 (org-goto-local-search-forward-headings)
9796 (org-goto-local-auto-isearch): New functions.
9797
9798 2008-03-13 Philip Jackson <emacs@shellarchive.co.uk>
9799
9800 * textmodes/org-irc.el: New file.
9801
9802 2008-03-13 John Wiegley <johnw@gnu.org>
9803
9804 * textmodes/org-mac-message.el: New file.
9805
9806 2008-03-13 Dan Nicolaescu <dann@ics.uci.edu>
9807
9808 * font-lock.el (font-lock-comment-face): Set the foreground for
9809 the light background 8 colors case.
9810
9811 2008-03-13 Glenn Morris <rgm@gnu.org>
9812
9813 * font-lock.el (lisp-font-lock-keywords-1): Support wider range of
9814 generate-autoload-cookie patterns.
9815
9816 * startup.el (command-line-1): Rename -scriptload to -internal-script.
9817
9818 * Makefile.in ($(lisp)/loaddefs.el): Remove this target.
9819 (MH_E_SRC): Remove variable.
9820 ($(lisp)/mh-e/mh-loaddefs.el): Remove $MH_E_SRC dependency.
9821 Simplify file header. Use $@ for generated-autoload-file.
9822
9823 * Makefile.in (LOADDEFS): New variable.
9824 (AUTOGENEL): Use $LOADDEFS.
9825 (autoloads): Remove $(lisp)/loaddefs.el dependency; add $LOADDEFS.
9826 ($(lisp)/calendar/cal-loaddefs.el, $(lisp)/calendar/diary-loaddefs.el)
9827 ($(lisp)/calendar/hol-loaddefs.el): New targets.
9828 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
9829 * calendar/cal-french.el, calendar/cal-hebrew.el, calendar/cal-html.el:
9830 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
9831 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
9832 * calendar/cal-tex.el, calendar/cal-x.el, calendar/diary-lib.el:
9833 * calendar/holidays.el, calendar/lunar.el, calendar/solar.el:
9834 Add calendar-specific autoload cookies, and remove any setting of
9835 generated-autoload-file.
9836 * calendar/calendar.el: Remove explicit autoloads now in cal-loaddefs.
9837 * calendar/diary-lib.el: Replace explicit autoloads with reading of
9838 diary-loaddefs.
9839 * calendar/holidays.el: Replace explicit autoloads with reading of
9840 hol-loaddefs.
9841
9842 * calendar/calendar.el (cal-hebrew-yahrzeit-buffer): New constant.
9843 (calendar-buffer-list): Simplify.
9844 (generate-calendar-window): Use calendar-mark-holidays rather than
9845 obsolete alias.
9846
9847 * calendar/cal-hebrew.el (list-yahrzeit-dates):
9848 Use cal-hebrew-yahrzeit-buffer.
9849
9850 * calendar/cal-x.el (calendar-only-one-frame-setup)
9851 (calendar-two-frame-setup): Doc fixes.
9852 (special-display-buffer-names): Use cal-hebrew-yahrzeit-buffer.
9853
9854 * calendar/appt.el (appt-mode-string): Mark as risky.
9855 (appt-check): Apply mode-line-emphasis face to appt-mode-string.
9856
9857 * calendar/cal-html.el (diary-list-entries):
9858 * calendar/cal-tex.el (calendar-holiday-list, diary-list-entries)
9859 (calendar-iso-from-absolute): Fix autoloads.
9860
9861 * calendar/cal-iso.el (calendar-absolute-from-iso)
9862 (calendar-iso-read-args): Simplify.
9863 (calendar-iso-date-string, calendar-iso-read-args)
9864 (calendar-goto-iso-date, calendar-goto-iso-week): Doc fixes.
9865
9866 * calendar/cal-julian.el (calendar-julian-from-absolute): Use zerop.
9867 (displayed-month, displayed-year): Move declarations where needed.
9868 (calendar-print-astro-day-number): Doc fix.
9869
9870 * calendar/cal-persia.el (persian-calendar-month-name-array)
9871 (persian-calendar-epoch, calendar-persian-date-string): Doc fixes.
9872 (persian-prompt-for-date): Remove local variable `today'.
9873
9874 * calendar/diary-lib.el (mark-calendar-month): Use zerop.
9875
9876 * calendar/solar.el (solar-moment, solar-exact-local-noon)
9877 (solar-sunrise-sunset, solar-sunrise-sunset-string)
9878 (solar-ephemeris-time, solar-date-next-longitude, solar-sidereal-time)
9879 (diary-sabbath-candles, solar-equinoxes/solstices)
9880 (solar-equinoxes-solstices): Use cadr, cdar, nth, zerop.
9881 (solar-time-equation, solar-date-to-et): Simplify.
9882
9883 * mail/supercite.el: Remove the `function' in `(function (lambda'.
9884 Replace `(car (cdr' with cadr'.
9885
9886 * progmodes/f90.el (f90-font-lock-n): New function.
9887 (f90-font-lock-1, f90-font-lock-2, f90-font-lock-3, f90-font-lock-4):
9888 Use f90-font-lock-n.
9889 (f90-indent-region, f90-indent-subprogram, f90-match-end): Use cadr.
9890
9891 * progmodes/f90.el (f90-mode-abbrev-table):
9892 * progmodes/fortran.el (fortran-mode-abbrev-table):
9893 Use newer form of define-abbrev, where supported. No need to bind
9894 abbrevs-changed for system abbrevs.
9895
9896 2008-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9897
9898 * term/xterm.el (terminal-init-xterm): delete-frame-hook ->
9899 delete-frame-functions.
9900
9901 * bookmark.el (Info-current-node): Remove.
9902
9903 2008-03-12 Juri Linkov <juri@jurta.org>
9904
9905 * help.el (describe-project): Remove defaliases for view-todo and
9906 describe-project that are now unnecessary after the merge from
9907 emacs--rel--22 that added define-obsolete-function-alias.
9908
9909 * startup.el (inhibit-startup-screen): Revert incomplete
9910 2008-03-10 merge from emacs--rel--22 that partly reverted
9911 2008-02-28 change that added initial message to *scratch* buffer
9912 regardless of the value of `inhibit-startup-screen'.
9913 Now keep this change in the trunk, but not in the 22 branch.
9914
9915 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9916
9917 * international/quail.el (quail-setup-completion-buf, quail-help):
9918 * mail/binhex.el (binhex-decode-region-internal):
9919 * mail/uudecode.el (uudecode-decode-region-internal):
9920 * net/dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
9921 * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
9922 setting default-enable-multibyte-characters.
9923
9924 * emulation/viper-util.el (viper-file-remote-p): Remove, unused.
9925
9926 * comint.el: Fix up indentation and comment style. Remove `function'.
9927
9928 * international/mule-cmds.el (reset-language-environment)
9929 (set-language-environment-nonascii-translation):
9930 Don't set-unibyte-charset.
9931
9932 * doc-view.el: Remove all cb-args, use closures instead.
9933 (doc-view-sentinel): Merge doc-view-dvi->pdf-sentinel,
9934 doc-view-ps->pdf-sentinel, and doc-view-pdf->txt-sentinel (which was
9935 doing an incorrect check). Update all callers to use the new name.
9936 (doc-view-doc->txt): Add missing `txt' argument.
9937
9938 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
9939
9940 * doc-view.el (doc-view-current-cache-dir): Set buffer used for
9941 md5 sum calculation to single-byte.
9942
9943 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9944
9945 * doc-view.el (doc-view-new-window-function): Add assertion.
9946 (doc-view-doc-type): New var.
9947 (doc-view-convert-current-doc, doc-view-doc->txt): Use it.
9948 (doc-view-intersection): New fun.
9949 (doc-view-mode): Use it to set the new var.
9950
9951 2008-03-12 Tassilo Horn <tassilo@member.fsf.org>
9952
9953 * doc-view.el (doc-view-doc->txt, doc-view-open-text)
9954 (doc-view-already-converted-p): New functions.
9955 (doc-view-clear-cache): Don't recreate doc-view-cache-directory.
9956 (doc-view-mode-map): Bind C-c C-t to doc-view-open-text.
9957 (doc-view-dvi->pdf-sentinel, doc-view-dvi->pdf)
9958 (doc-view-pdf->txt-sentinel, doc-view-pdf->txt)
9959 (doc-view-ps->pdf-sentinel, doc-view-ps->pdf)
9960 (doc-view-convert-current-doc): Don't hardwire the functions the
9961 sentinels call. Now they're provided by two args CALLBACK and
9962 CB-ARGS to the functions.
9963 (doc-view-search): Use doc-view-doc->txt.
9964 (doc-view-initiate-display): Use doc-view-already-converted-p.
9965 Mention new binding C-c C-t if doc-view-mode doesn't work.
9966
9967 2008-03-12 Dan Nicolaescu <dann@ics.uci.edu>
9968
9969 * diff-mode.el (diff-refine-change): Adjust colors to be more visible.
9970
9971 2008-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
9972
9973 * textmodes/sgml-mode.el (sgml-font-lock-syntactic-keywords):
9974 Mark " outside of tags as punctuation.
9975
9976 2008-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
9977
9978 * menu-bar.el (minibuffer-local-map): Use the same command for the
9979 "Quit" menu as used for the C-g key, so the shortcut displayed is C-g.
9980 Prefer RET over C-j for exit-minibuffer.
9981
9982 * files.el (display-buffer-other-frame): Eliminate problematic code.
9983
9984 * menu-bar.el (menu-bar-update-buffers-maxbuf): Remove.
9985 (menu-bar-select-buffer): Remove.
9986 (menu-bar-select-frame): Make non-interactive and take a frame arg.
9987 (menu-bar-update-buffers): Don't use buffer-names or frame names as events.
9988
9989 2008-03-11 Juanma Barranquero <lekktu@gmail.com>
9990
9991 * icomplete.el (icomplete-completions): Remove obsolete code.
9992
9993 * net/net-utils.el (iwconfig-program-options): Doc fix.
9994 (net-utils-run-program, run-network-program): Define as functions.
9995
9996 2008-03-11 Dan Nicolaescu <dann@ics.uci.edu>
9997
9998 * emacs-lisp/lisp-mode.el (lisp-interaction-mode-map): Fix typo.
9999
10000 2008-03-11 Glenn Morris <rgm@gnu.org>
10001
10002 * faces.el (mode-line-emphasis): New face.
10003 * vc.el (vc-set-mode-line-busy-indicator): Use mode-line-emphasis face.
10004
10005 * calendar/calendar.el (top-level): Load cal-loaddefs when compiling.
10006
10007 2008-03-11 Chong Yidong <cyd@stupidchicken.com>
10008
10009 * simple.el (set-mark-command): Doc fix.
10010
10011 2008-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
10012
10013 * Makefile.in (bootstrap-prepare): Don't chmod cal-loaddefs.el.
10014
10015 * emacs-lisp/autoload.el (autoload-find-destination):
10016 Don't force raw-text.
10017
10018 * calendar/calendar.el ("cal-loaddefs"): Load, rather than require.
10019 * calendar/cal-loaddefs.el: Don't version control.
10020
10021 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10022
10023 * progmodes/make-mode.el (makefile-mode-abbrev-table): Add menu
10024 entries and add :help to the existing ones.
10025
10026 2008-03-10 Glenn Morris <rgm@gnu.org>
10027
10028 * calendar/cal-hebrew.el (date, entry, number): Move declarations
10029 to where they are needed.
10030
10031 * calendar/calendar.el (diary-file, hebrew-holidays-1)
10032 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10033 (calendar, calendar-basic-setup, calendar-mode-map, calendar-set-mark)
10034 (calendar-version): Doc fixes.
10035 (calendar-absolute-from-gregorian): Use zerop.
10036 (calendar-mode-line-format): Make it a defcustom.
10037
10038 * calendar/diary-lib.el (diary-face-attrs): Fix custom :type.
10039 (diary-face-attrs, diary-glob-file-regexp-prefix, diary-unknown-time)
10040 (diary-pull-attrs, diary-header-line-flag, diary-list-entries)
10041 (diary-unhide-everything, include-other-diary-files, diary-goto-entry)
10042 (mark-included-diary-files, mark-calendar-days-named)
10043 (mark-calendar-date-pattern, mark-calendar-month, diary-entry-compare)
10044 (diary-remind, insert-diary-entry, insert-weekly-diary-entry)
10045 (insert-monthly-diary-entry, insert-yearly-diary-entry)
10046 (insert-anniversary-diary-entry, insert-block-diary-entry)
10047 (insert-cyclic-diary-entry, fancy-diary-font-lock-keywords)
10048 (diary-font-lock-sexps): Doc fixes.
10049 (diary-remind-message, mark-calendar-month): Use zerop.
10050 (diary-attrtype-convert, diary-pull-attrs): Simplify.
10051 (diary-list-entries): Revert let to let* (previous change).
10052
10053 * Makefile.in (bootstrap-prepare): Also chmod cal-loaddefs.el.
10054
10055 2008-03-10 Kim F. Storm <storm@cua.dk>
10056
10057 * help.el (view-emacs-todo, describe-gnu-project): Define obsolete
10058 function aliases for the old names.
10059
10060 2008-03-10 Juanma Barranquero <lekktu@gmail.com>
10061
10062 * iswitchb.el (iswitchb-use-faces): Doc fix.
10063 (iswitchb-buffer-ignore, iswitchb-read-buffer):
10064 Fix typos in docstrings.
10065
10066 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10067
10068 * progmodes/verilog-mode.el (verilog-highlight-grouping-keywords):
10069 Fix typo.
10070 (verilog-type-font-keywords): Reindent.
10071
10072 2008-03-10 Michael McNamara <mac@mail.brushroad.com>
10073
10074 * progmodes/verilog-mode.el (verilog-font-grouping-keywords):
10075 Fix bug in the grouping-keyword regular expression.
10076 (verilog-font-lock-keywords): Allow users to toggle special
10077 highlight of grouping-keywords.
10078 (verilog-highlight-grouping-keywords): The toggle for special
10079 highlighting of grouping keywords.
10080
10081 2008-03-10 Juri Linkov <juri@jurta.org>
10082
10083 * startup.el: Revert 2008-02-28 change that adds initial message
10084 to *scratch* buffer regardless of the value of
10085 `inhibit-startup-screen'.
10086
10087 2008-03-10 Dan Nicolaescu <dann@ics.uci.edu>
10088
10089 * textmodes/css-mode.el (css-indent-offset, css-electric-keys):
10090 * textmodes/bibtex-style.el (bibtex-style-indent-basic):
10091 * progmodes/verilog-mode.el (verilog-mode):
10092 * net/socks.el (socks):
10093 * vc-mtn.el (vc-mtn-mode-line-rewrite): Add :version.
10094
10095 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10096
10097 * doc-view.el (bookmark-buffer-file-name, bookmark-prop-get): Declare.
10098 (doc-view-bookmark-make-record): Use them.
10099 (doc-view-bookmark-jump): Use them. Fix find-file ->find-file-noselect.
10100 (bookmark-get-filename, bookmark-get-bookmark-record): Remove.
10101
10102 * bookmark.el (bookmark-make-record-function): Change expected return
10103 value to include a suggested bookmark name.
10104 (bookmark-make): Split into bookmark-make-record and bookmark-store.
10105 Fix reversed `overwrite' semantics.
10106 (bookmark-set): Call bookmark-make-record before prompting the user.
10107 Then pass the result to bookmark-store later on.
10108 (bookmark-make-name-function): Remove.
10109 (bookmark-buffer-file-name, bookmark-buffer-name): Don't use it.
10110 * info.el (bookmark-make-name-function): Remove.
10111 (Info-mode): Don't set it.
10112 (Info-bookmark-make-name): Remove.
10113 (Info-bookmark-make-record): Use Info-current-node as suggested default
10114 bookmark name.
10115
10116 * bookmark.el (bookmark-set): Make bookmark before reading annotations.
10117 I.e. use bookmark-edit-annotation rather than bookmark-read-annotation.
10118 (bookmark-read-annotation-mode-map, bookmark-annotation-paragraph)
10119 (bookmark-annotation-buffer, bookmark-annotation-file)
10120 (bookmark-annotation-point, bookmark-send-annotation)
10121 (bookmark-read-annotation-mode, bookmark-read-annotation): Remove.
10122 (bookmark-edit-annotation-text-func): Rename from
10123 bookmark-read-annotation-text-func. Keep old name as an obsolete alias.
10124 (bookmark-edit-annotation-mode-map): Move initialization into
10125 declaration.
10126
10127 * bookmark.el: Remove spurious * in docstrings.
10128 (bookmark-minibuffer-read-name-map): New var.
10129 (bookmark-set): Use it. Also pass the default value as it should.
10130 (bookmark-send-edited-annotation): Take no chances with text properties.
10131 (bookmark-insert-current-bookmark): Inline bookmark-insert-buffer-name.
10132 (bookmark-insert-buffer-name): Remove.
10133 (bookmark-buffer-file-name): Signal an error rather than returning nil.
10134
10135 2008-03-09 Thomas Hühn <xf27@arcor.de> (tiny change)
10136
10137 * tutorial.el (tutorial--default-keys): Update `C-l' binding.
10138
10139 2008-03-09 Dan Nicolaescu <dann@ics.uci.edu>
10140
10141 * diff-mode.el (diff-mode-menu): Add :help.
10142
10143 2008-03-09 Glenn Morris <rgm@gnu.org>
10144
10145 * calendar/calendar.el (general-holidays, oriental-holidays)
10146 (local-holidays, other-holidays, hebrew-holidays-1, hebrew-holidays-2)
10147 (hebrew-holidays-3, hebrew-holidays-4, hebrew-holidays)
10148 (christian-holidays, islamic-holidays, bahai-holidays, solar-holidays)
10149 (calendar-holidays): Restore autoload cookies, because people are
10150 used to using these variables without loading calendar.el.
10151
10152 * calendar/cal-islam.el (diary-islamic-date): Move to end.
10153 (date, number): Declare where needed.
10154
10155 * calendar/diary-lib.el (nongregorian-diary-marking-hook)
10156 (list-sexp-diary-entries): Doc fixes.
10157 (diary-list-entries): Doc fix. Remove free variable `entry'.
10158 (fancy-diary-display): Use dolist, bobp. Remove free variable `entry'.
10159 Simplify setting of `date-holiday-list'.
10160 (mark-diary-entries): Remove free variable `entry'.
10161 (diary-list-entries, include-other-diary-files, fancy-diary-display):
10162 Use let where let* is not needed.
10163
10164 2008-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
10165
10166 * bookmark.el (bookmark-make): Don't pass the `annotation' to the
10167 make-record function, instead paste it in afterwards.
10168 (bookmark-make-record-for-text-file):
10169 * doc-view.el (doc-view-bookmark-make-record):
10170 * info.el (Info-bookmark-make-record): Don't mess with annotations.
10171
10172 2008-03-08 Glenn Morris <rgm@gnu.org>
10173
10174 * calendar/diary-lib.el (entry): Declare for compiler part-way through.
10175
10176 2008-03-08 Stefan Monnier <monnier@iro.umontreal.ca>
10177
10178 * calendar/diary-lib.el (diary-list-entries)
10179 (include-other-diary-files, mark-diary-entries)
10180 (mark-sexp-diary-entries, mark-included-diary-files)
10181 (diary-entry-time, list-sexp-diary-entries): Remove the special
10182 handling of ^M that dates back to the use of selective-display.
10183 (simple-diary-display): Obey setting of pop-up-frames.
10184 (body, entry): Remove unnecessary declarations.
10185
10186 * bookmark.el (bookmark-prop-get, bookmark-prop-set): New funs.
10187 (bookmark-get-annotation, bookmark-set-annotation)
10188 (bookmark-get-filename, bookmark-set-filename, bookmark-get-position)
10189 (bookmark-set-position, bookmark-get-front-context-string)
10190 (bookmark-set-front-context-string, bookmark-get-rear-context-string)
10191 (bookmark-set-rear-context-string, bookmark-get-handler): Use them.
10192 * info.el (Info-bookmark-make-record): Don't bother recording point.
10193 (bookmark-get-filename, bookmark-get-front-context-string)
10194 (bookmark-get-rear-context-string, bookmark-get-position):
10195 Don't declare any more.
10196 (bookmark-get-info-node): Remove.
10197 (bookmark-prop-get): Declare.
10198 (Info-bookmark-jump): Use it.
10199
10200 2008-03-08 Johan Bockgård <bojohan@gnu.org>
10201
10202 * subr.el (while-no-input): Don't splice BODY directly into the
10203 `or' form.
10204
10205 2008-03-08 Dan Nicolaescu <dann@ics.uci.edu>
10206
10207 * diff-mode.el (diff-ignore-whitespace-hunk):
10208 Bind inhibit-read-only before trying to change the buffer.
10209
10210 2008-03-08 Glenn Morris <rgm@gnu.org>
10211
10212 * calendar/appt.el (appt): Move custom group here from calendar.el.
10213 (appt-disp-window, appt-convert-time): Doc fixes.
10214
10215 * calendar/cal-bahai.el (calendar-bahai-prompt-for-date)
10216 (calendar-bahai-mark-date-pattern):
10217 * calendar/cal-hebrew.el (mark-hebrew-calendar-date-pattern):
10218 * calendar/cal-islam.el (mark-islamic-calendar-date-pattern):
10219 * calendar/cal-julian.el (calendar-absolute-from-julian):
10220 * calendar/cal-persia.el (persian-prompt-for-date): Use zerop.
10221
10222 * calendar/cal-china.el (chinese-calendar): Move custom group here from
10223 calendar.el.
10224 (chinese-calendar-celestial-stem, chinese-calendar-terrestrial-branch):
10225 Make constants.
10226 (chinese-calendar-time-zone, chinese-calendar-daylight-time-offset)
10227 (chinese-calendar-daylight-savings-starts)
10228 (chinese-calendar-daylight-savings-ends)
10229 (chinese-calendar-daylight-savings-starts-time)
10230 (chinese-calendar-daylight-savings-ends-time)
10231 (chinese-zodiac-sign-on-or-after, chinese-new-moon-on-or-after):
10232 Doc fixes.
10233
10234 * calendar/cal-coptic.el (coptic-name): Add doc string.
10235
10236 * calendar/cal-french.el (french-calendar-month-name-array)
10237 (french-calendar-day-name-array, french-calendar-special-days-array):
10238 Add doc strings.
10239
10240 * calendar/cal-bahai.el (diary-bahai-mark-entries)
10241 (diary-bahai-insert-entry, diary-bahai-insert-monthly-entry)
10242 (diary-bahai-insert-yearly-entry):
10243 * calendar/cal-dst.el (calendar-next-time-zone-transition)
10244 (calendar-time-zone):
10245 * calendar/cal-hebrew.el (hebrew-calendar-leap-year-p)
10246 (hebrew-calendar-elapsed-days, hebrew-calendar-long-heshvan-p)
10247 (hebrew-calendar-short-kislev-p, mark-hebrew-diary-entries)
10248 (insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry)
10249 (insert-yearly-hebrew-diary-entry, diary-yahrzeit):
10250 * calendar/cal-islam.el (islamic-calendar-leap-year-p)
10251 (list-islamic-diary-entries, mark-islamic-diary-entries)
10252 (insert-islamic-diary-entry, insert-monthly-islamic-diary-entry)
10253 (insert-yearly-islamic-diary-entry):
10254 * calendar/cal-iso.el (calendar-iso-read-args):
10255 * calendar/cal-mayan.el (calendar-string-to-mayan-long-count)
10256 (calendar-mayan-haab-to-string, calendar-mayan-tzolkin-to-string)
10257 (calendar-read-mayan-haab-date, calendar-read-mayan-tzolkin-date)
10258 (calendar-next-calendar-round-date)
10259 (calendar-mayan-long-count-common-era):
10260 * calendar/cal-menu.el (cal-menu-holiday-window-suffix)
10261 (cal-menu-x-popup-menu, calendar-mouse-holidays)
10262 (calendar-mouse-view-diary-entries, calendar-mouse-print-dates)
10263 (calendar-mouse-goto-date):
10264 * calendar/cal-move.el (calendar-scroll-left, calendar-scroll-right):
10265 * calendar/holidays.el (holidays):
10266 * calendar/lunar.el (phases-of-moon, lunar-new-moon-on-or-after):
10267 * calendar/time-date.el (date-to-time, time-subtract, time-add)
10268 (safe-date-to-time): Doc fixes.
10269
10270 * calendar/cal-persia.el (persian-calendar-month-name-array)
10271 (persian-calendar-epoch): Make constants.
10272
10273 * calendar/cal-tex.el (calendar-tex): Move custom group here from
10274 calendar.el.
10275
10276 * calendar/cal-x.el (diary-frame-parameters)
10277 (calendar-frame-parameters, calendar-and-diary-frame-parameters)
10278 (calendar-after-frame-setup-hooks): Make defcustoms.
10279 (calendar-one-frame-setup, calendar-only-one-frame-setup)
10280 (calendar-two-frame-setup): Doc fix.
10281
10282 * calendar/cal-loaddefs.el: New file.
10283
10284 * calendar/cal-bahai.el, calendar/cal-china.el, calendar/cal-coptic.el:
10285 * calendar/cal-french.el, calendar/cal-html.el:
10286 * calendar/cal-islam.el, calendar/cal-iso.el, calendar/cal-julian.el:
10287 * calendar/cal-mayan.el, calendar/cal-move.el, calendar/cal-persia.el:
10288 * calendar/cal-tex.el, calendar/cal-x.el:
10289 Unquote lambda functions. Add autoload cookies to functions formerly
10290 autoloaded in calendar.el. Set `generated-autoload-file' to
10291 "cal-loaddefs.el".
10292
10293 * calendar/calendar.el: Move many autoloads to separate file,
10294 cal-loaddefs.el. Move defcustoms to start and re-order.
10295 (calendar-month-name-array, calendar-starred-day): No need to
10296 declare for compiler.
10297 (cal-loaddefs): Require it.
10298 (appt, chinese-calendar, calendar-tex): Move custom groups to the
10299 appropriate file.
10300 (diary-entry-marker, calendar-today-marker, calendar-holiday-marker):
10301 Reverse logic.
10302 (diary-face, diary-file-name-prefix-function, diary-include-string)
10303 (diary-glob-file-regexp-prefix, diary-face-attrs)
10304 (diary-file-name-prefix, sexp-diary-entry-symbol)
10305 (print-diary-entries-hook, list-diary-entries-hook)
10306 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
10307 (nongregorian-diary-marking-hook, diary-list-include-blanks):
10308 Move to diary-lib.
10309 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
10310 (all-bahai-calendar-holidays): Doc fix.
10311 (calendar-insert-indented): Doc fix. Use when rather than if.
10312 (exit-calendar): Use mapc rather than mapcar.
10313 (calendar-cursor-to-date): Use zerop.
10314 (calendar-mark-ring): Add doc-string.
10315 (calendar-starred-day): Defvar it.
10316 (calendar-mode): Make calendar-starred-day local.
10317 (calendar-star-date): No need to make calendar-starred-day local.
10318
10319 * calendar/diary-lib.el: Move defcustoms to start.
10320 (diary-include-string, diary-list-include-blanks)
10321 (diary-glob-file-regexp-prefix, diary-face, diary-face-attrs)
10322 (diary-file-name-prefix, diary-file-name-prefix-function)
10323 (sexp-diary-entry-symbol, list-diary-entries-hook)
10324 (mark-diary-entries-hook, nongregorian-diary-listing-hook)
10325 (nongregorian-diary-marking-hook, print-diary-entries-hook):
10326 Move here from calendar.el.
10327 (diary-file-name-prefix-function): Use 'identity.
10328 (diary-face): Make it a defcustom, and mark as obsolete.
10329 (top-level): No need to require cal-hebrew, cal-islam when compiling.
10330 (calendar-hebrew-month-name-array-leap-year)
10331 (calendar-islamic-month-name-array, calendar-bahai-month-name-array):
10332 Define for compiler.
10333 (diary-font-lock-keywords): Use format rather than concat.
10334 Add bahai-diary-entry-symbol.
10335
10336 * calendar/cal-hebrew.el, calendar/holidays.el, calendar/lunar.el:
10337 * calendar/solar.el: Unquote lambda functions.
10338
10339 * calendar/solar.el (calendar-location-name, calendar-latitude)
10340 (calendar-longitude, solar-setup, solar-sin-degrees)
10341 (solar-cosine-degrees, solar-tangent-degrees, solar-xy-to-quadrant)
10342 (solar-degrees-to-quadrant, solar-atn2, solar-arccos)
10343 (solar-sunrise-and-sunset, solar-moment, solar-daylight)
10344 (solar-exact-local-noon, solar-julian-ut-centuries)
10345 (solar-ephemeris-time, solar-date-next-longitude)
10346 (solar-horizontal-coordinates, solar-equatorial-coordinates)
10347 (solar-ecliptic-coordinates, solar-data-list, solar-longitude)
10348 (solar-ephemeris-correction, solar-sidereal-time, solar-date-to-et)
10349 (sunrise-sunset, solar-seasons-data, solar-equinoxes/solstices):
10350 Doc fixes.
10351 (solar-horizontal-coordinates, solar-equatorial-coordinates)
10352 (solar-ecliptic-coordinates): Rename argument `for-sunrise-sunset'.
10353 (solar-ecliptic-coordinates): Use unless.
10354 (calendar-sunrise-sunset, diary-sunrise-sunset, diary-sabbath-candles):
10355 Use or.
10356
10357 * calendar/timeclock.el: Add doc-strings to all functions.
10358 (timeclock-workday, timeclock-in, timeclock-completing-read): Doc fixes.
10359 (timeclock-entry-list-length, timeclock-entry-list-projects)
10360 (timeclock-day-list-projects, timeclock-day-list): Use dolist.
10361
10362 * calendar/todo-mode.el: Remove un-needed eval-when-compile.
10363
10364 * textmodes/org.el (list-diary-entries-hook): Declare for compiler.
10365 (org-get-entries-from-diary): Require diary-lib.
10366
10367 2008-03-08 Juanma Barranquero <lekktu@gmail.com>
10368
10369 * info.el (bookmark-make-name-function, bookmark-get-bookmark-record):
10370 Pacify byte-compiler.
10371
10372 2008-03-07 Alan Mackenzie <acm@muc.de>
10373
10374 * progmodes/cc-engine.el (c-in-knr-argdecl): Limit number of
10375 paren/bracket pairs parsed, to solve performance problem.
10376
10377 2008-03-07 Bastien Guerry <bzg@altern.org>
10378
10379 * bookmark.el (bookmark-set): Don't check for
10380 `bookmark-make-name-function' since `bookmark-buffer-file-name'
10381 already takes care of this.
10382 (bookmark-buffer-name, bookmark-buffer-file-name):
10383 Remove Info-mode specific code.
10384
10385 * info.el (bookmark-get-info-node): Define this function in
10386 info.el, not in bookmark.el.
10387 (Info-mode): Set `bookmark-make-name-function' to
10388 `Info-bookmark-make-name' locally.
10389 (Info-bookmark-make-name): New function.
10390
10391 * bookmark.el (bookmark-make-name-function): New variable.
10392
10393 2008-03-07 Karl Fogel <kfogel@red-bean.com>
10394
10395 * bookmark.el (bookmark-set): Make `bookmark-make-record-function'
10396 buffer-local, not `bookmark-make-cell-function' (the old name).
10397
10398 2008-03-07 Tassilo Horn <tassilo@member.fsf.org>
10399
10400 * doc-view.el (doc-view-bookmark-make-record):
10401 * image-mode.el (image-bookmark-make-record):
10402 * info.el (Info-bookmark-make-record): Delete obsolete second arg.
10403
10404 2008-03-07 Jan Djärv <jan.h.d@swipnet.se>
10405
10406 * vc.el (vc-status-menu-map-filter): Return orig-binding if
10407 boundp 'vc-ignore-menu-filter.
10408 (vc-status-tool-bar-map): Make it defvar.
10409 (vc-status-mode): vc-status-tool-bar-map now variable.
10410 (vc-status-toggle-mark): toggle-mark-file => vc-status-toggle-mark-file.
10411
10412 2008-03-07 Karl Fogel <kfogel@red-bean.com>
10413
10414 Give a better name to part of the bookmark interface.
10415
10416 This was originally a much larger change, but halfway through I
10417 updated and discovered that Stefan Monnier had done the rest.
10418 It looks like he anticipated the new name too, because he used
10419 `the-record' instead of `the-cell' for some internal variable names.
10420
10421 * bookmark.el (bookmark-make-record-function): Was
10422 `bookmark-make-cell-function'.
10423 (bookmark-make, bookmark-send-annotation): Update for above.
10424 (bookmark-make-record-for-text-file):
10425 Was `bookmark-make-cell-for-text-file'. Fix doc string re 2008-03-07T05:00:18Z!monnier@iro.umontreal.ca.
10426
10427 * info.el: Adjust accordingly.
10428 (Info-bookmark-make-record): Was `Info-bookmark-make-cell'.
10429
10430 * image-mode.el: Adjust accordingly.
10431 (image-bookmark-make-record): Was `image-bookmark-make-cell'.
10432
10433 * doc-view.el: Adjust accordingly.
10434 (doc-view-bookmark-make-record): Was `doc-view-bookmark-make-cell'.
10435
10436 2008-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
10437
10438 * bookmark.el (bookmark-map, bookmark-read-annotation-mode-map):
10439 Move initialization into declaration.
10440 (bookmark-get-info-node, bookmark-set-info-node): Remove.
10441 (bookmark-make, bookmark-make-cell-for-text-file): Remove info-node arg.
10442 (bookmark-info-current-node): Remove.
10443 (bookmark-jump-noselect): Rename from bookmark-jump-internal.
10444 Add relocation fallback. Set bookmark-current-bookmark.
10445 (bookmark-default-handler): Rename from bookmark-jump-noselect.
10446 Remove relocation fallback. Don't set bookmark-current-bookmark.
10447 (bookmark-set): Let it be used even if there's no buffer-file-name
10448 as long as there is a bookmark-make-cell-function.
10449 * info.el (Info-bookmark-jump): Remove relocation fallback.
10450 Don't set bookmark-current-bookmark.
10451
10452 2008-03-07 Glenn Morris <rgm@gnu.org>
10453
10454 * calendar/appt.el (appt-issue-message)
10455 (appt-message-warning-time, appt-audible, appt-visible)
10456 (appt-msg-window, appt-display-mode-line, appt-display-duration)
10457 (appt-display-diary): Remove autoload cookies.
10458
10459 * calendar/cal-china.el, calendar/timeclock.el, calendar/todo-mode.el:
10460 Remove leading `*' from defcustom doc-strings.
10461
10462 * calendar/cal-dst.el (calendar-dst): New custom group.
10463 (calendar-daylight-savings-starts, calendar-daylight-savings-ends)
10464 (calendar-time-zone, calendar-daylight-time-offset)
10465 (calendar-standard-time-zone-name, calendar-daylight-time-zone-name)
10466 (calendar-daylight-savings-starts-time)
10467 (calendar-daylight-savings-ends-time): Convert from defvar to defcustom.
10468 (calendar-daylight-savings-starts, calendar-daylight-savings-ends):
10469 Move to start.
10470
10471 * calendar/cal-menu.el (holidays-in-diary-buffer): Declare for compiler.
10472
10473 * calendar/calendar.el (calendar-version): Use emacs-version and
10474 make it obsolete. Move to end.
10475 (calendar-offset, view-diary-entries-initially)
10476 (mark-diary-entries-in-calendar, calendar-remove-frame-by-deleting)
10477 (view-calendar-holidays-initially, all-hebrew-calendar-holidays)
10478 (all-christian-calendar-holidays, all-islamic-calendar-holidays)
10479 (all-bahai-calendar-holidays, calendar-load-hook)
10480 (initial-calendar-window-hook, today-visible-calendar-hook)
10481 (today-invisible-calendar-hook, calendar-move-hook)
10482 (diary-nonmarking-symbol, hebrew-diary-entry-symbol)
10483 (islamic-diary-entry-symbol, bahai-diary-entry-symbol)
10484 (diary-include-string, sexp-diary-entry-symbol)
10485 (abbreviated-calendar-year, american-date-diary-pattern)
10486 (european-date-diary-pattern, european-calendar-display-form)
10487 (american-calendar-display-form, print-diary-entries-hook)
10488 (list-diary-entries-hook, diary-hook, diary-display-hook)
10489 (nongregorian-diary-listing-hook, mark-diary-entries-hook)
10490 (nongregorian-diary-marking-hook, diary-list-include-blanks)
10491 (holidays-in-diary-buffer, general-holidays, oriental-holidays)
10492 (local-holidays, other-holidays, hebrew-holidays-1)
10493 (hebrew-holidays-2, hebrew-holidays-3, hebrew-holidays-4)
10494 (hebrew-holidays, christian-holidays, islamic-holidays)
10495 (bahai-holidays, solar-holidays, calendar-setup)
10496 (calendar-week-start-day): Remove autoload cookies.
10497 (diary-glob-file-regexp-prefix): Doc fix.
10498 (calendar-goto-info-node): Use `info' rather than `Info-find-node'.
10499 (Info-find-emacs-command-nodes, Info-find-node): Remove declarations.
10500 (calendar-week-start-day, calendar-debug-sexp): Move to start.
10501
10502 * calendar/solar.el: Remove leading `*' from defcustom doc-strings.
10503 (calendar-time-display-form, calendar-latitude)
10504 (calendar-longitude, solar-equinoxes-solstices): Remove autoload
10505 cookies.
10506 (calendar-latitude, calendar-longitude): Move functions after
10507 variables.
10508 (diary-sabbath-candles-minutes): Move to start.
10509 (solar-setup): Use or rather than if.
10510 (solar-sin-degrees, solar-cosine-degrees, solar-tangent-degrees):
10511 Remove condition-case.
10512 (solar-atn2): Use zerop.
10513 (solar-equinoxes-solstices): Doc fix.
10514
10515 * mail/supercite.el: Remove leading `*' from defcustom doc-strings.
10516 (sc-mode-map-prefix): Doc fix. Make it a defcustom.
10517
10518 * textmodes/org.el (org-agenda-sunrise-sunset): Require solar.
10519 (calendar-longitude, calendar-latitude, calendar-location-name):
10520 Declare for compiler.
10521
10522 2008-03-06 Stefan Monnier <monnier@iro.umontreal.ca>
10523
10524 * arc-mode.el (archive-ar-file-header-re): New const.
10525 (archive-ar-summarize, archive-ar-extract): New funs.
10526 (archive-find-type): Recognize ar archives.
10527
10528 * vc-bzr.el (vc-bzr-resolve-when-done, vc-bzr-find-file-hook):
10529 New functions.
10530
10531 * info.el (Info-bookmark-make-cell): Don't use the info-node argument.
10532
10533 2008-03-06 Lennart Borgman <lennart.borgman@gmail.com>
10534
10535 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map):
10536 Replace :enable (mark-active) with :enable mark-active.
10537
10538 2008-03-06 Juanma Barranquero <lekktu@gmail.com>
10539
10540 * vms-patch.el (make-legal-file-name): New obsolete alias.
10541 (make-valid-file-name): Rename from `make-legal-file-name'.
10542 (make-auto-save-file-name): Use it.
10543
10544 * calendar/calendar.el (calendar-date-is-legal-p): New obsolete alias.
10545 (calendar-date-is-valid-p): Rename from `calendar-date-is-legal-p'.
10546 (calendar-date-is-visible-p, mark-visible-calendar-date): Use it.
10547
10548 * textmodes/org.el (org-export-html-style): Doc fix.
10549 (org-get-legal-level): New obsolete alias.
10550 (org-get-valid-level): Rename from `org-get-legal-level'.
10551 (org-promote, org-demote, org-archive-subtree)
10552 (org-remember-handler, org-refile, org-put-clock-overlay): Use it.
10553
10554 2008-03-06 Jan Djärv <jan.h.d@swipnet.se>
10555
10556 * term/x-win.el (x-gtk-stock-map): Add bookmark_add.
10557
10558 * vc.el (vc-status-tool-bar-map, vc-status-toggle-mark-file)
10559 (vc-status-toggle-mark): New functions.
10560 (vc-status-mode): Set tool bar map.
10561
10562 2008-03-05 Chong Yidong <cyd@stupidchicken.com>
10563
10564 * emacs-lisp/lisp.el (parens-require-spaces): Doc fix.
10565 Reported by Drew Adams <drew.adams@oracle.com>.
10566
10567 2008-03-05 Kenichi Handa <handa@ni.aist.go.jp>
10568
10569 * subr.el (read-quoted-char): Resolve modifers of the character
10570 event.
10571
10572 * comint.el (comint-exec-1): Don't change the coding-system for
10573 decoding to dos-like EOL.
10574 (comint-carriage-motion): Fully rewrite.
10575
10576 2008-03-05 Juanma Barranquero <lekktu@gmail.com>
10577
10578 * epg.el (epg-context-include-certs): Reflow docstring.
10579 (epg-start-sign-keys, epg-sign-keys, epg-context-armor)
10580 (epg-context-signers, epg-context-sig-notations, epg-context-set-armor)
10581 (epg-context-set-signers, epg-context-set-sig-notations)
10582 (epg-make-import-status, epg-make-import-result)
10583 (epg-start-delete-keys): Fix typos in docstrings.
10584 (epg-start-sign-keys, epg-sign-keys):
10585 Fix typos in obsolescence declarations.
10586
10587 * iswitchb.el: Don't check for `cadr' and `last'.
10588 (iswitchb-define-mode-map, iswitchb-default-keybindings):
10589 Add obsolescence declaration and remove redundant info from docstring.
10590 (iswitchb-set-common-completion, iswitchb-set-matches)
10591 (iswitchb-get-matched-buffers, iswitchb-visit-buffer): Use `let'.
10592 (recentf-list, most-len, most-is-exact):
10593 Don't wrap defvars within `eval-when-compile'.
10594
10595 2008-03-05 Glenn Morris <rgm@gnu.org>
10596
10597 * ediff-hook.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
10598 * ediff-init.el (ediff-cond-compile-for-xemacs-or-emacs): Remove.
10599 * ediff-diff.el, ediff-help.el, ediff-hook.el, ediff-init.el:
10600 * ediff-mult.el, ediff-util.el, ediff-wind.el: Expand all
10601 ediff-cond-compile-for-xemacs-or-emacs calls to a featurep test.
10602
10603 * ediff-hook.el (ediff-window-setup-function): Don't autoload
10604 declaration for compiler.
10605 (ediff-xemacs-init-menus): Use when rather than if.
10606
10607 * ediff-init.el (top-level, ediff-frame-iconified-p): Simplify
10608 if+and to just and.
10609 (ediff-read-event, ediff-overlayp, ediff-make-overlay)
10610 (ediff-delete-overlay): Move the XEmacs test inside the definition.
10611
10612 * ediff-mult.el (ediff-get-meta-info): Use or and unless rather than if.
10613
10614 * ediff-util.el (ediff-kill-bottom-toolbar): Place (ediff-use-toolbar-p)
10615 test inside XEmacs test.
10616 (ediff-make-bottom-toolbar): Place whole cond inside XEmacs test,
10617 since it was doing nothing on Emacs.
10618 (ediff-make-bullet-proof-overlay): Use when rather than if.
10619
10620 * ediff-wind.el (ediff-select-lowest-window): Use when rather than if.
10621 (ediff-setup-control-frame): Remove
10622 ediff-cond-compile-for-xemacs-or-emacs, since it is already inside
10623 a (featurep 'xemacs) test.
10624
10625 2008-03-05 Jay Belanger <jay.p.belanger@gmail.com>
10626
10627 * calc/calc-ext.el (calc-extended-command-history): New variable.
10628 (calc-exectute-extended-command): Use `calc-extended-command-history'.
10629
10630 2008-03-05 Dan Nicolaescu <dann@ics.uci.edu>
10631
10632 * bindings.el (mode-line-remote): Add mouse-face. Improve tooltip.
10633 (standard-mode-line-position): Add mouse-face.
10634
10635 * progmodes/compile.el (compilation-menu-map, compilation-mode-map):
10636 * progmodes/grep.el (grep-mode-map): Add :help.
10637
10638 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-map): Define and
10639 initialize in one step. Add :help. Use :enable to activate menu
10640 items. Show the key binding for edebug-defun.
10641 (lisp-interaction-mode-map): Add a menu.
10642
10643 * term.el (term-mode-map): Define and initialize in one step.
10644
10645 * ediff-init.el (ediff-color-display-p): Simplify.
10646 (Xor): Remove unused function.
10647 (ediff-with-syntax-table): Simplify for Emacs.
10648
10649 * ediff-hook.el (menu-bar-ediff-menu): Don't depend on the
10650 menu-bar being loaded, it always is.
10651
10652 2008-03-05 Glenn Morris <rgm@gnu.org>
10653
10654 * textmodes/tex-mode.el (tex-mode): Suppress warning about
10655 multiple definitions when compiling.
10656
10657 2008-03-04 Alan Mackenzie <acm@muc.de>
10658
10659 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix coding bug.
10660
10661 * progmodes/cc-langs.el (c-before-font-lock-function): Fix bug in
10662 doc-string, "c-old-LEN" -> "c-old-END".
10663
10664 2008-03-04 Jason Rumney <jasonr@gnu.org>
10665
10666 * nxml/rng-nxml.el (rng-preferred-prefix-alist): Add dublin core
10667 namespaces.
10668
10669 2008-03-04 Glenn Morris <rgm@gnu.org>
10670
10671 * textmodes/tex-mode.el (tex-cmd-bibtex-args): Add :version and :group.
10672
10673 * ediff-init.el (ediff-clear-fine-diff-vector): Use mapc rather
10674 than mapcar.
10675
10676 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10677
10678 * emacs-lisp/byte-opt.el (byte-compile-trueconstp)
10679 (byte-compile-nilconstp): Can't use recursion in a defsubst.
10680
10681 * textmodes/tex-mode.el (latex-mode): Remove % from paragraph-separate
10682 so that M-q can fill comments.
10683 (tex-executable-exists-p, tex-compile): Extend with special syntax for
10684 commands implemented in elisp.
10685 (tex-compile-commands): Add an entry to use doc-view for pdf files.
10686 (tex-format-cmd): New function.
10687 (tex-compile): Use it to let the user specify default arguments.
10688 (tex-cmd-bibtex-args): New var.
10689 (tex-cmd-doc-view): New function.
10690
10691 2008-03-03 Juanma Barranquero <lekktu@gmail.com>
10692
10693 * faces.el (face-spec-set): Fix typos in docstring.
10694
10695 2008-03-03 Dan Nicolaescu <dann@ics.uci.edu>
10696
10697 * bindings.el (mode-line-column-line-number-mode-map): New variable.
10698 (standard-mode-line-position): Use it to add a menu for toggling
10699 column number and line number display.
10700
10701 2008-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
10702
10703 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
10704 Remove optimization that was working around the form-code-walker bug.
10705
10706 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10707 Walk into the body of lambdas after byte-compile-unfold-lambda.
10708
10709 2008-03-03 Glenn Morris <rgm@gnu.org>
10710
10711 * emulation/viper-util.el (viper-frame-value): Prefer buffer-local
10712 value, if set, over frame value.
10713
10714 * simple.el (transient-mark-mode): Don't turn on by default.
10715
10716 * net/tls.el (open-tls-stream): Restore the 2007-11-04 change
10717 accidentally removed by the 2007-12-05 merge from Gnus.
10718
10719 2008-03-02 Dan Nicolaescu <dann@ics.uci.edu>
10720
10721 * progmodes/compile.el (compilation-menu-map): Add menu entries
10722 for useful options.
10723
10724 2008-03-01 Dan Nicolaescu <dann@ics.uci.edu>
10725 Glenn Morris <rgm@gnu.org>
10726
10727 * emacs-lisp/bytecomp.el (byte-recompile-directory)
10728 (byte-compile-file, batch-byte-compile, batch-byte-compile-file):
10729 Give a `bytecomp-' prefix to local variables with common names.
10730
10731 2008-03-01 Glenn Morris <rgm@gnu.org>
10732
10733 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded): Restore
10734 code commented out 2007-11-10.
10735
10736 * emulation/edt.el (zmacs-region-stays): Define for compiler once only.
10737
10738 * emulation/viper-init.el (viper-cond-compile-for-xemacs-or-emacs):
10739 Delete macro.
10740 * emulation/viper-cmd.el, emulation/viper-ex.el:
10741 * emulation/viper-init.el, emulation/viper-keym.el:
10742 * emulation/viper-mous.el, emulation/viper-util.el:
10743 * emulation/viper.el:
10744 Expand all viper-cond-compile-for-xemacs-or-emacs calls to a
10745 featurep test.
10746
10747 Replace obselete frame-local variables with frame-parameters.
10748 * emulation/viper-init.el (viper-replace-overlay-cursor-color)
10749 (viper-insert-state-cursor-color, viper-emacs-state-cursor-color)
10750 (viper-vi-state-cursor-color): Only call make-variable-frame-local
10751 on XEmacs.
10752 * emulation/viper-util.el (viper-frame-value): New macro.
10753 * emulation/viper-cmd.el (viper-insert-state-post-command-sentinel)
10754 (viper-R-state-post-command-sentinel)
10755 (viper-replace-state-post-command-sentinel)
10756 (viper-change-state-to-insert, viper-change-state-to-emacs):
10757 * emulation/viper-util.el (viper-set-cursor-color-according-to-state)
10758 (viper-save-cursor-color, viper-get-saved-cursor-color-in-replace-mode)
10759 (viper-get-saved-cursor-color-in-insert-mode)
10760 (viper-get-saved-cursor-color-in-emacs-mode, viper-set-replace-overlay):
10761 Use viper-frame-value for viper-replace-overlay-cursor-color,
10762 viper-emacs-state-cursor-color, viper-insert-state-cursor-color, and
10763 viper-vi-state-cursor-color values.
10764
10765 * emulation/viper-cmd.el (zmacs-region-stays):
10766 * emulation/viper-util.el (zmacs-region-stays): No need to define
10767 for compiler.
10768
10769 * emulation/viper-keym.el (viper-add-keymap): Use mapc rather than
10770 mapcar on Emacs.
10771
10772 * emulation/viper-mous.el (viper-counting-clicks-p): Only define
10773 on XEmacs.
10774
10775 * emulation/viper-util.el (viper-set-minibuffer-overlay): Use when
10776 rather than if.
10777
10778 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
10779
10780 * whitespace.el: New version 9.3. As the glyph code generation was
10781 fixed, it is possible now to use character code above ?\x1FFFF in the
10782 display table. Fix `whitespace-indentation-regexp' to not include an
10783 extra ending character. Reported by Michael Welsh Duggan
10784 <mwd@cert.org>. Added hook actions when buffer is written or killed as
10785 the original whitespace package had. Suggested by Eric Cooper
10786 <ecc@cmu.edu>. Doc fix.
10787 (whitespace-action): New option.
10788 (whitespace-display-mappings): Changed default newline visualization to
10789 display downwards arrow, as the glyph code generation was fixed.
10790 (whitespace-unload-function): Assure that all local whitespace mode is
10791 turned off.
10792 (whitespace-global-modes): Fix type customization.
10793 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
10794 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
10795 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
10796 Fix code.
10797 (whitespace-buffer): Command removed.
10798 (whitespace-trailing-regexp, whitespace-mark-x)
10799 (whitespace-display-window, whitespace-action-when-on)
10800 (whitespace-add-local-hook, whitespace-remove-local-hook)
10801 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
10802 (whitespace-action): New funs.
10803 (whitespace-report-list, whitespace-report-text)
10804 (whitespace-report-buffer-name): New consts.
10805 (whitespace-report, whitespace-report-region): New commands.
10806
10807 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
10808
10809 * disp-table.el (make-glyph-code): Don't test the result of
10810 `face-id', which already signals an error for invalid faces.
10811 (glyph-face): Simplify.
10812
10813 * desktop.el (desktop-read): Set `desktop-dirname' to nil before
10814 running `desktop-not-loaded-hook' to allow modifying it.
10815 Don't show warning message if `desktop-dirname' was modified.
10816
10817 2008-03-01 Stefan Monnier <monnier@iro.umontreal.ca>
10818
10819 * diff-mode.el (diff-sanity-check-hunk): Only accept an empty line if
10820 we still expect more lines.
10821
10822 * textmodes/fill.el (fill-comment-paragraph): Don't try to do
10823 comment-paragraph filling if the commark doesn't match
10824 comment-start-skip.
10825
10826 2008-03-01 Daiki Ueno <ueno@unixuser.org>
10827
10828 * international/utf-7.el (utf-7-encode): Never skip the trailing - for
10829 the `imap' variant.
10830
10831 2008-03-01 Jason Rumney <jasonr@gnu.org>
10832
10833 * files.el (make-auto-save-file-name): Encode more characters in
10834 non-file buffer names. Use url-encoding.
10835
10836 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
10837
10838 * net/net-utils.el (ftp-program): Fix typo in docstring.
10839 (ifconfig-program-options, netstat-program-options)
10840 (arp-program-options, route-program-options, nslookup-program-options)
10841 (ftp-program-options, smbclient-program-options)
10842 (dns-lookup-program-options, arp, route): Doc fixes.
10843
10844 * progmodes/gdb-ui.el (gdb-pc-address, gdb-source-file-list)
10845 (gdb-cpp-define-alist-program, gdb-mouse-jump, gdb-get-buffer-create)
10846 (gdb-set-gud-minor-mode-existing-buffers-1, gdb-debug-log):
10847 Fix typos in docstrings.
10848 (gdb-pending-triggers): Reflow docstring.
10849 (gdb, gdb-init-1): Fix typos in docstrings of gud-def definitions.
10850
10851 2008-03-01 Alan Mackenzie <acm@muc.de>
10852
10853 * progmodes/cc-mode.el (c-neutralize-syntax-in-CPP): Fix a bug on
10854 typing "#" at EOB.
10855
10856 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
10857
10858 * emulation/cua-base.el (cua-remap-control-z): Fix typo in docstring.
10859
10860 2008-02-29 Kim F. Storm <storm@cua.dk>
10861
10862 * emulation/cua-base.el (cua-remap-control-v)
10863 (cua-remap-control-z): New defcustoms.
10864 (cua-mode): Add them to set-after property.
10865 (cua--init-keymaps): Use them.
10866 Add C-x/C-c home, end, next, and prior to cua--prefix-repeat-keymap.
10867
10868 * help.el (view-emacs-todo): Rename from view-todo.
10869 (describe-gnu-project): Rename from describe-project. Users changed.
10870 (view-help-file): New helper function.
10871 (describe-distribution, describe-copying, describe-gnu-project)
10872 (view-todo, view-order-manuals, view-emacs-problems): Use it.
10873 (view-emacs-debugging, view-external-packages): New commands.
10874 (help-map): Move describe-distribution to C-h C-o (ordering).
10875 Move view-emacs-problems to C-h C-p (problems).
10876 Bind view-emacs-debugging to C-h C-d (debugging).
10877 Bind view-external-packages to C-h C-e (extras).
10878 (help-for-help-internal): Cleanup and align descriptions.
10879 Remove command names to reduce clutter.
10880
10881 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
10882
10883 * vc.el (vc-set-mode-line-busy-indicator): Use shorter message
10884 and quieter face (not a warning).
10885
10886 2008-02-29 Dan Nicolaescu <dann@ics.uci.edu>
10887
10888 * vc.el (vc-status-crt-marked): New variable.
10889 (vc-status-mode): Make it local.
10890 (vc-status-refresh): Use it to save the marked files.
10891 (vc-update-vc-status-buffer): Use it to restore the marked files.
10892
10893 * vc-svn.el (vc-svn-after-dir-status):
10894 * vc-hg.el (vc-hg-after-dir-status): Clean up the temporary buffer.
10895
10896 2008-02-29 Glenn Morris <rgm@gnu.org>
10897
10898 * allout.el (allout-topic-encryption-bullet)
10899 (allout-passphrase-verifier-handling, allout-passphrase-hint-handling)
10900 (allout-encrypt-unencrypted-on-saves): Change defcustom :version
10901 from 22.0 to 22.1.
10902
10903 * net/imap.el (imap-ping-server):
10904 * net/tls.el (tls-checktrust, tls-untrusted, tls-hostmismatch):
10905 Change defcustom :version from 23.0 to 23.1.
10906
10907 2008-02-29 Juanma Barranquero <lekktu@gmail.com>
10908
10909 * desktop.el (desktop-save): Save the buffer name if the
10910 uniquified base name is empty.
10911
10912 2008-02-29 Nick Roberts <nickrob@snap.net.nz>
10913
10914 * progmodes/gdb-ui.el (gdb-info-stack-custom): Apply function-name-face
10915 correctly when user has "set print address off".
10916
10917 2008-02-28 Juanma Barranquero <lekktu@gmail.com>
10918
10919 * cus-edit.el (custom-mode, custom-mode-hook): Use 23.1 as
10920 version number of the next major Emacs release, not 23.0.
10921
10922 * longlines.el (longlines-unload-function): New function.
10923
10924 2008-02-28 Juri Linkov <juri@jurta.org>
10925
10926 * startup.el (normal-splash-screen): Add argument `concise'.
10927 Remove unused binding `prev-buffer'. Let-bind `splash-buffer'
10928 to the created buffer. If `concise' is non-nil, call
10929 `display-buffer', otherwise `switch-to-buffer'. Doc fix.
10930 (display-startup-screen): Add argument `concise' to the call to
10931 `normal-splash-screen'.
10932
10933 2008-02-28 Kim F. Storm <storm@cua.dk>
10934
10935 * startup.el (startup-echo-area-message): Check for about-emacs.
10936
10937 2008-02-28 Juri Linkov <juri@jurta.org>
10938
10939 * startup.el: Always add initial message to *scratch* buffer if
10940 `initial-scratch-message' is non-nil regardless of the value of
10941 `inhibit-startup-screen'.
10942 (inhibit-startup-screen, initial-scratch-message): Doc fix.
10943 (command-line-1): Move code that inserts `initial-scratch-message'
10944 up before the if-form that checks for `inhibit-startup-screen'.
10945 Suggested by Jonathan Rockway <jon@jrock.us>.
10946
10947 2008-02-28 Juri Linkov <juri@jurta.org>
10948
10949 * cus-edit.el (custom-mode-map, custom-mode-link-map):
10950 Rename `custom-mode' to `Custom-mode' in docstrings.
10951 (custom-buffer-create-internal, customize-browse):
10952 Rename `custom-mode' to `Custom-mode'.
10953 (custom-mode-hook): Rename to `Custom-mode-hook'.
10954 (Custom-mode-hook): Renamed from `custom-mode-hook'.
10955 (custom-mode): Rename to `Custom-mode'.
10956 (Custom-mode): Renamed from `custom-mode'. Doc fix.
10957 (custom-mode): Add backward-compatible non-interactive variant of
10958 `Custom-mode' that simply calls `Custom-mode'. Mark it obsoleted.
10959 (custom-mode-hook): Mark it as obsolete alias of `Custom-mode-hook'.
10960
10961 * info-look.el: Rename `custom-mode' to `Custom-mode'.
10962
10963 * emulation/viper.el (viper-emacs-state-mode-list):
10964 Rename `custom-mode' to `Custom-mode'.
10965
10966 * menu-bar.el (menu-bar-search-menu, menu-bar-replace-menu):
10967 Capitalize "Tagged Files".
10968 (minibuffer-local-map): Add menu items for next/previous
10969 history elements and isearch history forward/backward.
10970
10971 * progmodes/hideshow.el (hs-minor-mode-menu): Compare
10972 `hs-isearch-open' with t instead of `comment' in :selected
10973 for "Code and Comment blocks" menu item.
10974
10975 2008-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
10976
10977 * uniquify.el (uniquify-buffer-base-name): Undo last change.
10978 Should be done in desktop.el instead.
10979
10980 2008-02-28 Glenn Morris <rgm@gnu.org>
10981
10982 * autoinsert.el (auto-insert-alist): Update to FDL 1.2.
10983
10984 * emacs-lisp/byte-run.el (make-obsolete): Doc fix.
10985
10986 * mail/emacsbug.el: Remove leading `*' from defcustom doc-strings.
10987 (Info-menu, Info-goto-node): Remove declarations.
10988 (report-emacs-bug-info): Use info rather than Info-goto-node.
10989
10990 * progmodes/idlwave.el (Info-goto-node): Remove declaration.
10991 (idlwave-convert-xml-system-routine-info): Don't require xml.
10992 (idlwave-show-commentary, idlwave-shell-show-commentary):
10993 Don't require finder.
10994 (idlwave-info): Don't require info. Use info rather than
10995 Info-goto-node.
10996
10997 * textmodes/org.el (Info-goto-node): Remove declaration.
10998 (org-info): Use info rather than Info-goto-node.
10999
11000 * textmodes/reftex.el (reftex-show-commentary): Don't require finder.
11001 (reftex-info): Don't require info. Use info rather than Info-goto-node.
11002
11003 2008-02-28 Dan Nicolaescu <dann@ics.uci.edu>
11004
11005 * progmodes/hideshow.el (hs-minor-mode-menu): Add some options to
11006 the menu.
11007
11008 * vc.el (vc-deduce-fileset, vc-next-action, vc-start-entry)
11009 (vc-finish-logentry): Check for vc-status-mode, not only for
11010 vc-dired-mode.
11011
11012 2008-02-28 Kenichi Handa <handa@ni.aist.go.jp>
11013
11014 * isearch.el (isearch-printing-char): Don't check
11015 keyboard-coding-system.
11016 Call isearch-process-search-multibyte-characters only when
11017 current-input-method is non-nil.
11018
11019 2008-02-27 Kim F. Storm <storm@cua.dk>
11020
11021 * disp-table.el (make-glyph-code): Encode as cons if face id > 63.
11022 (glyph-char, glyph-face): Handle cons encoding.
11023
11024 2008-02-27 Juanma Barranquero <lekktu@gmail.com>
11025
11026 * uniquify.el (uniquify-buffer-base-name): If the base name is an
11027 empty string, return nil to allow the caller to default to the
11028 buffer name. Reported by Martin Fischer <parozusa@web.de>.
11029
11030 * tool-bar.el (tool-bar-setup): Doc fix.
11031
11032 * mail/supercite.el (sc-describe):
11033 Fix typos in obsolescence declaration.
11034
11035 2008-02-27 Glenn Morris <rgm@gnu.org>
11036
11037 * autoinsert.el (auto-insert-alist): Change permission text to
11038 match FSF's GPLv3 form.
11039
11040 * mail/supercite.el (sc-cite-original): Doc fix.
11041 (sc-version): Make obsolete.
11042 (sc-describe): Show the SC info page. Make obsolete.
11043
11044 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11045
11046 * simple.el (set-mark-command): Deactivate mark on second C-SPC C-SPC
11047 when using transient-mark-mode.
11048 (default-indicate-unused-lines): Remove unused var.
11049
11050 2008-02-26 Jan Djärv <jan.h.d@swipnet.se>
11051
11052 * progmodes/grep.el (grep-mode-tool-bar-map): Change place on next
11053 and previous.
11054
11055 * progmodes/compile.el (compilation-mode-tool-bar-map): The same.
11056
11057 2008-02-26 Glenn Morris <rgm@gnu.org>
11058
11059 * net/net-utils.el (top-level): Don't require comint when compiling.
11060 (nslookup-font-lock-keywords): Don't require font-lock.
11061 Use font-lock faces rather than variables.
11062 (nslookup, ftp, smbclient, network-service-connection):
11063 Don't require comint.
11064 (comint-prompt-regexp, comint-input-autoexpand)
11065 (comint-input-ring): Declare for compiler.
11066 (comint-mode, ffap-string-at-point, comint-exec): Autoload.
11067 (dns-lookup-host): Don't require ffap. Remove `with-no-warnings'.
11068
11069 * ibuffer.el (ibuffer-do-toggle-read-only): Don't use `iff' in
11070 doc-string.
11071
11072 2008-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
11073
11074 * doc-view.el (doc-view-current-page): Add a `win' argument.
11075
11076 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11077
11078 * doc-view.el (doc-view-conversion-buffer): Give it an internal name.
11079 Demote it to plain defvar.
11080 (doc-view-conversion-refresh-interval): Reduce interval.
11081 (doc-view-goto-page): Allow moving to pages not yet rendered.
11082 (doc-view-goto-page): Construct a file name rather than extracting it
11083 from doc-view-current-files.
11084 (doc-view-kill-proc): Ignore errors from kill-process.
11085 (doc-view-pdf/ps->png-sentinel): Die gracefully if the buffer is dead.
11086 (doc-view-insert-image): Use appropriate text if the page hasn't been
11087 rendered yet. Adjust scrolling so the text is displayed.
11088 (doc-view-display): Detect not just that a page is available, but also
11089 that it wasn't available before, so as to avoid refreshing all pages
11090 repeatedly.
11091 (doc-view-mode): Make doc-view-cache-directory if needed.
11092
11093 2008-02-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11094
11095 * ibuffer.el (ibuffer-do-toggle-read-only): New optional arg as in
11096 toggle-read-only.
11097
11098 * textmodes/bibtex.el (bibtex-format-entry): Handle error message
11099 refering to a missing required field with the OPT prefix.
11100 Make unwindform more robust.
11101
11102 * textmodes/bibtex.el: Remove support for hideshow minor mode as
11103 it duplicates the bibtex support in progmodes/hideshow.el.
11104 * progmodes/hideshow.el (hs-special-modes-alist): Allow bibtex
11105 entries that do not start at the beginning of a line.
11106
11107 2008-02-25 Chong Yidong <cyd@stupidchicken.com>
11108
11109 * files.el (shell-quote-wildcard-pattern): Quote ' and " as well.
11110
11111 2008-02-25 Robert J. Chassell <bob@rattlesnake.com>
11112
11113 * help-fns.el (describe-variable): Add phrases about
11114 initialization file with and without customization;
11115 use new button type help-info-variable.
11116
11117 * help-mode.el (help-info-variable):
11118 New button able to read Info files for help-fns.el.
11119
11120 2008-02-25 Jan Djärv <jan.h.d@swipnet.se>
11121
11122 * progmodes/grep.el (grep-mode-tool-bar-map): New variable.
11123 (grep-mode): Use grep-mode-tool-bar-map.
11124
11125 * progmodes/compile.el (tool-bar): Require tool-bar.
11126 (compilation-mode-tool-bar-map): New variable.
11127 (compilation-mode): Use compilation-mode-tool-bar-map.
11128
11129 * term/x-win.el (x-gtk-stock-map): Add cancel. Remove extensions.
11130
11131 2008-02-25 Glenn Morris <rgm@gnu.org>
11132
11133 * vc-sccs.el (vc-sccs-diff): Fix setting of oldvers and newvers.
11134
11135 2008-02-25 Stefan Monnier <monnier@iro.umontreal.ca>
11136
11137 * diff-mode.el (diff-file-junk-re): New const.
11138 (diff-beginning-of-file-and-junk): Use it.
11139 (diff-file-kill): Make sure we were really inside a file diff.
11140
11141 * diff-mode.el: Make it more robust in the presence of empty context
11142 lines in unified hunks.
11143 (diff-valid-unified-empty-line): New var.
11144 (diff-unified->context, diff-sanity-check-hunk): Obey it.
11145 (diff-end-of-hunk): Obey it. New arg `donttrustheader'.
11146 (diff-fixup-modifs, diff-post-command-hook): Use this new arg.
11147 (diff-hunk-header-re-unified): New const.
11148 (diff-font-lock-keywords, diff-hunk-header-re, diff-split-hunk)
11149 (diff-fixup-modifs, diff-unified->context, diff-next-complex-hunk)
11150 (diff-sanity-check-hunk): Use it.
11151
11152 * diff-mode.el (diff-beginning-of-file-and-junk): If we're on the
11153 Index: line, don't search backward for the previous one.
11154
11155 2008-02-25 Kenichi Handa <handa@ni.aist.go.jp>
11156
11157 * international/fontset.el (setup-default-fontset): Add non-OTF
11158 lao font for lao script.
11159
11160 * language/tibetan.el: Register tibetan-composition-function in
11161 composition-function-table.
11162
11163 * language/tibet-util.el (tibetan-composition-function):
11164 Adjust for the new calling way (argument changed). Try font-shape-text
11165 if possible.
11166
11167 * language/lao.el: Register lao-composition-function in
11168 composition-function-table.
11169
11170 * language/lao-util.el (lao-composition-function): Adjust for the new
11171 calling way (argument changed). Try font-shape-text if possible.
11172
11173 2008-02-25 Jason Rumney <jasonr@gnu.org>
11174
11175 * files.el (file-name-invalid-regexp): Fix octal/decimal confusion.
11176
11177 2008-02-25 Juri Linkov <juri@jurta.org>
11178
11179 * isearch.el (isearch-fail): Use "RosyBrown1" for a light
11180 background, "red4" for a dark background, "red" for 16 and
11181 8 colors, "grey" for grayscale, and inverse video otherwise.
11182 Add :version tag.
11183 (isearch-message): Keep the original isearch-message intact, and
11184 add text properties to it where necessary. Add `isearch-error' to
11185 the condition that checks if isearch is unsuccessful.
11186
11187 2008-02-24 Juri Linkov <juri@jurta.org>
11188
11189 * progmodes/compile.el (compilation-handle-exit):
11190 Use compilation-error face instead of font-lock-warning-face.
11191 Display the same message in the minibuffer as is inserted
11192 at the end of the compilation buffer.
11193
11194 2008-02-24 Glenn Morris <rgm@gnu.org>
11195
11196 * vc-cvs.el (vc-cvs-register): Fix registering of directories in
11197 multiple file case.
11198
11199 * vc-mcvs.el (vc-mcvs-register): Fix let-binding (for use of `file').
11200
11201 * vc-rcs.el (vc-rcs-register): Fix treatment of directories in
11202 multiple file case. Use a single `let' rather than two.
11203
11204 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11205
11206 * progmodes/compile.el (compilation-start): Specify a face for
11207 mode-line-process.
11208 (compilation-handle-exit): Specify a face and a tooltip for
11209 mode-line-process.
11210
11211 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11212
11213 * hilit-chg.el: Remove spurious * in defcustom docstrings.
11214 (hilit-chg-make-ov): Simplify.
11215 (hilit-chg-fixup): Use remove-overlays.
11216 (hilit-chg-set-face-on-change): Remove redundant call to
11217 `remove-text-properties'.
11218
11219 * dired.el (dired-mark-prompt): Don't count/display the t element.
11220 Reported by Carsten Blaauw <it-media.blaauw@daimler.com>.
11221
11222 2008-02-24 Dan Nicolaescu <dann@ics.uci.edu>
11223
11224 * progmodes/verilog-mode.el (eval-when-compile): Don't define
11225 add-submenu.
11226 (verilog-xemacs-menu): Add :keys for C-M-a, C-M-e and C-M-h.
11227 Remove. Move contents to the only use ...
11228 (verilog-menu): ... here.
11229 (verilog-statement-menu): Remove. Move contents to the only use ...
11230 (verilog-stmt-menu): ... here.
11231 (verilog-mark-defun): Simply call mark-defun for emacs.
11232 (occur-pos-list): Declare for byte compiler.
11233 (mode-popup-menu): Don't defvar.
11234 (verilog-add-statement-menu): Remove.
11235 (verilog-mode-hook): Don't add verilog-add-statement-menu.
11236 (verilog-mode): Call easy-menu-add and set mode-popup-menu for XEmacs.
11237
11238 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
11239
11240 * progmodes/verilog-mode.el (verilog-xemacs-menu): Remove XEmacs
11241 conditional.
11242 (verilog-font-grouping-keywords-face): Make the begin..end
11243 keywords standout more than other verilog keywords.
11244 (verilog-type-font-keywords): Move the begin..end out of this list
11245 to facilitate making them to (potentially) stand out more.
11246 (verilog-backward-token): Fix indent of bare always{_*}?, initial,
11247 function & task blocks.
11248 (verilog-behavioral-block-beg-re): Fix indent of bare always{_*}?,
11249 initial, function & task blocks.
11250 (verilog-forward-sexp): Handle the new "disable fork" statement of
11251 IEEE-1800 Verilog.
11252 (verilog-beg-block-re-ordered): Handle the new "disable fork"
11253 statement of IEEE-1800 Verilog.
11254 (verilog-calc-1): Handle the new "disable fork" statement of
11255 IEEE-1800 Verilog.
11256 (verilog-disable-fork-re): Add const to help handle the new
11257 "disable fork" statement of IEEE-1800 Verilog.
11258 (verilog-declaration-core-re): Add port directions by themselves,
11259 with no qualification, as base item of a declaration.
11260 (verilog-pretty-declarations): Add new flag to ask it to refrain
11261 from printing to the message buffer.
11262 (verilog-pretty-expr): Add a QUIET flag to ask it to refrain from
11263 printing to the message buffer. Improve handling of the many
11264 types of expression line up.
11265 (verilog-just-one-space): Remove printing of an empty message.
11266 (verilog-get-lineup-indent): Rework to support the better handling
11267 of expression lineup for verilog-pretty-expr.
11268 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
11269
11270 2008-02-24 Alan Mackenzie <acm@muc.de>
11271
11272 * progmodes/cc-mode.el (c-extend-region-for-CPP): Bug fix from
11273 yesterday's commit.
11274
11275 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
11276
11277 * progmodes/gdb-ui.el (gdb-mouse-set-clear-breakpoint): Fall back
11278 to mouse-set-point in buffers that aren't associated with files.
11279
11280 * progmodes/gud.el: Rename menu item to "Show GUD tooltips".
11281
11282 2008-02-24 Alan Mackenzie <acm@muc.de>
11283
11284 Set of changes so that "obtrusive" syntactic elements in a
11285 C/C++/ObjC preprocessor line (e.g. an unbalanced string quote or
11286 unmatched paren) don't interact syntactically with stuff outside
11287 the CPP line.
11288
11289 * progmodes/cc-awk.el (c-awk-beyond-logical-line, c-awk-old-ByLL):
11290 Replace c-awk-end-of-logical-line and c-awk-old-EoLL to solve an
11291 off-by-one bug.
11292 (c-awk-record-region-clear-NL): Replaces c-awk-before-change, with
11293 a bit of refactoring.
11294 (c-awk-extend-and-syntax-tablify-region): Takes some of the
11295 functionality of c-awk-advise-fl-for-awk-region, which has been
11296 refactored away.
11297
11298 * progmodes/cc-defs.el (c-clear-char-property-with-value-function)
11299 (c-clear-char-property-with-value): New function and macro which
11300 remove text-properties `equal' to a supplied value.
11301
11302 * progmodes/cc-engine.el: Comment about text properties amended.
11303
11304 * progmodes/cc-fonts.el (c-cpp-matchers): Make it put regexp
11305 parens around "error\\|warning".
11306
11307 * progmodes/cc-langs.el (c-get-state-before-change-function)
11308 (c-before-font-lock-function, c-anchored-cpp-prefix):
11309 New language variables.
11310 (c-cpp-message-directives): Handle "#warning" in C, C++ and ObjC.
11311
11312 * progmodes/cc-mode.el (c-basic-common-init): C and ObjC now use
11313 syntax-table text properties.
11314 (c-common-init): Call language specific before/after-change
11315 functions at mode initialisation.
11316 (c-new-BEG, c-new-END, c-old-BOM, c-old-EOM): New variables.
11317 (c-extend-region-for-CPP, c-neutralize-CPP-line)
11318 (c-neutralize-syntax-in-CPP): New functions.
11319 (c-before-change, c-after-change): Call the new language specific
11320 change functions defined in cc-langs.el.
11321 (c-advise-fl-for-region): New macro.
11322 (awk-mode): Remove AWK specific stuff which has been refactored
11323 into language independent stuff.
11324
11325 2008-02-24 Nick Roberts <nickrob@snap.net.nz>
11326
11327 * progmodes/gdb-ui.el (gdba): Recreate as an alias for gdb.
11328 (gdb): (Re)set gdb-flush-pending-output to nil here...
11329 (gdb-init-1): ...instead of here (before gdb-prompt).
11330
11331 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11332
11333 * progmodes/ada-mode.el (ada-font-lock-syntactic-keywords):
11334 Recognize ''' just like any other char-constant.
11335
11336 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11337
11338 * vc-hooks.el (vc-find-root): Remove initial loop because it's not
11339 careful enough. Detect the uid-change all within the main loop.
11340
11341 2008-02-24 Stefan Monnier <monnier@pastel.home>
11342
11343 * textmodes/sgml-mode.el (sgml-mode): Fix comment syntax.
11344
11345 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11346
11347 * hilit-chg.el (highlight-save-buffer-state): New macro.
11348 (highlight-save-buffer-state, hilit-chg-set-face-on-change)
11349 (hilit-chg-clear): Use it to preserve the modified-p flag.
11350 (highlight-changes-rotate-faces): Don't mess with the undo-list.
11351
11352 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11353
11354 * font-lock.el (font-lock-set-defaults): Unset previously set variables
11355 when needed.
11356
11357 2008-02-24 Ævar Arnfjörð Bjarmason <avar@cpan.org> (tiny change)
11358
11359 * net/rcirc.el (rcirc-url-regexp): Replace definition by copying
11360 from gnus-button-url-regexp.
11361
11362 2008-02-24 Eli Zaretskii <eliz@gnu.org>
11363
11364 * progmodes/compile.el (compilation-next-error): Doc fix.
11365 (compilation-find-file): Doc fix.
11366
11367 2008-02-24 Glenn Morris <rgm@gnu.org>
11368
11369 * net/net-utils.el (ipconfig-program, ipconfig-program-options):
11370 Add obsolete aliases to the old names.
11371
11372 2008-02-24 Richard Stallman <rms@gnu.org>
11373
11374 * net/net-utils.el (ifconfig): Rename from ipconfig.
11375 (ipconfig): Alias to ifconfig.
11376 (ifconfig-program): Rename from ipconfig-program.
11377 (ifconfig-program-options): Rename from ipconfig-program-options.
11378
11379 2008-02-24 Michael McNamara <mac@mail.brushroad.com>
11380
11381 * progmodes/verilog-mode.el (verilog-declaration-core-re):
11382 Add port directions by themselves, with no qualification, as base
11383 item of a declaration.
11384 (verilog-pretty-declarations): Add new flag that inhibits printing
11385 to the message buffer.
11386 (verilog-pretty-expr): Add new flag that inhibits printing to the
11387 message buffer. Improve handling of the many types of expression
11388 line up.
11389 (verilog-just-one-space): Don't print an empty message.
11390 (verilog-get-lineup-indent): Rework to support the better handling
11391 of expression lineup for verilog-pretty-expr.
11392 (verilog-auto-wire): Pass the quiet flag to verilog-pretty-expr.
11393 (verilog-mode-version, verilog-mode-release-date): Update.
11394
11395 2008-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
11396
11397 * subr.el (cancel-change-group): Don't move point.
11398
11399 2008-02-23 Markus Triska <markus.triska@gmx.at>
11400
11401 * linum.el (linum-after-config): Update all visible windows.
11402
11403 2008-02-23 Glenn Morris <rgm@gnu.org>
11404
11405 * menu-bar.el (menu-bar-games-menu): Add Bubbles and Pong.
11406 Add :help for Solitaire and Tetris.
11407
11408 * tree-widget.el (tree-widget-lookup-image): Let-bind `file'.
11409
11410 * mail/smtpmail.el: Remove leading `*' from defcustom doc-strings.
11411 (smtpmail-code-conv-from): Doc fix. Fix custom type.
11412 (smtpmail-queue-index-file): Make it a defcustom.
11413 (smtpmail-queue-index): Delete.
11414 (smtpmail-send-it, smtpmail-send-queued-mail):
11415 Use smtpmail-queue-index-file and smtpmail-queue-dir rather than
11416 smtpmail-queue-index.
11417
11418 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
11419 Add :version.
11420
11421 2008-02-23 Yoni Rabkin <yoni@rabkins.net> (tiny change)
11422
11423 * net/net-utils.el (iwconfig-program, iwconfig-program-options):
11424 New variables.
11425 (iwconfig): New function.
11426
11427 2008-02-23 Dan Nicolaescu <dann@ics.uci.edu>
11428
11429 * vc.el (vc-find-revision): Make vc-parent-buffer local before
11430 setting it.
11431 (vc-status-menu-map): Do not define using easy-menu.
11432 (vc-status-menu-map): New defalias.
11433 (vc-status-mode-map): Hook up the menu.
11434 (top-level): Update TODO.
11435
11436 * vc-hg.el (vc-hg-extra-status-menu): Return a keymap.
11437
11438 * vc-bzr.el (vc-bzr-init-version): Rename to ...
11439 (vc-bzr-init-revision): ... this.
11440
11441 2008-02-23 Jason Rumney <jasonr@gnu.org>
11442
11443 * makefile.w32-in (WINS_ALMOST): Remove term.
11444 (WINS): Add term here.
11445 (custom-deps, finder-data): Use WINS_ALMOST.
11446
11447 2008-02-22 Juanma Barranquero <lekktu@gmail.com>
11448
11449 * faces.el (font-weight-table): Fix value of `semi-light'.
11450
11451 2008-02-22 Stefan Monnier <monnier@iro.umontreal.ca>
11452
11453 * faces.el (font-weight-table, font-slant-table, font-swidth-table):
11454 Make those tables bijective.
11455
11456 2008-02-22 Ken Manheimer <ken.manheimer@gmail.com>
11457
11458 Finish pdbtrack integration cleanup, settling missing-functions
11459 byte compiler warnings appropriately.
11460
11461 * progmodes/python.el (python-point): Remove this - beginning-of-line
11462 was all that was necessary for `python-pdbtrack-overlay-arrow'.
11463 (python-end-of-def-or-class, python-beginning-of-def-or-class)
11464 (python-goto-initial-line): Drop these - they were only needed for
11465 python-point.
11466 (python-comint-output-filter-function): Use condition-case and
11467 beginning-of-line directly, instead of python-mode.el functions
11468 which require all sorts of baggage.
11469 (point-safe): Unnecessary - we're using condition-case directly,
11470 instead.
11471 (python-execute-file): Include for python-shell, which I'm leaving
11472 in keeping despite it being unnecessary for pdb tracking.
11473
11474 2008-02-22 Peter Danenberg <pcd@wikitex.org> (tiny change)
11475
11476 * progmodes/scheme.el (scheme-font-lock-keywords-2):
11477 Add SRFI 11 support.
11478 (let-values, let*-values): Specify scheme-indent-function.
11479
11480 2008-02-22 Dan Nicolaescu <dann@ics.uci.edu>
11481
11482 * vc.el (vc-exec-after): Move setting mode-line-process in the
11483 busy case ...
11484 (vc-set-mode-line-busy-indicator): ... in this new function.
11485 (vc-status-refresh): Call vc-set-mode-line-busy-indicator.
11486 (vc-update-vc-status-buffer): Reset mode-line-process.
11487 (vc-status-mark-all-files, vc-status-unmark-all-files): Change to
11488 mark/unmark all the files with the same state as the current one.
11489 With a prefix argument mark/unmark all files.
11490 (vc-status-mode-menu): Adjust strings.
11491 (vc-update-vc-status-buffer): Only do something when the argument
11492 is not nil.
11493 (vc-status-kill-dir-status-process): New function.
11494 (vc-status-mode-map): Bind it.
11495 (vc-status-process-buffer): New variable.
11496 (vc-status-mode): Make it local.
11497 (vc-status-refresh): Set it.
11498
11499 * vc-hg.el (vc-hg-dir-status):
11500 * vc-git.el (vc-git-dir-status):
11501 * vc-svn.el (vc-svn-dir-status): Return the buffer in which the
11502 command is run.
11503
11504 2008-02-22 Glenn Morris <rgm@gnu.org>
11505
11506 * json.el (top-level): No need to require thingatpt.
11507 (json-read-keyword): Use thing-at-point rather than word-at-point.
11508
11509 * time.el (top-level): No need to require time-date when compiling.
11510
11511 * emacs-lisp/copyright.el (copyright-update-year):
11512 Fix subexpression numbering for the case when years are split over
11513 lines, and for the replace case.
11514
11515 * emulation/tpu-edt.el (tpu-have-ispell): Doc fix. Make obsolete.
11516 (tpu-caar, tpu-cadr): Delete functions.
11517 (zmacs-regions): No need to declare for compiler.
11518 (tpu-goto-breadcrumb): Use cadr rather than tpu-cadr.
11519 (tpu-spell-check): Rewrite, and handle mark after point.
11520 (tpu-special-insert): Use or rather than if.
11521
11522 * emulation/vip.el (vip-special-prefix-com): Use ispell-region
11523 rather than spell-region.
11524
11525 * textmodes/spell.el (spell-buffer, spell-word): Suppress compiler
11526 warnings about spell-region.
11527
11528 2008-02-22 Kenichi Handa <handa@ni.aist.go.jp>
11529
11530 * ldefs-boot.el: Regenerated.
11531
11532 * loadup.el: Don't load language/devanagari, language/kannada,
11533 language/malayalam, and language/tamil. Load language/sinhala.
11534
11535 * language/indian.el (indian-font-foundry)
11536 (indian-script-language-alist, indian-font-char-index-table)
11537 (indian-font-char, indian-font-char-range, indian-script-table)
11538 (indian-default-script, indian-composable-pattern): Delete them.
11539 ("Devanagari", "Kannada", "Malayalam", "Tamil"): Definitions of
11540 language environments moved to here.
11541 ("Bengali", "Punjabi", "Gujarati", "Oriya", "Telugu"):
11542 New language environments.
11543
11544 * language/devanagari.el, language/devan-util.el,
11545 * language/kannada.el, language/knd-util.el, language/malayalam.el,
11546 * language/mlm-util.el, language/tamil.el, language/tml-util.el:
11547 Delete them.
11548
11549 * language/sinhala.el: New file.
11550
11551 2008-02-21 Ken Manheimer <ken.manheimer@gmail.com>
11552
11553 Update Nick Robert's port of pdb tracking from python-mode.el.
11554
11555 * progmodes/python.el (python-pdbtrack-toggle-stack-tracking):
11556 Clarify docstring.
11557 (python-pdbtrack-minor-mode-string): A sign indicating that pdb
11558 tracking is happening.
11559 (python-pdbtrack-stack-entry-regexp): Better recognize stack traces.
11560 (python-pdbtrack-input-prompt): Better recognize PDB prompts.
11561 (comint-output-filter-functions): Add python-pdbtrack-track-stack-file.
11562 Tracking is plugged in to all comint buffers once python.el is loaded.
11563 (python-pdbtrack-overlay-arrow): Toggle activation of
11564 `python-pdbtrack-minor-mode-string' in addition to the overlay arrow.
11565 (python-pdbtrack-track-stack-file): Use new
11566 `python-pdbtrack-get-source-buffer' for more flexible access to
11567 debugging source files.
11568 (python-pdbtrack-get-source-buffer): Identify debugging target buffer
11569 according to pdb stack trace, optionally using new
11570 `python-pdbtrack-grub-for-buffer' if file is not locally available.
11571 (python-pdbtrack-grub-for-buffer): Find most recent python-mode
11572 named buffer, or having function with indicated name.
11573 (python-shell): Remove comint-output-filter-functions hook
11574 addition, it's being done elsewhere. Wrap long line.
11575
11576 2008-02-21 Michael Olson <mwolson@gnu.org>
11577
11578 * json.el: Replace XEmacs compatibility code to get rid of
11579 compiler warnings.
11580
11581 * time.el: Fix compiler warning.
11582
11583 2008-02-21 Edward O'Connor <ted@oconnor.cx>
11584
11585 * json.el: New file (JavaScript Object Notation parser / generator).
11586
11587 2008-02-21 Dave Love <fx@gnu.org>
11588
11589 * progmodes/sym-comp.el: New file.
11590
11591 * progmodes/python.el: Merge from Dave Love's 2008-01-20 version.
11592 Require sym-comp. Add Python buffer to same-window-buffer-names.
11593 Fixup whitespaces.
11594 (python-font-lock-keywords): Add highlighting for Python builtins.
11595 (python-font-lock-syntactic-keywords): Rewrite.
11596 (python-quote-syntax): Use syntax-ppss-context instead of parsing
11597 ppss directly.
11598 (python-mode-map): Add binding for python-find-function.
11599 (python-calculate-indentation): Clean up the logic.
11600 (python-beginning-of-defun): Explicitly set return value.
11601 (python-beginning-of-statement): Stop looping if we get stuck
11602 going backwards.
11603 (python-next-statement): Stop looping if we somehow end up inside
11604 a string while advancing.
11605 (python-preoutput-continuation, python-version-checked): New vars.
11606 (python-check-version): New function.
11607 (run-python): Set default command to python-command instead of
11608 python-python-command.
11609 (run-python): Use python-check-version. Give PYTHONPATH
11610 precedence over data-directory in the process environment.
11611 Load function definitions in python process after.
11612 (python-check-comint-prompt): New function.
11613 (python-send-command, python-send-receive): Use it.
11614 (python-complete-symbol, python-try-complete): Functions deleted.
11615 Use symbol-complete instead of python-complete-symbol throughout.
11616 (python-fill-paragraph): Further refine the fenced-string regexp.
11617 (def-python-skeleton): Expand to the original abbrev instead if in
11618 a comment or string. Tweak skeletons for `if', `while', `for',
11619 `try/except', `try/finally', `name'.
11620 (python-pea-hook, python-abbrev-pc-hook): New functions.
11621 (python-abbrev-syntax-table): New var.
11622 (python-mode): Add python-pea-hook to pre-abbrev-expand-hook.
11623 Use symbol-completion-try-complete for hippie expansion.
11624 Turn on font lock unconditionally.
11625 (python-mode-hook): Defcustom it. No need to use make-local
11626 variable on indent-tabs-mode in "Turn off Indent Tabs mode"
11627 option, since it's buffer-local.
11628
11629 2008-02-21 Juanma Barranquero <lekktu@gmail.com>
11630
11631 * play/hanoi.el (hanoi-internal): Set `show-trailing-whitespace' to nil.
11632
11633 2008-02-21 Drew Adams <drew.adams@oracle.com>
11634
11635 * mouse.el (minor-mode-menu-from-indicator): Create a menu with a
11636 "Turn off" and a "Help" entry when the minor mode has no menu.
11637
11638 2008-02-21 Dan Nicolaescu <dann@ics.uci.edu>
11639
11640 * vc.el (vc-status-mark, vc-status-unmark): New functions.
11641 (vc-status-mode-map, vc-status-mode-menu): Bind them instead of
11642 vc-status-mark-file and vc-status-unmark-file.
11643 (vc-status-mark-unmark): New function.
11644 (vc-status-previous-line, vc-status-next-line): No longer interactive.
11645
11646 2008-02-21 Glenn Morris <rgm@gnu.org>
11647
11648 * composite.el (encode-composition-rule): Fix typo in error message.
11649 (composition-function-table, auto-composition-mode): Doc fixes.
11650
11651 * subr.el (sit-for): Fix obsolete form for nil second argument.
11652
11653 * textmodes/spell.el (spell-buffer, spell-word, spell-region)
11654 (spell-string): Make obsolete, in favor of ispell.
11655
11656 2008-02-21 Kenichi Handa <handa@ni.aist.go.jp>
11657
11658 * language/devanagari.el: Don't setup composition-function-table
11659 here.
11660 ("Devanagari"): Change charset, coding-system, coding-priority to
11661 Unicode-based ones. Don't require the feature devan-util.
11662
11663 * composite.el (compose-chars-after): Fix arguments for a function
11664 in composition-function-table.
11665 (auto-compose-region): Likewise.
11666
11667 * ps-mule.el (ps-mule-font-info-database-bdf): Use ethio16f-uni.bdf
11668 for Ethiopic.
11669 (ps-mule-plot-string): Ignore glyph-string based compositions.
11670
11671 2008-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
11672
11673 * doc-view.el: Allow different windows to show different pages.
11674 (doc-view-current-page, doc-view-current-slice, doc-view-current-info)
11675 (doc-view-current-image, doc-view-current-overlay): Remove variables,
11676 add them back as macros instead, using image-mode-winprops instead.
11677 Update all users of those variables.
11678 (doc-view-new-window-function): New function to create a new overlay
11679 for each new window.
11680 (doc-view-mode): Use it and image-mode-setup-winprops.
11681 (doc-view-clone-buffer-hook): Rewrite accordingly.
11682
11683 * image-mode.el: Extend [hv]scroll support to per-window properties.
11684 (image-mode-current-vscroll, image-mode-current-hscroll): Remove.
11685 (image-mode-winprops-alist): New var to replace them.
11686 (image-mode-new-window-functions): New hook.
11687 (image-mode-winprops, image-mode-window-get, image-mode-window-put):
11688 New funs.
11689 (image-set-window-vscroll, image-set-window-hscroll): Use them.
11690 Remove the `window' argument, update callers.
11691 (image-mode-reapply-winprops): Rename image-reset-current-vhscroll.
11692 Use the new functions.
11693 (image-mode-reapply-winprops): New fun.
11694 (image-mode): Use it.
11695
11696 2008-02-20 Jay Belanger <jay.p.belanger@gmail.com>
11697
11698 * calc/calc-math.el (math-sin-raw): Add optional argument
11699 to keep track of original argument.
11700 (math-cos-raw): Use optional argument when calling math-sin-raw.
11701 (math-sin-raw-2, math-cos-raw-2): Check for a zero argument
11702 with close to original precision.
11703
11704 2008-02-20 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11705
11706 * textmodes/bibtex.el (bibtex-convert-alien): Do not use optional
11707 args in calls of sit-for.
11708
11709 2008-02-20 Juanma Barranquero <lekktu@gmail.com>
11710
11711 * vc-svn.el (vc-svn-program): Fix typo in docstring.
11712 (vc-svn-checkin): Fix typo in error message.
11713
11714 * help-mode.el: Require easymenu when compiling.
11715
11716 2008-02-20 Dan Nicolaescu <dann@ics.uci.edu>
11717
11718 * help-mode.el (help-mode-menu): New menu.
11719
11720 2008-02-20 Glenn Morris <rgm@gnu.org>
11721
11722 * mail/rmail.el (rmail-autodetect): Add .exe extension to movemail
11723 on Windows.
11724
11725 2008-02-20 Kenichi Handa <handa@ni.aist.go.jp>
11726
11727 * ps-mule.el (ps-mule-encode-region): Return a single string.
11728 (ps-mule-plot-string): Adjust for the above change.
11729 (ps-mule-encode-header-string): Likewise.
11730
11731 * international/latin1-disp.el (latin1-display): Don't use
11732 ucs-mule-8859-to-mule-unicode. Fix the way of resetting
11733 standard-display-table.
11734 (latin1-display-identities): Adjust for the change of what is
11735 returned by (get-language-info charset 'charset).
11736
11737 * international/mule-util.el (char-displayable-p): Fix for Latin-1
11738 characters and terminal case.
11739
11740 2008-02-19 Ken Manheimer <ken.manheimer@gmail.com>
11741
11742 Minor Adaptions by Nick Roberts <nickrob@snap.net.nz> for Emacs.
11743
11744 * progmodes/python.el: Also require comint when loading.
11745 (python-mode-map): Bind python-pdbtrack-toggle-stack-tracking.
11746 Replace python-shell with run-python on menu bar.
11747 (python-shell-map): New map.
11748 (python-default-interpreter, python-python-command-args)
11749 (python-jython-command-args, python-pdbtrack-do-tracking-p):
11750 New options.
11751 (python-which-shell, python-which-args, python-which-bufname):
11752 New buffer local variables.
11753 (python-file-queue, python-pdbtrack-is-tracking-p): New variables.
11754
11755 * progmodes/python.el (python-pdbtrack-stack-entry-regexp)
11756 (python-pdbtrack-input-prompt, python-pdbtrack-track-range):
11757 New constants.
11758
11759 Pdbtrack features:
11760
11761 (python-point, python-end-of-def-or-class)
11762 (python-beginning-of-def-or-class, python-goto-initial-line)
11763 (python-comint-output-filter-function)
11764 (python-pdbtrack-overlay-arrow)
11765 (python-pdbtrack-track-stack-file, python-toggle-shells)
11766 (python-shell, python-pdbtrack-toggle-stack-tracking)
11767 (turn-on-pdbtrack, turn-off-pdbtrack, python-sentinel):
11768 New functions.
11769
11770 2008-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
11771
11772 * net/ange-ftp.el (ange-ftp-quote-string): Return the null string
11773 when the argument is nil.
11774
11775 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11776
11777 * vc.el (dir-status): Add a brief description.
11778
11779 2008-02-19 Thien-Thi Nguyen <ttn@gnuvola.org>
11780
11781 * vc-hooks.el (vc-find-root): Take optional arg INVERT.
11782 If non-nil, reverse the sense of the check.
11783
11784 * vc-rcs.el (vc-rcs-root): New func.
11785 * vc-cvs.el (vc-cvs-root): New func.
11786 * vc-svn.el (vc-svn-root): New func.
11787 * vc-sccs.el (vc-sccs-root): New func.
11788
11789 2008-02-18 Kenichi Handa <handa@ni.aist.go.jp>
11790
11791 * language/japan-util.el (setup-japanese-environment-internal):
11792 Call use-cjk-char-width-table.
11793
11794 * language/japanese.el ("Japanese"): Set exit-function to
11795 use-default-char-width-table.
11796
11797 * international/characters.el: Delete occurrences of non-Unicode
11798 tibetan and ethiopic characters.
11799 (cjk-char-width-table): New variable.
11800 (use-cjk-char-width-table, use-default-char-width-table):
11801 New functions.
11802
11803 2008-02-19 Dan Nicolaescu <dann@ics.uci.edu>
11804
11805 * vc.el (vc-status-menu, vc-status-menu-map-filter): New functions.
11806 (vc-status-mode-menu): Add a :filter.
11807 (vc-status-printer): Add faces.
11808
11809 * vc-hg.el (vc-hg-extra-status-menu): New function.
11810 (vc-hg-dir-status): Clean up the buffer before using it.
11811
11812 2008-02-19 Stefan Monnier <monnier@iro.umontreal.ca>
11813
11814 * progmodes/gdb-ui.el (gdb-output-sink): Define with an invalid value.
11815 (gdb): Initialize it here instead.
11816
11817 * files.el (locate-dominating-file): Fix thinko in last change.
11818 Reported by Bruce Stephens <bruce.stephens@isode.com>.
11819
11820 2008-02-18 Dan Nicolaescu <dann@ics.uci.edu>
11821
11822 * vc.el (vc-status-mode-menu): New menu for vc-status.
11823
11824 2008-02-18 Juanma Barranquero <lekktu@gmail.com>
11825
11826 * progmodes/verilog-mode.el (customize): Fix typo in error message.
11827 (verilog-mode, verilog-mode-indent, verilog-mode-actions)
11828 (verilog-mode-auto, verilog-indent-level-module)
11829 (verilog-minimum-comment-distance, verilog-library-flags)
11830 (verilog-library-directories, verilog-library-files)
11831 (verilog-auto-reset-widths, verilog-imenu-generic-expression)
11832 (verilog-xemacs-menu, verilog-set-compile-command)
11833 (verilog-set-compile-command, verilog-mode-syntax-table, verilog-mode)
11834 (verilog-get-expr, verilog-strip-comments, verilog-one-line)
11835 (verilog-lint-off, verilog-batch-auto, verilog-batch-delete-auto)
11836 (verilog-batch-inject-auto, verilog-batch-indent)
11837 (verilog-continued-line, verilog-type-keywords)
11838 (verilog-read-sub-decls-sig, verilog-read-sub-decls-line)
11839 (verilog-read-inst-pins, verilog-read-arg-pins)
11840 (verilog-read-auto-template, verilog-read-signals, verilog-getopt-file)
11841 (verilog-add-list-unique, verilog-symbol-detick, verilog-modi-filename)
11842 (verilog-auto-star, verilog-auto-inst, verilog-auto-wire)
11843 (verilog-enum-ascii, verilog-sk-begin, verilog-sk-fork)
11844 (verilog-sk-datadef, verilog-colorize-include-files-buffer)
11845 (verilog-mode-version, verilog-mode-release-date)
11846 (verilog-mode-release-emacs, verilog-linter, verilog-coverage)
11847 (verilog-simulator, verilog-compiler)
11848 (verilog-auto-sense-defines-constant, verilog-company)
11849 (verilog-project, verilog-mark-defun, verilog-submit-bug-report):
11850 Fix typos in docstrings.
11851 (verilog-set-auto-endcomments, verilog-calculate-indent)
11852 (verilog-inject-auto, verilog-auto-arg, verilog-auto-inout-module):
11853 Reflow docstrings.
11854 (verilog-tab-always-indent, verilog-highlight-p1800-keywords)
11855 (verilog-auto-star-save, verilog-auto-inst-vector, verilog-mode-hook)
11856 (electric-verilog-forward-sexp, verilog-in-case-region-p)
11857 (verilog-in-struct-region-p, verilog-in-generate-region-p)
11858 (verilog-leap-to-head, verilog-current-indent-level)
11859 (verilog-case-indent-level, verilog-cpp-keywords)
11860 (verilog-defun-keywords, verilog-block-keywords, verilog-tf-keywords)
11861 (verilog-case-keywords, verilog-separator-keywords, verilog-completion)
11862 (verilog-signals-not-in, verilog-symbol-detick-text)
11863 (verilog-modi-cache-preserve-tick, verilog-modi-cache-preserve-buffer)
11864 (verilog-forward-close-paren, verilog-backward-open-paren)
11865 (verilog-backward-open-bracket): Doc fixes.
11866
11867 * progmodes/gud.el (gud-def, gud-last-speedbar-stackframe): Doc fixes.
11868 (gud-symbol, gud-expansion-speedbar-buttons, gud-speedbar-buttons)
11869 (gud-gdb-run-command-fetch-lines, gud-dbx-use-stopformat-p)
11870 (gud-jdb-classpath, gud-jdb-find-source-using-classpath, jdb)
11871 (gud-find-class, gdb-script-mode, gud-tooltip-event, gud-tooltip-tips):
11872 Fix typos in docstrings.
11873
11874 * w32-vars.el (w32-system-shells): Add TCC (new name for 4NT).
11875
11876 2008-02-18 Bastien Guerry <Bastien.Guerry@ens.fr>
11877
11878 * info.el (Info-read-node-name): Removed unused `default' arg.
11879
11880 2008-02-18 Thien-Thi Nguyen <ttn@gnuvola.org>
11881
11882 * vc-git.el (vc-git-after-dir-status, vc-git-dir-status): New funcs.
11883
11884 2008-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
11885
11886 * image-mode.el (image-get-display-property): New fun.
11887 (image-forward-hscroll, image-next-line, image-eol, image-eob)
11888 (image-mode, image-minor-mode, image-toggle-display-text)
11889 (image-toggle-display): Use it.
11890
11891 2008-02-18 Jason Rumney <jasonr@gnu.org>
11892
11893 * international/mule.el (xml-find-file-coding-system): Don't warn
11894 about utf-16 with BOM.
11895
11896 * nxml/nxml-mode.el (nxml-mode): Don't add a write-contents-hook.
11897
11898 * international/mule.el (sgml-xml-auto-coding-function): Detect and
11899 warn if file encoding is not utf-8 and encoding not specified.
11900 (xml-find-file-coding-system): New function.
11901 * international/mule-conf.el (file-coding-system-alist): Use it.
11902
11903 2008-02-17 Glenn Morris <rgm@gnu.org>
11904
11905 * international/mule-cmds.el (set-locale-environment):
11906 Pass `frame' to getenv for LC_MESSAGES.
11907
11908 2008-02-17 Juri Linkov <juri@jurta.org>
11909
11910 * time.el (emacs-init-time): Use format instead of format-seconds.
11911
11912 2008-02-17 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11913
11914 * textmodes/bibtex.el (bibtex-search-entry): Rename from
11915 bibtex-find-entry. Add autoload cookie.
11916 (bibtex-find-entry): Alias for bibtex-search-entry.
11917 (bibtex-search-crossref): Rename from bibtex-find-crossref.
11918 (bibtex-find-crossref): Alias for bibtex-search-crossref.
11919 (bibtex-clean-entry): atomic-change-group removed.
11920 (bibtex-format-entry): Use atomic-change-group. Use unwind-protect
11921 to locate buffer location where error occurred.
11922 Make error messages more specific.
11923 (bibtex-parse-keys): Only parse if buffer uses bibtex-mode.
11924
11925 2008-02-17 Dan Nicolaescu <dann@ics.uci.edu>
11926
11927 * progmodes/hideshow.el (hs-minor-mode-map): Move menu creation to
11928 top level.
11929
11930 * simple.el (transient-mark-mode): Add an :init-value.
11931
11932 * startup.el (command-line): Use custom-reevaluate-setting for
11933 transient-mark-mode.
11934
11935 2008-02-17 Michaël Cadilhac <michael@cadilhac.name>
11936
11937 * wdired.el (wdired-allow-to-change-permissions): Fix typo.
11938
11939 2008-02-16 Juri Linkov <juri@jurta.org>
11940
11941 * startup.el (after-init-time): New variable.
11942 (command-line): Set `after-init-time' to the current time.
11943
11944 * time.el (emacs-init-time): New function.
11945
11946 2008-02-16 Stefan Monnier <monnier@iro.umontreal.ca>
11947
11948 * files.el (locate-dominating-file): Remove initial loop because it's
11949 not careful enough. Detect the uid-change all within the main loop.
11950
11951 2008-02-16 Lawrence Mitchell <wence@gmx.li> (tiny change)
11952
11953 * ielm.el (ielm-is-whitespace-or-comment): Docstring fix.
11954
11955 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
11956
11957 * vc.el (vc-annotate): Add new argument.
11958 (vc-annotate-warp-revision): Pass the current line to vc-annotate.
11959
11960 * progmodes/hideshow.el: Remove the minor-mode bookkeeping.
11961 Move make-variable-buffer-local code after the corresponding defvar.
11962 (hs-minor-mode-map): Define and initialize in one step.
11963 (hs-minor-mode): Change from defun to define-minor-mode.
11964
11965 2008-02-16 Nick Roberts <nickrob@snap.net.nz>
11966
11967 * progmodes/gud.el (gud-gdb): Don't reset gdb-ready.
11968 (gdb-ready): Move declaration...
11969
11970 * progmodes/gdb-ui.el (gdb-ready): ...to here.
11971 (gdb-early-user-input): New variable.
11972 (gdb): Reset gdb-flush-pending-output to nil and set
11973 comint-input-sender here (before gdb-prompt), instead of...
11974 (gdb-init-1): ...here.
11975 (gdb-send): If Emacs is not ready, defer user input to...
11976 (gdb-prompt): ...here.
11977
11978 2008-02-16 Glenn Morris <rgm@gnu.org>
11979
11980 * nxml/test.invalid.xml, nxml/test.valid.xml: Move to etc/nxml.
11981
11982 * startup.el (emacs-startup-time): Rename to `before-init-time'.
11983 (before-init-time): New name for `emacs-startup-time'.
11984 (command-line): Use before-init-time rather than emacs-startup-time.
11985 * time.el (emacs-uptime): Use before-init-time rather than
11986 emacs-startup-time.
11987
11988 * composite.el (composition-function-table): Doc fix.
11989
11990 * calendar/time-date.el (format-seconds): Remove `nonzero' argument
11991 in favor of `%z' specifier.
11992 (emacs-uptime): Move to time.el.
11993 * time.el (emacs-uptime): Move here from time-date.el. Add optional
11994 `format' argument. Doc fix. Use `%z' rather than removed `nonzero'
11995 argument of format-seconds.
11996
11997 2008-02-16 Dan Nicolaescu <dann@ics.uci.edu>
11998
11999 * bindings.el (mode-line-mule-info): Make the tooltips more explicit.
12000
12001 2008-02-15 Lawrence Mitchell <wence@gmx.li> (tiny change)
12002
12003 * ielm.el (ielm-is-whitespace): Remove.
12004 (ielm-is-whitespace-or-comment): New function.
12005 (ielm-eval-input): Use it.
12006
12007 2008-02-15 Jason Rumney <jasonr@gnu.org>
12008
12009 * term/mac-win.el: Fix coding tag.
12010
12011 2008-02-15 Dan Nicolaescu <dann@ics.uci.edu>
12012
12013 * vc-hooks.el (vc-menu-map):
12014 * bindings.el (mode-line-mode-menu): Add tooltips.
12015
12016 * bindings.el (help-echo): Add more tooltips. Use a less
12017 telegraphic style for existing tooltips.
12018
12019 2008-02-14 Stefan Monnier <monnier@iro.umontreal.ca>
12020
12021 * frame.el (frame-notice-user-settings): Distinguish explicit parent-id
12022 from the auto-generated one.
12023
12024 2008-02-14 Glenn Morris <rgm@gnu.org>
12025
12026 * mail/rmail-spam-filter.el (rmail-spam-filter):
12027 Let-bind message-spam-status.
12028
12029 * mail/smtpmail.el (password-cache-add): Declare as function.
12030
12031 2008-02-14 Justus Piater <Justus-bulk@Piater.name> (tiny change)
12032
12033 * mail/smtpmail.el: Use password-cache.
12034
12035 2008-02-14 Juanma Barranquero <lekktu@gmail.com>
12036
12037 * uniquify.el (uniquify-buffer-base-name): New function.
12038 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12039
12040 * desktop.el (uniquify-managed): Don't defvar.
12041 (desktop-buffer-info): Use `uniquify-buffer-base-name', not
12042 `uniquify-managed'. Return also the buffer's base name.
12043 (desktop-save): When saving the buffer info, filter out the base name,
12044 and save it as buffer name if the buffer is managed by uniquify.
12045 (uniquify-item-base): Don't declare; not called anymore.
12046
12047 2008-02-14 Dan Nicolaescu <dann@ics.uci.edu>
12048
12049 * vc.el (vc-annotate-find-revision-at-line): New function.
12050 (vc-annotate-mode-map): Bind it.
12051 (vc-annotate-mode-menu): Add a menu entry for it. Add :help for
12052 some entries.
12053
12054 2008-02-14 Glenn Morris <rgm@gnu.org>
12055
12056 * calendar/time-date.el (format-seconds): New function.
12057 (emacs-uptime): Use format-seconds.
12058
12059 * Makefile.in (custom-deps, finder-data, autoloads, recompile):
12060 Remove `LC_ALL=C', since it's included in $(emacs) now.
12061
12062 2008-02-14 Zhang Wei <id.brep@gmail.com>
12063
12064 * textmodes/org-publish.el (org-publish-timestamp-filename):
12065 Replace colon characters in filename too.
12066
12067 2008-02-13 Bastien Guerry <bzg@altern.org>
12068
12069 * mail/rmail.el (rmail-header-name): New face.
12070 (rmail-font-lock-keywords): Use rmail-header-name.
12071
12072 * mail/rmail-spam-filter.el (rsf-definitions-alist): Allow check
12073 against X-Spam-Status header field.
12074 (rmail-spam-filter): Also check X-Spam-Status header field.
12075
12076 2008-02-14 Mark A. Hershberger <mah@everybody.org>
12077
12078 * progmodes/flymake.el (flymake-allowed-file-name-masks):
12079 Add support for .pm files and .php files.
12080 (flymake-err-line-patterns): Add pattern for PHP errors.
12081 (flymake-php-init): New function. PHP support for flymake.
12082
12083 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12084 Add regular expression for PHP errors.
12085
12086 2008-02-13 Michael Albinus <michael.albinus@gmx.de>
12087
12088 * net/ange-ftp.el (ange-ftp-quote-string): Use `shell-quote-argument'.
12089 This DTRT even on w32 machines.
12090 (ange-ftp-cf1): Quote FILENAME.
12091
12092 2008-02-13 Stefan Monnier <monnier@iro.umontreal.ca>
12093
12094 * smerge-mode.el (smerge-auto-combine-max-separation): New var.
12095 (smerge-auto-combine): New fun.
12096
12097 2008-02-12 Juri Linkov <juri@jurta.org>
12098
12099 * startup.el (fancy-startup-screen, normal-splash-screen):
12100 Set default-directory to command-line-default-directory.
12101
12102 * desktop.el (after-init-hook): Set inhibit-startup-screen to t
12103 after reading the desktop.
12104
12105 * progmodes/compile.el (compilation-auto-jump):
12106 Call compile-goto-error only when compilation-auto-jump-to-first-error
12107 is non-nil.
12108 (compilation-scroll-output): Replace :type 'boolean with a choice
12109 that has three options including a third option `first-error'.
12110 Doc fix.
12111 (compilation-start, compilation-forget-errors): Add an alternate
12112 condition comparing compilation-scroll-output with `first-error'
12113 in addition to compilation-auto-jump-to-first-error (to call
12114 compilation-auto-jump in the proper place).
12115
12116 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12117
12118 * international/mule.el (sgml-html-meta-auto-coding-function):
12119 Make sure the search limit is ahead.
12120
12121 * tar-mode.el: Fix broken indentation.
12122 (tar-mouse-extract, tar-extract, tar-subfile-save-buffer):
12123 Use with-current-buffer.
12124
12125 2008-02-12 Juanma Barranquero <lekktu@gmail.com>
12126
12127 * hexl.el (hexl-mode): Don't make `font-lock-defaults' buffer-local;
12128 it is already automatically buffer-local.
12129
12130 2008-02-12 Drew Adams <drew.adams@oracle.com>
12131
12132 * help.el (describe-key): Join some split lines to facilitate filling.
12133 * help-fns.el (describe-function-1): Fill text of overlong lines.
12134
12135 2008-02-12 Kenichi Handa <handa@ni.aist.go.jp>
12136
12137 * emacs-lisp/bytecomp.el (byte-compile-lapcode):
12138 Use unibyte-string instead of string-make-unibyte.
12139
12140 * Makefile.in (AUTOGENEL): Remove charprop.el and uni-*.el.
12141
12142 2008-02-12 Stefan Monnier <monnier@iro.umontreal.ca>
12143
12144 * doc-view.el (doc-view-display): Change file arg to buffer arg, so it
12145 works also for buffers w/o buffer-file-name. Update callers.
12146 (doc-view-clone-buffer-hook): New fun.
12147 (doc-view-mode): Use it for indirect clones. Mark the overlays with
12148 the `doc-view' property so they can be recognized.
12149
12150 * simple.el (clone-indirect-buffer-hook): New hook.
12151 (clone-indirect-buffer): Run it.
12152
12153 2008-02-11 Michael Olson <mwolson@gnu.org>
12154
12155 * epa-setup.el:
12156 * epg-package-info.el: Files removed.
12157
12158 2008-02-11 Daiki Ueno <ueno@unixuser.org>
12159
12160 * epa.el (epa-menu-mode): Merge into epa-mode.
12161 (epa-menu-items): Rename the label "EasyPG Assistant" to
12162 "Encryption/Decryption".
12163
12164 * epa-dired.el: Define a new minor-mode epa-dired-mode for dired.
12165 (epa-dired-mode-map): Rename from epa-dired-map.
12166 (epa-global-dired-mode): Rename the global minor mode.
12167
12168 2008-02-11 Drew Adams <drew.adams@oracle.com>
12169
12170 * isearch.el (isearch-fail): New face.
12171 (isearch-message): Highlight failure part of input.
12172
12173 2008-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
12174
12175 * ibuffer.el (ibuffer-header-line-format): New var.
12176 (ibuffer-mode): Set it instead of header-line-format.
12177 (ibuffer-update): Use it to set header-line-format.
12178
12179 * international/mule-cmds.el (ucs-insert): Inherit surrounding
12180 properties like self-insert-command.
12181
12182 2008-02-11 Drew Adams <drew.adams@oracle.com>
12183
12184 * progmodes/etags.el: Add many doc strings.
12185
12186 2008-02-11 Jason Rumney <jasonr@gnu.org>
12187
12188 * ldefs-boot.el: Regenerated.
12189
12190 2008-02-11 Glenn Morris <rgm@gnu.org>
12191
12192 * progmodes/compile.el (compilation-error-regexp-alist-alist):
12193 Shorten some names.
12194
12195 * ffap.el (ffap-rfc-directories): Add :version.
12196
12197 2008-02-11 Chris Moore <christopher.ian.moore@gmail.com>
12198
12199 * jka-cmpr-hook.el (jka-compr-compression-info-list): Handle .sifz
12200 files, and backup files of same.
12201
12202 2008-02-11 Kevin Ryde <user42@zip.com.au>
12203
12204 * ffap.el (ffap-rfc-directories): New variable.
12205 (ffap-rfc): Look in those dirs before offering ffap-rfc-path.
12206
12207 * info.el (Info-next-reference, Info-prev-reference)
12208 (Info-try-follow-nearest-node): Move to and follow https:// links too.
12209
12210 * simple.el (completion-list-mode): Show full completion-list-mode-map
12211 in the docstring.
12212
12213 2008-02-11 Sam Steingold <sds@gnu.org>
12214
12215 * vc-hooks.el (vc-prefix-key): Remove (undo 2008-02-06 patch).
12216
12217 2008-02-11 Glenn Morris <rgm@gnu.org>
12218
12219 * startup.el (emacs-startup-time): New variable.
12220 (command-line): Set emacs-startup-time.
12221
12222 * calendar/time-date.el (emacs-uptime): New function.
12223
12224 2008-02-10 Bastien Guerry <bzg@altern.org>
12225
12226 * mail/rmail.el (rmail-nonignored-headers): Allow to be nil.
12227 (rmail-clear-headers): Don't check `rmail-nonignored-headers' when
12228 it is nil.
12229
12230 2008-02-10 Daiki Ueno <ueno@unixuser.org>
12231
12232 * epg-config.el: Expand the contents of epg-package-info.el.
12233 (epg-package-name): New constant.
12234 (epg-version-number): New constant.
12235 (epg-bug-report-address): New constant.
12236
12237 * epa-mail.el (epa-mail-mode): Add autoload cookie.
12238 (epa-global-mail-mode): New global minor mode.
12239
12240 * epa-file.el (epa-file-mode): New global minor mode.
12241
12242 * epa-dired.el (epa-dired-mode): New global minor mode.
12243
12244 * epa.el (epa-menu): New variable.
12245 (epa-menu-items): New variable.
12246 (epa-menu-mode): New global minor mode.
12247 (epa-global-minor-modes): New user option.
12248 (epa-mode): New global minor mode.
12249
12250 2008-02-10 Michael Albinus <michael.albinus@gmx.de>
12251
12252 * net/dbus.el: Remove `no-byte-compile' cookie.
12253 (dbus-call-method, dbus-register-signal, dbus-debug)
12254 (dbus-registered-functions-table): Declare them with
12255 `declare-function' or `defvar', respectively.
12256 (top): Don't assert any longer. Require 'cl when compiling.
12257 Apply `ignore-errors' but `dbus-ignore-errors'.
12258
12259 2008-02-10 Dan Nicolaescu <dann@ics.uci.edu>
12260
12261 * diff-mode.el (diff-add-change-log-entries-other-window):
12262 Use add-change-log-entry.
12263
12264 2008-02-09 Jason Rumney <jasonr@gnu.org>
12265
12266 * button.el (button-map):
12267 * wid-edit.el (widget-keymap): Avoid line-end confusion in autoloads.
12268 * ldefs-boot.el: Regenerate.
12269
12270 2008-02-09 Dan Nicolaescu <dann@ics.uci.edu>
12271
12272 * epa.el (epa-faces, epa):
12273 * epa-file.el (epa-file):
12274 * epg-config.el (epg): Add :version.
12275
12276 2008-02-09 Thien-Thi Nguyen <ttn@gnuvola.org>
12277
12278 * vc.el (vc-exec-after): Append CODE to previous fragments.
12279 (vc-diff-finish): Take BUFFER directly, not BUFFER-NAME;
12280 take MESSAGES instead of VERBOSE; use it when non-nil.
12281 (vc-diff-internal): Compute messages once; use them;
12282 update call to vc-diff-finish.
12283
12284 2008-02-09 Michael Olson <mwolson@gnu.org>
12285
12286 * net/tramp.el (tramp-process-sentinel): Avoid error when process
12287 buffer has been killed, such as by
12288 `tramp-cleanup-all-connections'.
12289
12290 2008-02-09 Miles Bader <miles@gnu.org>
12291
12292 * net/rcirc.el (rcirc-omit-mode): Suppress invisibility ellipsis.
12293
12294 2008-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
12295
12296 * diff-mode.el (diff-add-change-log-entries-other-window): Avoid the
12297 splitter in context hunks.
12298
12299 2008-02-08 Kenichi Handa <handa@ni.aist.go.jp>
12300
12301 * international/fontset.el (setup-default-fontset): Fix arabic otf
12302 font specification.
12303
12304 2008-02-08 Daiki Ueno <ueno@unixuser.org>
12305
12306 * epa-dired.el:
12307 * epa-file.el:
12308 * epa-mail.el:
12309 * epa-setup.el:
12310 * epa.el:
12311 * epg-config.el:
12312 * epg-package-info.el:
12313 * epg.el: Initial check-in of EasyPG.
12314
12315 2008-02-08 Glenn Morris <rgm@gnu.org>
12316
12317 * woman.el (woman-locale): New defcustom.
12318 (woman-expand-locale, woman-manpath-add-locales): New functions.
12319 (woman-manpath): Call woman-manpath-add-locales. Bump :version.
12320
12321 * international/mule-cmds.el (locale-translate): New function,
12322 with old code extracted from set-locale-environment.
12323 (set-locale-environment): Use locale-translate. Set woman-locale.
12324
12325 * cus-start.el (selection-coding-system): Remove, since it's now
12326 defined in select.el rather than in xselect.c.
12327 * select.el (selection-coding-system): Make it a defcustom, and
12328 add the properties from cus-start.el. Bump :version.
12329
12330 * custom.el (custom-theme-set-variables): Sort symbols that are
12331 dependencies before symbols that depend on them.
12332 (custom-enabled-themes): Set after custom-theme-directory.
12333
12334 * pcmpl-unix.el (top-level): Move provide statement to end.
12335 (pcmpl-unix-group-file, pcmpl-unix-passwd-file): Remove leading
12336 `*' from doc-string. Allow to be nil.
12337 (pcmpl-ssh-known-hosts-file): Convert comment into expanded doc-string.
12338 Allow to be nil. Add :version.
12339 (pcmpl-ssh-hosts): Move definition before use. Handle lines
12340 without hostnames, and multiple hostnames per line.
12341
12342 * term/x-win.el (x-handle-parent-id): Remove free variable `parent-id'.
12343
12344 2008-02-08 Phil Hagelberg <phil@evri.com>
12345
12346 * pcmpl-unix.el (pcmpl-ssh-known-hosts-file): New defcustom.
12347 (pcomplete/ssh, pcomplete/scp, pcmpl-ssh-hosts): New functions.
12348
12349 2008-02-07 Timo Savola <timo.savola@iki.fi>
12350
12351 * startup.el (command-line-x-option-alist): Add --parent-id.
12352
12353 * term/x-win.el (x-handle-parent-id): New function.
12354
12355 2008-02-07 Chris Moore <christopher.ian.moore@gmail.com>
12356
12357 * mouse.el (x-fixed-font-alist): Use consistent capitalization for
12358 "Font Menu".
12359
12360 2008-02-06 Michael Albinus <michael.albinus@gmx.de>
12361
12362 * net/dbus.el (dbus-interface-peer): New defconst.
12363 (dbus-ping): New defun.
12364
12365 2008-02-06 Sam Steingold <sds@gnu.org>
12366
12367 * vc-hooks.el (vc-prefix-key): New user-customizable variable.
12368
12369 2008-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
12370
12371 * net/ange-ftp.el (ange-ftp-unhandled-file-name-directory):
12372 Just return nil and let the C code provide a fallback.
12373
12374 2008-02-05 Glenn Morris <rgm@gnu.org>
12375
12376 * net/tramp-cmds.el (tramp-cleanup-connection): Update calls to
12377 tramp-flush-connection-property for removed 2nd argument.
12378
12379 2008-02-05 Stefan Monnier <monnier@iro.umontreal.ca>
12380
12381 * diff-mode.el (diff-add-change-log-entries-other-window):
12382 Rename from diff-create-changelog. Change users.
12383 Minor change to hopefully work with plain diffs.
12384 (diff-mode-map): Add binding for it.
12385
12386 2008-02-04 Dan Nicolaescu <dann@ics.uci.edu>
12387
12388 * diff-mode.el: Add new TODO entry.
12389 (diff-create-changelog): New function.
12390 (diff-mode-menu): Bind it.
12391
12392 2008-02-04 Kenichi Handa <handa@ni.aist.go.jp>
12393
12394 * international/mule-diag.el (print-fontset-element): Handle the
12395 case of inhibiting the fallback fonts.
12396
12397 2008-02-04 Kim F. Storm <storm@cua.dk>
12398
12399 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
12400 (ido-magic-delete-char): Use prefix arg.
12401
12402 2008-02-03 Juanma Barranquero <lekktu@gmail.com>
12403
12404 * term/w32-win.el (image-library-alist): Prefer libpng12 to libpng13,
12405 because the latter is in fact a 1.2.8 build distributed with GTK+ (as
12406 of today, the most recent libpng is 1.2.24).
12407
12408 2008-02-03 Michael Albinus <michael.albinus@gmx.de>
12409
12410 * ediff-util.el (ediff-compute-custom-diffs-maybe): Handle remote files.
12411
12412 * net/dbus.el (top): Check (featurep 'dbusbind).
12413
12414 * net/tramp.el (tramp-process-sentinel): New defun.
12415 (tramp-do-copy-or-rename-file-out-of-band)
12416 (tramp-maybe-open-connection): Use it as process sentinel.
12417 (tramp-handle-delete-directory): Don't use the "-f" option; it
12418 isn't portable.
12419 (tramp-handle-start-file-process): Echo `tramp-end-of-output'
12420 after the command.
12421 (tramp-handle-shell-command): Set `mode-line-process' in the
12422 asynchronous case.
12423
12424 * net/tramp-cache.el (tramp-flush-connection-property): Remove EVENT.
12425
12426 * net/tramp-fish.el (tramp-fish-maybe-open-connection):
12427 * net/tramp-smb.el (tramp-smb-maybe-open-connection):
12428 Use `tramp-process-sentinel' as process sentinel.
12429
12430 2008-02-02 Juanma Barranquero <lekktu@gmail.com>
12431
12432 * whitespace.el (global-whitespace-mode): Revert last change.
12433 (whitespace-unload-function): Force `global-whitespace-mode'
12434 to deactivate local modes in a slightly less intrusive way.
12435
12436 2008-02-02 Eli Zaretskii <eliz@gnu.org>
12437
12438 * view.el (kill-buffer-if-not-modified): Add an autoload cookie.
12439
12440 2008-02-02 Glenn Morris <rgm@gnu.org>
12441
12442 * international/latin1-disp.el (latin1-display):
12443 * progmodes/fortran.el (fortran-comment-indent-char):
12444 * progmodes/idlw-shell.el (top-level):
12445 * term/mac-win.el (mac-keyboard-translate-char):
12446 * whitespace.el (whitespace-char-valid-p):
12447 * wid-edit.el (widget-key-sequence-read-event):
12448 Use characterp rather than char-valid-p.
12449
12450 * progmodes/cap-words.el (capitalized-next-word-boundary): Rename
12451 to capitalized-find-word-boundary. Doc fix. Update callers.
12452 (capitalized-next-word-boundary-function-table): Rename to
12453 capitalized-find-word-boundary-function-table. Doc fix. Update users.
12454
12455 * ps-bdf.el (bdf-read-font-info): Use string-to-number rather than
12456 string-to-int.
12457
12458 * ps-def.el (declare-function): Add compatibility definition.
12459 (ps-plot-with-face, ps-plot-string): Declare as functions.
12460 (ps-bold-faces, ps-italic-faces): Declare variables.
12461
12462 * ps-print.el (ps-mule-initialize, ps-mule-begin-job)
12463 (ps-mule-end-job): Declare as functions.
12464
12465 * wid-edit.el (widget-string-complete): Use assoc-string rather
12466 than assoc-ignore-case.
12467
12468 See ChangeLog.13 for earlier changes.
12469
12470 ;; Local Variables:
12471 ;; coding: utf-8
12472 ;; add-log-time-zone-rule: t
12473 ;; bug-reference-url-format: "http://emacsbugs.donarmstrong.com/cgi-bin/bugreport.cgi?bug=%s"
12474 ;; End:
12475
12476 Copyright (C) 2008 Free Software Foundation, Inc.
12477
12478 This file is part of GNU Emacs.
12479
12480 GNU Emacs is free software: you can redistribute it and/or modify
12481 it under the terms of the GNU General Public License as published by
12482 the Free Software Foundation, either version 3 of the License, or
12483 (at your option) any later version.
12484
12485 GNU Emacs is distributed in the hope that it will be useful,
12486 but WITHOUT ANY WARRANTY; without even the implied warranty of
12487 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12488 GNU General Public License for more details.
12489
12490 You should have received a copy of the GNU General Public License
12491 along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>.
12492
12493 ;; arch-tag: c241c1f9-d668-48bf-920a-2897ed0340bc