comparison lisp/ChangeLog @ 64348:128946be5a3f

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 15 Jul 2005 14:49:54 +0000
parents d248066aa841
children 924e4bdb2664
comparison
equal deleted inserted replaced
64347:e99898c983f2 64348:128946be5a3f
1 2005-07-16 Nick Roberts <nickrob@snap.net.nz> 1 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
2 2
3 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler): 3 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4 Don't consider gdbmi (gdb-mi.el has its own update functions). 4 Don't consider gdbmi (gdb-mi.el has its own update functions).
5 (gdb-var-delete): Make it work for gdbmi as well. 5 (gdb-var-delete): Make it work for gdbmi as well.
6 (gdb-speedbar-expand-node): Move var-update here for gdbmi. 6 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
7 7
8 * progmodes/gud.el (etags, sdb): Only require etags when needed. 8 * progmodes/gud.el (etags, sdb): Only require etags when needed.
9 (gud-speedbar-menu-items): Correct logic for enabling items. 9 (gud-speedbar-menu-items): Correct logic for enabling items.
10 10
11 2005-07-15 Kim F. Storm <storm@cua.dk> 11 2005-07-15 Kim F. Storm <storm@cua.dk>
12 12
13 * ido.el: Fix commentary. 13 * ido.el: Fix commentary.
14 (ido-define-mode-map): Move ido-next-work-file to C-M-o. 14 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
15 Use with-no-warnings around ffap-guesser. 15 Use with-no-warnings around ffap-guesser.
16 (ido-file-internal, ido-read-file-name, ido-read-directory-name): 16 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
17 Let bind minibuffer-completing-file-name to t. 17 Let bind minibuffer-completing-file-name to t.
18 18
19 2005-07-15 Juanma Barranquero <lekktu@gmail.com> 19 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
20
21 * startup.el (site-run-file, keyboard-type): Doc fixes.
22 (command-line): Check for "--basic-display" argument; also for
23 "--quick", not "--bare-bones" (which was renamed).
24 (fancy-splash-text): Add missing item "Getting New Versions".
25 (normal-splash-screen): Fix typos and improve consistency with
26 `fancy-splash-text'. Update copyright year.
20 27
21 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a 28 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
22 valid binding for `help-char'. 29 valid binding for `help-char'.
23 30
24 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix. 31 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
376 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of 383 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
377 strings rather than a list of symbols to the completion function. 384 strings rather than a list of symbols to the completion function.
378 385
379 2005-07-07 Jay Belanger <belanger@truman.edu> 386 2005-07-07 Jay Belanger <belanger@truman.edu>
380 387
381 * calc/calc-units.el (math-apply-units): Change the places in 388 * calc/calc-units.el (math-apply-units): Change the places in
382 which units are simplified. 389 which units are simplified.
383 390
384 2005-07-07 Luc Teirlinck <teirllm@auburn.edu> 391 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
385 392
386 * cus-edit.el (customize-option, customize-option-other-window): 393 * cus-edit.el (customize-option, customize-option-other-window):